|
|
|
@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 …
|
|
|
@9c99bc43
|
13 years |
michaelni |
mpc8: print error messages on maxband(s) errors
Signed-off-by: …
|
|
|
@88ee2aa
|
13 years |
michaelni |
mpc8: make maxband check less picky.
Fixes Ticket1245
Signed-off-by: …
|
|
|
@8c4022ac
|
13 years |
anton |
avconv: fix a segfault on -c copy with -filter_complex.
|
|
|
@3bbf3f7e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@2e8f19d2
|
13 years |
nicolas.george |
avfiltergraph: free the sink_links heap.
|
|
|
@c799e462
|
13 years |
Reimar.Doeffinger |
Get rid of tests/data/asynth-%.sw rule.
This also avoids an issue …
|
|
|
@29545741
|
13 years |
michaelni |
indeo4: check quant_mat more fully.
quant_mats valid range depends on …
|
|
|
@53253a0b
|
13 years |
Reimar.Doeffinger |
Simplify asynth sample generation.
One rule can be used to generate …
|
|
|
@462a5b78
|
13 years |
derek.buitenhuis |
isom: Support more DTS codec identifiers.
DTS LBR identifier ('dtse') …
|
|
|
@7521c4ba
|
13 years |
justin.ruggles |
matroska: Clear prev_pkt between seeks.
The new incremental parser …
|
|
|
@83b26046
|
13 years |
justin.ruggles |
avutil: change default buffer size alignment for sample buffer …
|
|
|
@068d0b4e
|
13 years |
michaelni |
h264: some fields in SEIs are longer than 25 bits thus use …
|
|
|
@1e43786
|
13 years |
nicolas.george |
print_options: warn that the files are generated.
|
|
|
@9b84f8a9
|
13 years |
nicolas.george |
parseutils: add av_parse_time() test.
|
|
|
@43b70680
|
13 years |
nicolas.george |
parseutils: make av_parse_time() check for failure.
Until now, …
|
|
|
@9246896f
|
13 years |
nicolas.george |
parseutils: add FATE test.
|
|
|
@99f29108
|
13 years |
nicolas.george |
ffmpeg: directly request frames from filters.
It allows ffmpeg …
|
|
|
@e11110de
|
13 years |
nicolas.george |
buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST.
|
|
|
@2d6522ba
|
13 years |
nicolas.george |
vsrc_buffer: count the number of failed requests.
|
|
|
@f75ee403
|
13 years |
nicolas.george |
vsrc_buffer: return EAGAIN if no frame is available.
This is not an …
|
|
|
@2ce79727
|
13 years |
nicolas.george |
avfiltergraph: add avfilter_graph_request_oldest().
Keep a heap of …
|
|
|
@e0761fee
|
13 years |
nicolas.george |
avfilter: add a pointer from links to graph.
|
|
|
@78ac49c2
|
13 years |
nicolas.george |
avfilter: document request_frame return codes.
|
|
|
@73bc019b
|
13 years |
nicolas.george |
lavf: print a warning if probesize seems not enough.
|
|
|
@4d870010
|
13 years |
michaelni |
vp8: fix crash due to skiped update_dimensions().
Found-by: Mateusz …
|
|
|
@0ca4414d
|
13 years |
martin |
audemux: Add a sanity check for the number of channels
Fixes a …
|
|
|
@a229d6c2
|
13 years |
diego |
Remove libdirac decoder.
libschroedinger is the preferred way to …
|
|
|
@8336eb6f
|
13 years |
lu_zero |
matroska: Add incremental parsing of clusters.
Reduces the amount of …
|
|
|
@1381081c
|
13 years |
lu_zero |
avconv: fix off by one check in complex_filter
nb_input_files is …
|
|
|
@269cb675
|
13 years |
martin |
mpegts: Try seeking back even for nonseekable protocols
The mpegts …
|
|
|
@70d54392
|
13 years |
michaelni |
lowres2 support.
The new lowres support is limited to decoders where …
|
|
|
@92ef4be4
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ARM: …
|
|
|
@2e07f42
|
13 years |
Carl Eugen Hoyos |
Support flicvideo with 904 bytes extradata.
Fixes ticket #1234.
|
|
|
@2ea5f866
|
13 years |
michaelni |
ffmpeg: assert the refcount of decoded frames
Signed-off-by: Michael …
|
|
|
@22a6a23a
|
13 years |
michaelni |
ffmpeg: assert the refcount of allocated frames,
Signed-off-by: …
|
|
|
@cf09496c
|
13 years |
michaelni |
ffmpeg: assert against creation of cycles in the pools linked list.
…
|
|
|