aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-231-0/+1
* mpegaudiodec: Fix buffer handling on random accessMichael Niedermayer2012-10-231-0/+1
* mpegaudio: Refactor mp3on4 flush functionDiego Biurrun2012-10-231-8/+9
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-238-11/+11
* Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov2012-10-233-31/+11
* 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
* lavc: extend frame_size doxy.Anton Khirnov2012-10-221-1/+7
* alacdec: set bits_per_raw_sampleJustin Ruggles2012-10-211-0/+1
* avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell2012-10-211-0/+6