aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* amrwbdec: set channels, channel_layout, and sample_rateJustin Ruggles2012-11-011-1/+10
* amrnbdec: set channels, channel_layout, and sample_rateJustin Ruggles2012-11-011-1/+10
* dca_parser: allow the parser to change the sample rateJustin Ruggles2012-11-011-2/+1
* lavc: check channel count after decoder initJustin Ruggles2012-11-011-0/+5
* lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decodersJustin Ruggles2012-11-013-6/+5
* x86: Move optimization suffix to end of function namesDiego Biurrun2012-10-313-30/+30
* x86: h264_chromamc_10bit: drop pointless PAVG %defineDiego Biurrun2012-10-311-2/+1
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-3114-196/+216
* aacdec: Drop some unused function argumentsDiego Biurrun2012-10-311-24/+20
* x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun2012-10-311-26/+26
* x86: fmtconvert: port to cpuflagsDiego Biurrun2012-10-311-70/+71
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-318-45/+45
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-312-3/+3
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-3127-27/+27
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-3128-28/+1
* cng: Reindent some incorrectly indented linesMartin Storsjö2012-10-302-2/+2
* cngdec: Allow flushing the decoderMartin Storsjö2012-10-301-3/+17
* cngdec: Make the dbov variable have the right unitMartin Storsjö2012-10-301-2/+2
* cngdec: Fix the memset size to cover the full arrayMartin Storsjö2012-10-301-1/+1
* cngdec: Update the LPC coefficients after averaging the reflection coefficientsMartin Storsjö2012-10-301-1/+1
* pixfmt: support more yuva formatsLuca Barbato2012-10-301-0/+19
* Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-295-117/+264
* x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje2012-10-292-186/+190
* Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje2012-10-292-169/+177
* avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö2012-10-297-1/+290
* lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö2012-10-292-0/+15
* lpc: Add a function for calculating reflection coefficients from autocorrelat...Justin Ruggles2012-10-291-0/+31
* indeo3: remove duplicate capabilities line.Anton Khirnov2012-10-291-1/+0
* aacenc: Drop some unused function argumentsDiego Biurrun2012-10-291-5/+4
* lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-299-0/+9
* vp8: fix memset() crossing array boundaryMans Rullgard2012-10-271-1/+2
* h264: fix invalid pointer arithmeticMans Rullgard2012-10-271-5/+5
* amrwbdec: fix invalid pointer arithmeticMans Rullgard2012-10-271-11/+10
* ivi_common: Drop unused function parameter from decode_band()Diego Biurrun2012-10-261-2/+2
* cook: Remove some silly Doxygen commentsDiego Biurrun2012-10-261-17/+2
* cook: Remove senseless maybe_reformat_buffer32() functionDiego Biurrun2012-10-261-7/+1
* cook: cosmetics: Better names for joint_decode() function parametersDiego Biurrun2012-10-261-7/+8
* cook: cosmetics: Better name for ccpl COOKSubpacket memberDiego Biurrun2012-10-261-4/+7
* h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau2012-10-261-13/+21
* ffv1: set the range coder state in decode_slice_headerLuca Barbato2001-01-011-1/+6
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-257-9/+7
* g.723.1: add missing CODEC_CAP_DR1Anton Khirnov2012-10-241-1/+1
* lavc: initialize output AVFrame before decoding.Anton Khirnov2012-10-241-0/+4
* lavc: fix documentation for AVCodecContext.delayJustin Ruggles2012-10-231-1/+1
* atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles2012-10-231-0/+1
* lavc: use the correct API version guard macro for avcodec_encode_audio()Justin Ruggles2012-10-231-1/+1
* dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard2012-10-231-3/+1
* av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun2012-10-233-4/+4
* dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego Biurrun2012-10-231-14/+6
* dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16Diego Biurrun2012-10-231-2/+2