summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mp3: properly forward mp_decode_frame errorsLuca Barbato2012-10-231-14/+18
* mp3: exit on parsing error in mp_decode_frameLuca Barbato2012-10-231-0/+3
* rtmppkt: Avoid unescaped backslash in Doxygen commentDiego Biurrun2012-10-231-1/+1
* fate-lavfi: replace sed/grep/cut combos with awkMans Rullgard2012-10-231-2/+2
* build: Plan 9 supportMans Rullgard2012-10-236-2/+131
* build: allow targets to specify extra objects to link with executablesMans Rullgard2012-10-233-5/+6
* swscale: avoid pointless use of compound literalsMans Rullgard2012-10-231-8/+9
* libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-233-0/+49
* network: use getservbyport() only if availableMans Rullgard2012-10-232-0/+4
* network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLENMans Rullgard2012-10-231-0/+8
* Include sys/time.h before sys/resource.hMans Rullgard2012-10-232-0/+2
* fate: check that dependencies actually existMans Rullgard2012-10-231-1/+3
* fate: fix ENCMUX macroMans Rullgard2012-10-231-1/+1
* mpegaudiodec: Fix buffer handling on random accessMichael Niedermayer2012-10-231-0/+1
* mpegaudio: Refactor mp3on4 flush functionDiego Biurrun2012-10-231-8/+9
* fate: Add dependencies for audio testsDiego Biurrun2012-10-231-13/+13
* fate: cosmetics: Group idct8x8 test together with all other libavcodec testsDiego Biurrun2012-10-233-6/+6
* fate: More fine-grained dependencies for libavcodec test programsDiego Biurrun2012-10-231-5/+5
* fate: Declare avcodec/avformat deps in the respective Makefile snippetsDiego Biurrun2012-10-233-3/+2
* fate: Add dependencies for WMA and WavPack testsDiego Biurrun2012-10-232-19/+19
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-2310-14/+14
* lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2012-10-232-14/+0
* lavu: remove disabled avoptions cruftAnton Khirnov2012-10-233-229/+0
* lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov2012-10-233-19/+0
* Revert "avutil: make some tables visible again"Anton Khirnov2012-10-231-1/+1
* Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov2012-10-235-33/+11
* lavu: bump major to 52Anton Khirnov2012-10-232-3/+3
* lavu: postpone recent deprecations until the next major bumpAnton Khirnov2012-10-231-4/+4
* APIchanges: update lavr bump dateAnton Khirnov2012-10-231-1/+1
* avconv: only apply presets when we have an encoder.Anton Khirnov2012-10-231-27/+28
* atrac3: replace a calculation with FFALIGN()Justin Ruggles2012-10-221-2/+1
* atrac3: remove unused ATRAC3Context field, sample_rateJustin Ruggles2012-10-221-4/+0
* atrac3: use sizeof(variable) instead of sizeof(type)Justin Ruggles2012-10-221-6/+7
* atrac3: simplify MDCT window calculationJustin Ruggles2012-10-221-10/+7
* atrac3: initialize static tables in AVCodec.init_static_data()Justin Ruggles2012-10-221-26/+27
* atrac3: separate window initialization from IMDCT initializationJustin Ruggles2012-10-221-12/+9
* atrac3: move the 'frame_factor' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-221-7/+6
* atrac3: remove unused ATRAC3Context field, bit_rateJustin Ruggles2012-10-221-2/+0
* atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ...Justin Ruggles2012-10-221-7/+6
* atrac3: remove unused ATRAC3Context field, samples_per_channelJustin Ruggles2012-10-221-3/+1
* atrac3: use AVCodecContext.block_align instead of keeping a private copyJustin Ruggles2012-10-221-17/+13
* atrac3: move the 'delay' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-221-6/+5
* atrac3: move the 'version' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-221-5/+5
* atrac3: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-10-221-21/+20
* atrac3: simplify some loop indexingJustin Ruggles2012-10-221-30/+30
* atrac3: cosmetics: pretty-printing and renamingJustin Ruggles2012-10-222-585/+572
* pcm: define AVCodec instances only for enabled codecsMans Rullgard2012-10-221-37/+45
* libxvid: remove useless doxy comments.Anton Khirnov2012-10-221-27/+0
* lavc: remove stats_out from the options table.Anton Khirnov2012-10-221-1/+0
* riff: remove a write-only variableAnton Khirnov2012-10-221-2/+1
OpenPOWER on IntegriCloud