summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* x86: Move optimization suffix to end of function namesDiego Biurrun2012-10-31
* x86: h264_chromamc_10bit: drop pointless PAVG %defineDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* aacdec: Drop some unused function argumentsDiego Biurrun2012-10-31
* x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun2012-10-31
* x86: fmtconvert: port to cpuflagsDiego Biurrun2012-10-31
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* cng: Reindent some incorrectly indented linesMartin Storsjö2012-10-30
* cngdec: Allow flushing the decoderMartin Storsjö2012-10-30
* cngdec: Make the dbov variable have the right unitMartin Storsjö2012-10-30
* cngdec: Fix the memset size to cover the full arrayMartin Storsjö2012-10-30
* cngdec: Update the LPC coefficients after averaging the reflection coefficientsMartin Storsjö2012-10-30
* pixfmt: support more yuva formatsLuca Barbato2012-10-30
* Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-29
* x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje2012-10-29
* Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje2012-10-29
* avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö2012-10-29
* lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö2012-10-29
* lpc: Add a function for calculating reflection coefficients from autocorrelat...Justin Ruggles2012-10-29
* indeo3: remove duplicate capabilities line.Anton Khirnov2012-10-29
* aacenc: Drop some unused function argumentsDiego Biurrun2012-10-29
* lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-29
* vp8: fix memset() crossing array boundaryMans Rullgard2012-10-27
* h264: fix invalid pointer arithmeticMans Rullgard2012-10-27
* amrwbdec: fix invalid pointer arithmeticMans Rullgard2012-10-27
* ivi_common: Drop unused function parameter from decode_band()Diego Biurrun2012-10-26
* cook: Remove some silly Doxygen commentsDiego Biurrun2012-10-26
* cook: Remove senseless maybe_reformat_buffer32() functionDiego Biurrun2012-10-26
* cook: cosmetics: Better names for joint_decode() function parametersDiego Biurrun2012-10-26
* cook: cosmetics: Better name for ccpl COOKSubpacket memberDiego Biurrun2012-10-26
* h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau2012-10-26
* ffv1: set the range coder state in decode_slice_headerLuca Barbato2001-01-01
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* g.723.1: add missing CODEC_CAP_DR1Anton Khirnov2012-10-24
* lavc: initialize output AVFrame before decoding.Anton Khirnov2012-10-24
* lavc: fix documentation for AVCodecContext.delayJustin Ruggles2012-10-23
* atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles2012-10-23
* lavc: use the correct API version guard macro for avcodec_encode_audio()Justin Ruggles2012-10-23
* dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard2012-10-23
* av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun2012-10-23
* dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego 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
* libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-23
* mpegaudiodec: Fix buffer handling on random accessMichael Niedermayer2012-10-23
* mpegaudio: Refactor mp3on4 flush functionDiego Biurrun2012-10-23