summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavfi: add an audio split filterJustin Ruggles2012-05-21
* lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-21
* dwt: K&R prettyprinting cosmeticsJordi Ortiz2012-05-21
* Remove libnut wrapperDiego Biurrun2012-05-21
* fate: change name of FATE samples location environment variableDiego Biurrun2012-05-21
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-20
* http: Factorize the code by adding http_read_header()Samuel Pitoiset2012-05-20
* indeo: Make ivi_calc_band_checksum() static, it is only used in one file.Diego Biurrun2012-05-20
* indeo: Drop unused debug function ivi_check_band().Diego Biurrun2012-05-20
* avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-20
* truemotion1: remove disabled codeDiego Biurrun2012-05-20
* fix typo in commentKostya Shishkov2012-05-20
* fate: fix dependencies for non-SAMPLES avconv testsMans Rullgard2012-05-20
* indeo: check for invalid motion vectorsKostya Shishkov2012-05-20
* indeo: check that band output buffer existsKostya Shishkov2012-05-20
* indeo: clear allocated band buffersKostya Shishkov2012-05-20
* indeo: track tile macroblock sizeKostya Shishkov2012-05-20
* indeo: check custom Huffman tables for errorsKostya Shishkov2012-05-20
* factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-20
* mp3: fix start band index for block type 2 in 8kHz audioKostya Shishkov2012-05-20
* lavf: change some (de)muxer names to lowercaseMans Rullgard2012-05-19
* lavf: make output format matching case insensitiveMans Rullgard2012-05-19
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-19
* fate: remove unnecessary libavfilter dependencyMans Rullgard2012-05-19
* avconv: reindentAnton Khirnov2012-05-18
* avconv: replace -vsync cfr code with the fps filter.Anton Khirnov2012-05-18
* mov: enable parsing for VC-1.Anton Khirnov2012-05-18
* lavfi: Add fps filter.Anton Khirnov2012-05-18
* lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-18
* avconv: add support for audio in complex filtergraphs.Anton Khirnov2012-05-18
* doc: Replace some @file tags by more suitable markup.Diego Biurrun2012-05-18
* fate: Set FUZZ factor of vorbis-13 test to 2.Diego Biurrun2012-05-18
* fate: Set FUZZ factor of (e)ac3-encode test to 3.Diego Biurrun2012-05-18
* fate: remove unused code from regressions-funcs.shMans Rullgard2012-05-18
* rtmp: Don't assume path points to a string of nonzero lengthMartin Storsjö2012-05-17
* avconv: fix behavior with -ss as an output option.Anton Khirnov2012-05-17
* pcmenc: set correct bitrate valueMans Rullgard2012-05-17
* avprobe: don't print format entry name when only one was requestedAnton Khirnov2012-05-16
* fate: Work around non-standard wc implementations at more placesMartin Storsjö2012-05-16
* fate: work around non-standard wc implementationsMans Rullgard2012-05-16
* x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev2012-05-15
* ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16Justin Ruggles2012-05-15
* fate: use standard diff optionsMans Rullgard2012-05-15
* tta: Fix comment about channel number; TTA supports >2 channels.Aneesh Dogra2012-05-15
* avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun2012-05-15
* build: Add 'check' target to run all compile and test targets.Diego Biurrun2012-05-15
* indeo3: validate new frame size before resetting decoderKostya Shishkov2012-05-15
* indeo3: when freeing buffers, set pointers referencing them to NULL as wellKostya Shishkov2012-05-15
* indeo3: initialise pixel planes on allocationKostya Shishkov2012-05-15
* indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoderKostya Shishkov2012-05-15