summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Liba...Tim Walker2012-09-121-2/+2
* lavu/audioconvert: add a second low frequency channel.Tim Walker2012-09-124-1/+6
* mpegts: check substreams before discardingChristian Schmidt2012-09-121-1/+2
* Add a smooth streaming segmenter muxerMartin Storsjö2012-09-126-1/+632
* file: Add an avoption for disabling truncating existing files on openMartin Storsjö2012-09-121-2/+22
* img2dec: always close AVIOContextsTomas Härdin2012-09-121-3/+3
* rtpdec_jpeg: Error out on other unsupported type values as wellMartin Storsjö2012-09-121-0/+4
* rtpdec_jpeg: Disallow using the reserved q valuesMartin Storsjö2012-09-121-0/+4
* rtpdec_jpeg: Fold the default qtables case into an existing if statementMartin Storsjö2012-09-121-6/+4
* rtpdec_jpeg: Store and reuse old qtables for q values 128-254Martin Storsjö2012-09-121-6/+27
* rtpdec_jpeg: Simplify the calculation of the number of qtablesMartin Storsjö2012-09-121-1/+1
* rtpdec_jpeg: Add more comments about the fields in the SOF0 sectionMartin Storsjö2012-09-121-9/+9
* rtpdec_jpeg: Clarify where the subsampling magic numbers come fromMartin Storsjö2012-09-121-3/+3
* rtpdec_jpeg: Don't use a bitstream writer for the EOI markerMartin Storsjö2012-09-121-5/+1
* rtpdec_jpeg: Don't needlessly use a bitstream writer for the headerMartin Storsjö2012-09-121-56/+58
* rtpdec_jpeg: Simplify writing of the jpeg headerMartin Storsjö2012-09-121-18/+10
* rtpdec_jpeg: Merge two if statementsMartin Storsjö2012-09-121-31/+30
* rtpdec_jpeg: Write the DHT section properlyMartin Storsjö2012-09-121-13/+20
* utvideoenc: Add missing AV_ prefix to codec IDDiego Biurrun2012-09-111-1/+1
* avserver: Add missing #include for av_gettime()Diego Biurrun2012-09-111-0/+2
* configure: Only disable aligned stack on MSVC on 32 bitMartin Storsjö2012-09-111-1/+2
OpenPOWER on IntegriCloud