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