summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2012-09-17
* alsdec: check opt_order.Michael Niedermayer2012-09-17
* alsdec: Check k used for rice decoder.Michael Niedermayer2012-09-17
* avfiltergraph: silence an uninitialized variable warningAnton Khirnov2012-09-17
* xsubenc: reindentAnton Khirnov2012-09-17
* lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-17
* lavc: add const to private codec class initialization.Anton Khirnov2012-09-17
* avconv: don't pass a bogus parameter to avfilter_graph_create_filter().Anton Khirnov2012-09-17
* id3v2: strdup the genre name explicitly.Clément Bœsch2012-09-17
* lavf/id3v2: do not export empty fields.Clément Bœsch2012-09-17
* buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov2012-09-17
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* avconv: flush filtered frames before reconfiguring filtersJanne Grunau2012-09-17
* mov: stsd entries must be at least 16 byteMichael Niedermayer2012-09-16
* mov: detect EOF in mov_read_dref()Michael Niedermayer2012-09-16
* file: return proper error on seek failuresLuca Barbato2012-09-16
* mpegvideo: drop unnecessary arguments to hpel_motion()Mans Rullgard2012-09-16
* mpegvideo: drop 'inline' from some functionsMans Rullgard2012-09-16
* nellymoserdec: drop support for s16 output.Anton Khirnov2012-09-16
* bmpdec: only initialize palette for pal8.Anton Khirnov2012-09-16
* build: Properly remove object files while cleaningMans Rullgard2012-09-15
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-15
* compat/vsnprintf: return number of bytes required on truncation.Ronald S. Bultje2012-09-15
* avformat: fix typo in avformat_close_inputLuca Barbato2012-09-15
* mp3enc: write Xing TOCAnton Khirnov2012-09-15
* mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.Clément Bœsch2012-09-15
* mp3enc: downgrade some errors in writing Xing frame to warningsReimar Döffinger2012-09-15
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* lavf: cosmetics, reformat av_write_trailer().Anton Khirnov2012-09-15
* avio: flush the internal buffer in avio_close()Stefano Sabatini2012-09-15
* Enhance doc on asyncts audiofilterAndrey Utkin2012-09-15
* cmdutils: avoid setting data pointers to invalid values in alloc_buffer()Anton Khirnov2012-09-15
* libavcodec: remove av_destruct_packet_nofree()Mans Rullgard2012-09-15
* riff: Add SVQ3 fourccDerek Buitenhuis2012-09-14
* fate: ac3: add 4.0 and downmix testsMans Rullgard2012-09-14
* configure: x86: improve ebp availability checkMans Rullgard2012-09-14
* vorbisdec: ensure FASTDIV denominator is never 1Luca Barbato2012-09-14
* avformat: refactor avformat_close_inputLuca Barbato2012-09-14
* avformat: simplify avformat_close_inputLuca Barbato2012-09-14
* x86: dsputil: Move Xvid IDCT put/add functions to a more suitable placeDiego Biurrun2012-09-14
* trasher: Include all the necessary headersMartin Storsjö2012-09-13
* x86: Remove some leftover declarations for non-existent functionsDiego Biurrun2012-09-13
* ARM: libavresample: NEON optimised generic fltp to s16 conversionMans Rullgard2012-09-13
* ARM: libavresample: NEON optimised stereo fltp to s16 conversionMans Rullgard2012-09-13
* ARM: libavresample: NEON optimised flat float to s16 conversionMans Rullgard2012-09-13
* os_support: Choose between direct.h and io.h using a configure checkMartin Storsjö2012-09-13
* os_support: Include io.h instead of direct.h on mingw32ceMartin Storsjö2012-09-13
* x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö2012-09-13
* swscale: Remove two bogus assertsDiego Biurrun2012-09-13
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12