summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fate: convert psx-str to a demuxer testMans Rullgard2012-05-15
| | | | | | | While these codecs are covered elsewhere, the container is different from the other psx-str file. Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavf: add mdec to is_intra_only() listMans Rullgard2012-05-15
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: use diff -b in oneline comparisonMans Rullgard2012-05-15
| | | | | | | This is simpler and should take care of any problems with mixed line ending styles. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov2012-05-15
|
* lavfi: move buffer management function to a separate file.Anton Khirnov2012-05-15
|
* lavfi: move formats-related functions from default.c to formats.cAnton Khirnov2012-05-15
| | | | It's more convenient to have them all in one file.
* lavfi: move video-related functions to a separate file.Anton Khirnov2012-05-15
| | | | | This is easier to follow than having them randomly scattered in avfilter.c and defaults.c.
* fate: make smjpeg a demux testMans Rullgard2012-05-15
| | | | | | | These codecs are covered elsewhere so make this a pure demux test. Also rename it accordingly. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: separate sierra-vmd audio and video testsMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: separate smacker audio and video testsMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* libmp3lame: set supported channel layouts.Anton Khirnov2012-05-14
|
* avconv: automatically insert asyncts when -async is used.Anton Khirnov2012-05-14
| | | | Deprecate -async.
* avconv: add support for audio filters.Anton Khirnov2012-05-14
| | | | | The FATE changes are all off-by-one due to different rounding being used (lrintf vs av_rescale_q).
* lavfi: add asyncts filter.Anton Khirnov2012-05-14
|
* lavfi: add aformat filterAnton Khirnov2012-05-14
| | | | Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com>
* lavfi: add an audio buffer sink.Anton Khirnov2012-05-14
|
* lavfi: add an audio buffer source.Anton Khirnov2012-05-14
|
* buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-14
| | | | | | | It's the same as av_vsrc_buffer_add_frame(), except it doesn't take pts or pixel_aspect parameters. Those are read from AVFrame. Deprecate av_vsrc_buffer_add_frame().
* buffersrc: fix invalid read in uninit if the fifo hasn't been allocatedAnton Khirnov2012-05-14
|
* lavfi: rename vsrc_buffer.c to buffersrc.cAnton Khirnov2012-05-14
| | | | Most of the code will be shared for both audio and video version.
* avfiltergraph: reindentAnton Khirnov2012-05-14
|
* lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-14
|
* lavfi: add types and functions for channel layout/samplerate negotiationAnton Khirnov2012-05-14
|
* yadif: Flush filter on eof.Robert Nagy2012-05-14
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* yadif: Improve pts accuracy.Robert Nagy2012-05-14
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* mtv: do not byteswap raw video in demuxerMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* avprobe: free options at the end of main()Janne Grunau2012-05-14
|
* avprobe: close opened codecs after useJanne Grunau2012-05-14
| | | | Fixes "memleak" on closing avprobe to make valgrind happy.
* vcr1: Add vcr1_ prefixes to all static functions with generic names.Diego Biurrun2012-05-14
|
* vcr1: Fix return type of common_init to match the function pointer signature.Diego Biurrun2012-05-14
| | | | libavcodec/vcr1.c:182: warning: initialization from incompatible pointer type
* vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.Diego Biurrun2012-05-14
|
* motion-test: remove disabled codeDiego Biurrun2012-05-14
|
* gxfenc: remove disabled half-implemented MJPEG tagDiego Biurrun2012-05-14
|
* x86: use more standard construct for setting ASM functions in FFT codeVitor Sessak2012-05-14
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* fate: westwood-aud: disable decodingMans Rullgard2012-05-14
| | | | | | | The codec (adpcm-ima-ws) is tested elsewhere. Using framecrc output provides more information than a single md5 if something goes wrong. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: caf: disable decodingMans Rullgard2012-05-14
| | | | | | | This is intended as a demuxer test and the file contains pcm_s16be audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: film-cvid: drop pcm audio and rename testMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: d-cinema-demux: drop unnecessary flagsMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off dpcm-interplay from interplay-mve testsMans Rullgard2012-05-14
| | | | | | | These two files use the same audio codec so only one test for this is needed. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: rename funcom-iss to adpcm-ima-issMans Rullgard2012-05-14
| | | | | | This matches the name of the codec. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: rename cryo-apc to adpcm-ima-apcMans Rullgard2012-05-14
| | | | | | This matches the name of the tested codec. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: rename adpcm-psx-str-v3 to adpcm-xaMans Rullgard2012-05-14
| | | | | | This matches the name of the codec tested. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off adpcm-ms-mono test from dxa-feebleMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off adpcm-ima-ws test from vqa-ccMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add adpcm-ima-smjpeg testMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off adpcm-ima-amv from amv testMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: separate bmv audio and video testsMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: separate delphine-cin audio and video testsMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: truemotion1: disable audioMans Rullgard2012-05-14
| | | | | | These tests include adpcm-ima-dk3 audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: qtrle: disable audio in all testsMans Rullgard2012-05-14
| | | | | | These files contain mace6 audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>