|
|
|
@c31be45e
|
13 years |
nicolas.george |
lavc: minor bump for the new fields in AVFrame.
|
|
|
@128dda7
|
13 years |
nicolas.george |
lavc: add a sample_rate field to AVFrame.
The field is filled with …
|
|
|
@4b0521ec
|
13 years |
nicolas.george |
lavc: add a channel_layout field to AVFrame.
The field is filled with …
|
|
|
@82c71913
|
13 years |
michaelni |
h264: new assembly version of get_cabac for x86_64 with PIC
This adds …
|
|
|
@7f668cd2
|
13 years |
michaelni |
h264: use one table instead of several for cabac functions
The reason …
|
|
|
@e52b961
|
13 years |
michaelni |
h264: (trivial) make ff_h264_lps_state static
not used outside the …
|
|
|
@5520df6a
|
13 years |
michaelni |
h264: (trivial) remove unneeded macro argument in x86/cabac.h
…
|
|
|
@f1b82099
|
13 years |
nicolas.george |
src_buffer: add forgotten avfilter_unref_buffer.
|
|
|
@b72a0f9c
|
13 years |
michaelni |
swr: add int16_to_float_sse2()
Signed-off-by: Michael Niedermayer …
|
|
|
@64943b47
|
13 years |
michaelni |
lavf remove duplicated check in has_duration
this hunk was merged in …
|
|
|
@75d5624c
|
13 years |
nicolas.george |
avfilter: filter_samples: read pts before filtering.
The call to the …
|
|
|
@832c3b10
|
13 years |
michaelni |
swr: add int32_to_float_sse2
could be done for sse/3dnow too if …
|
|
|
@95057b19
|
13 years |
michaelni |
swr: int16->int32: use the old index negate trick to avoid 2 adds
…
|
|
|
@113738d6
|
13 years |
michaelni |
swr: more correct cglobal parameters to int16->int32
Signed-off-by: …
|
|
|
@12eeced8
|
13 years |
nicolas.george |
avio: change ffurl_alloc return code.
If the designated protocol is …
|
|
|
@fa5daaca
|
13 years |
michaelni |
swr: seperate functions for aligned & unaligned
If someone has an …
|
|
|
@bcc66ff0
|
13 years |
michaelni |
swr: add int16_to_int32_mmx/sse
Signed-off-by: Michael Niedermayer …
|
|
|
@06b62cb8
|
13 years |
michaelni |
swr: move AudioConvert to header
the next commits will need it
…
|
|
|
@edbde522
|
13 years |
michaelni |
swr: change sample format representation so as to maintain the …
|
|
|
@9d4a1aca
|
13 years |
Reimar.Doeffinger |
Fix compilation with YASM/NASM without AVX support.
Signed-off-by: …
|
|
|
@a0a0199d
|
13 years |
nicolas.george |
examples/filtering_audio: do not stop on decode error.
Decode errors …
|
|
|
@8f19483d
|
13 years |
nicolas.george |
examples/filtering_audio: fix a memory leak.
|
|
|
@2ae5af80
|
13 years |
nicolas.george |
lavfi: rename vsrc_buffer.c into src_buffer.c.
|
|
|
@7ad0d986
|
13 years |
nicolas.george |
lavfi: merge asrc_abuffer into vsrc_buffer.
|
|
|
@28c57751
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mpegts: …
|
|
|
@18c6bd09
|
13 years |
stefasab |
lavfi/tinterlace: remove unnecessary NULL check in start_frame()
|
|
|
@cf9f7e4
|
13 years |
stefasab |
lavfi/tinterlace: use avfilter_unref_bufferp()
|
|
|
@a853e88a
|
13 years |
stefasab |
lavfi/tinterlace: fix doxy in copy_picture_field()
|
|
|
@73c1e3ba
|
13 years |
michaelni |
asrc_abuffer: return EAGAIN if no frame is available
Signed-off-by: …
|
|
|
@6b55aab
|
13 years |
stefasab |
lavfi: create buffer reference in filters which need to access the ref …
|
|
|
@6f3b1d7f
|
13 years |
stefasab |
lavfi/bbox: add missing space between pts and x1 values in the log
|
|
|
@423b8276
|
13 years |
Clément Bœsch |
lavc: add MicroDVD decoder.
Based on my MicroDVD->ASS conversion code …
|
|
|
@e40981b8
|
13 years |
Clément Bœsch |
lavf/microdvd: set packet duration.
|
|
|
@df8aa459
|
13 years |
martin |
mpegts: Make sure we don't return uninitialized packets
This fixes …
|
|
|
@3e1d3eb
|
13 years |
nicolas.george |
parseutils: replace setenv() by putenv().
putenv() seems to be more …
|
|
|
@1b4f0857
|
13 years |
diego |
gitignore: replace library catch-all pattern by more specific patterns …
|
|
|
@dcfc12e8
|
13 years |
michaelni |
swr-test: simplify prng code
Signed-off-by: Michael Niedermayer …
|
|
|
@e5474f5c
|
13 years |
nicolas.george |
doc: fix syntax for durations and timestamps.
Omitting the seconds …
|
|
|
@bbd3dc49
|
13 years |
michaelni |
swr: unroll audioconvert core C function
36k->32k decicycles
…
|
|
|
@4119fa70
|
13 years |
michaelni |
swr: audioconvert, mark some constants as floats.
idea from avr
…
|
|
|
@76d376d9
|
13 years |
michaelni |
swr-test: fix declaration statement ordering.
swr-test is now warning …
|
|
|
@f75169b2
|
13 years |
michaelni |
swr-test: fix pointer type warnings
Signed-off-by: Michael …
|
|
|
@7b2ce507
|
13 years |
michaelni |
swr-test: fix unused var warnings
Signed-off-by: Michael Niedermayer …
|
|
|
@a0dd81dd
|
13 years |
michaelni |
swr-test:indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@e890b689
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@f1f5b398
|
13 years |
michaelni |
swr-test: support fabrices audiogen like avr
Signed-off-by: Michael …
|
|
|
@73be22f5
|
13 years |
michaelni |
swr-test: fix u8 zero point.
Signed-off-by: Michael Niedermayer …
|
|
|
@56f89bae
|
13 years |
michaelni |
swr-test: improve rounding in set()
Signed-off-by: Michael …
|
|
|
@5473a98e
|
13 years |
nicolas.george |
af_amerge: return errors from subfilters when requesting a frame
|
|
|
@0a07f2b3
|
13 years |
mans |
dsputil: fix invalid array indexing
Indexing outside an array is …
|
|
|
@27de7a8e
|
13 years |
michaelni |
swr-test: remove unneeded hack to test planar formats.
planar formats …
|
|
|
@08809e30
|
13 years |
michaelni |
swr-test: improve output
Signed-off-by: Michael Niedermayer …
|
|
|
@5347b9da
|
13 years |
michaelni |
swr-test: print channel layout, instead of just channel counts
…
|
|
|
@e6c460e3
|
13 years |
michaelni |
swr-test: Use randomized collision free hypercube corner enumeration …
|
|
|
@7461e9ae
|
13 years |
michaelni |
swr-test: use formats array
Signed-off-by: Michael Niedermayer …
|
|
|
@69f3af95
|
13 years |
michaelni |
swr-test: remove 0 terminator in layouts for consistency
…
|
|
|
@b1519102
|
13 years |
michaelni |
swr-test: add rates tables containing a new set of sample rates.
…
|
|
|
@030d6b65
|
13 years |
michaelni |
swr-test: indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@dd63e275
|
13 years |
michaelni |
swr-test: add sorted formats table from avr
Signed-off-by: Michael …
|
|
|
@3510a133
|
13 years |
mans |
configure: add libavresample to rpath
Signed-off-by: Mans Rullgard …
|
|
|
@a4b58fd9
|
13 years |
michaelni |
ffv1: add examples of supported slices counts
Signed-off-by: Michael …
|
|
|
@da958795
|
13 years |
michaelni |
swr: pass resample parameters from the user to the resampler.
doxy …
|
|
|
@a522e03
|
13 years |
michaelni |
swr: Add longer more descriptive alternative AVOptions.
They match …
|
|
|
@20fc6104
|
13 years |
michaelni |
swr: Capitalize help texts for AVOptions
Signed-off-by: Michael …
|
|
|
@36a9dd2f
|
13 years |
michaelni |
swr: align options a little
Signed-off-by: Michael Niedermayer …
|
|
|
@23282c22
|
13 years |
michaelni |
swr: set AV_OPT_FLAG_AUDIO_PARAM for the AVOptions
Signed-off-by: …
|
|
|
@88de5b0a
|
13 years |
mans |
build: icc: silence some warnings
This disables the warning "external …
|
|
|
@b6a6e90a
|
13 years |
mans |
fft-test: add option to set cpuflag mask
This can be useful for …
|
|
|
@6eca84ba
|
13 years |
mans |
cpu: recognise only cpu flag names pertinent to the architecture
…
|
|
|
@3527a739
|
13 years |
mans |
avutil: add av_parse_cpu_flags() function
This moves the cpu flag …
|
|
|
@3d11c2d7
|
13 years |
mans |
vp8: armv6: fix non-armv6t2 build
The assembler may fail to place …
|
|
|
@3ead79ea
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
FATE: …
|
|
|
@e4ac0312
|
13 years |
mans |
vp8: armv6 optimisations
Based on patch by Ronald S. Bultje …
|
|
|
@b692d246
|
13 years |
mans |
vp8: arm: separate ARMv6 functions from NEON
This is a preparation …
|
|
|
@dac78fd1
|
13 years |
mans |
ARM: add some compatibility macros
This adds some macros simplifying …
|
|
|
@949d942e
|
13 years |
derek.buitenhuis |
mov: support eac3 audio
Signed-off-by: Michael Niedermayer …
|
|
|
@8b97ae64
|
13 years |
lu_zero |
avf: fix faulty check in has_duration
An invalid duration is …
|
|
|
@cab15f9
|
13 years |
michaelni |
ffv1: remove clear_state(), it has become unused
Signed-off-by: …
|
|
|
@83bf9fb6
|
13 years |
michaelni |
ffv1: move clear_state() to clear_slice_state() in encoding threads
…
|
|
|
@68a9194b
|
13 years |
michaelni |
ffv1: indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@3f4c0dad
|
13 years |
michaelni |
ffv1: move init_slice_state() into the decoder threads.
…
|
|
|
@60217b5b
|
13 years |
michaelni |
ffv1: Remove slice count field with 1.3 and just count slices.
This …
|
|
|
@3ed6917a
|
13 years |
michaelni |
ffv1: store slice size with all slices in 1.3
This simplifies …
|
|
|
@c24ca7b8
|
13 years |
michaelni |
ffv1: add 1 status byte to slices in in case crcs are stored too.
…
|
|
|
@0c278545
|
13 years |
michaelni |
ffv1: Always store slice size when error reobustness is enabled.
This …
|
|
|
@16524d1b
|
13 years |
michaelni |
ffv1: include solution hint in the slice error message
Signed-off-by: …
|
|
|
@394dbde5
|
13 years |
justin.ruggles |
FATE: use updated reference for aac-latm_stereo_to_51
This uses …
|
|
|
@bcb82fe1
|
13 years |
justin.ruggles |
avconv: use libavresample
|
|
|
@c8af852b
|
13 years |
justin.ruggles |
Add libavresample
This is a new library for audio sample format, …
|
|
|
@8f899545
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avconv: …
|
|
|
@fe5bc46f
|
13 years |
michaelni |
ffv1: support vlc mode in 1.3
Signed-off-by: Michael Niedermayer …
|
|
|
@31581603
|
13 years |
michaelni |
ffv1: move the decoder side ac->vlc switch to decode_slice()
…
|
|
|
@44f789c0
|
13 years |
michaelni |
ffv1: allow selecting 1.3 by using -level
Note, 1.3 is not finalized …
|
|
|
@e37419a8
|
13 years |
michaelni |
ffv1: move ac->vlc switch to encode_slice()
This will allow us to use …
|
|
|
@c5671aeb
|
13 years |
justin.ruggles |
FATE: avoid channel mixing in lavf-dv_fmt
This partially reverts …
|
|
|
@2b336df
|
13 years |
Reimar.Doeffinger |
parseutils: reliably detect out-of-range alpha.
This should fix the …
|
|
|
@44bd2f90
|
13 years |
michaelni |
ffmpeg: Fix initial dts for streamcopy, if the input packets lack dts. …
|
|
|
@ae0591f9
|
13 years |
Carl Eugen Hoyos |
Add missing newline in shorten decoder.
|
|
|
@fd2cd64f
|
13 years |
nicolas.george |
avfiltergraph: fix format selection.
The old code had two bugs:
For …
|
|
|
@62b745a6
|
13 years |
nicolas.george |
ffmpeg: do not report EOF as an error.
Not all processing goes …
|
|
|