summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove need for padding in av_memcpy_backptr()Mans Rullgard2012-10-23
* lzo: Use AV_COPY*U macros where appropriateDiego Biurrun2012-10-23
* prepare 9_beta2 releaseReinhard Tartler2012-10-23
* dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego Biurrun2012-10-23
* intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addressesDiego Biurrun2012-10-23
* dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16Diego Biurrun2012-10-23
* mp3: properly forward mp_decode_frame errorsLuca Barbato2012-10-23
* mp3: exit on parsing error in mp_decode_frameLuca Barbato2012-10-23
* rtmppkt: Avoid unescaped backslash in Doxygen commentDiego Biurrun2012-10-23
* fate-lavfi: replace sed/grep/cut combos with awkMans Rullgard2012-10-23
* build: Plan 9 supportMans Rullgard2012-10-23
* build: allow targets to specify extra objects to link with executablesMans Rullgard2012-10-23
* swscale: avoid pointless use of compound literalsMans Rullgard2012-10-23
* libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-23
* network: use getservbyport() only if availableMans Rullgard2012-10-23
* network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLENMans Rullgard2012-10-23
* Include sys/time.h before sys/resource.hMans Rullgard2012-10-23
* fate: check that dependencies actually existMans Rullgard2012-10-23
* fate: fix ENCMUX macroMans Rullgard2012-10-23
* mpegaudiodec: Fix buffer handling on random accessMichael Niedermayer2012-10-23
* mpegaudio: Refactor mp3on4 flush functionDiego Biurrun2012-10-23
* fate: Add dependencies for audio testsDiego Biurrun2012-10-23
* fate: cosmetics: Group idct8x8 test together with all other libavcodec testsDiego Biurrun2012-10-23
* fate: More fine-grained dependencies for libavcodec test programsDiego Biurrun2012-10-23
* fate: Declare avcodec/avformat deps in the respective Makefile snippetsDiego Biurrun2012-10-23
* fate: Add dependencies for WMA and WavPack testsDiego Biurrun2012-10-23
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
* lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2012-10-23
* lavu: remove disabled avoptions cruftAnton Khirnov2012-10-23
* lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov2012-10-23
* Revert "avutil: make some tables visible again"Anton Khirnov2012-10-23
* Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov2012-10-23
* lavu: bump major to 52Anton Khirnov2012-10-23
* lavu: postpone recent deprecations until the next major bumpAnton Khirnov2012-10-23
* APIchanges: update lavr bump dateAnton Khirnov2012-10-23
* avconv: only apply presets when we have an encoder.Anton Khirnov2012-10-23
* atrac3: replace a calculation with FFALIGN()Justin Ruggles2012-10-22
* atrac3: remove unused ATRAC3Context field, sample_rateJustin Ruggles2012-10-22
* atrac3: use sizeof(variable) instead of sizeof(type)Justin Ruggles2012-10-22
* atrac3: simplify MDCT window calculationJustin Ruggles2012-10-22
* atrac3: initialize static tables in AVCodec.init_static_data()Justin Ruggles2012-10-22
* atrac3: separate window initialization from IMDCT initializationJustin Ruggles2012-10-22
* atrac3: move the 'frame_factor' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-22
* atrac3: remove unused ATRAC3Context field, bit_rateJustin Ruggles2012-10-22
* atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ...Justin Ruggles2012-10-22
* atrac3: remove unused ATRAC3Context field, samples_per_channelJustin Ruggles2012-10-22
* atrac3: use AVCodecContext.block_align instead of keeping a private copyJustin Ruggles2012-10-22
* atrac3: move the 'delay' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-22
* atrac3: move the 'version' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-22
* atrac3: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-10-22