aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: treat delayed pictures as usedJanne Grunau2012-12-133-10/+10
* lavc: set frame parameters after decoding only if necessaryJanne Grunau2012-12-131-5/+8
* h264: set parameters from SPS whenever it changesJanne Grunau2012-12-133-49/+68
* vp6: properly fail on unsupported featureLuca Barbato2012-12-131-2/+2
* aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse2012-12-121-1/+1
* svq1: Fix building with -DDEBUGMartin Storsjö2012-12-121-2/+2
* svq1: return meaningful error codes.Anton Khirnov2012-12-121-7/+7
* lavc: replace some forgotten instances of PixelFormat with AVPixelFormatAnton Khirnov2012-12-122-4/+6
* svq1: unmacroify macros used only once.Anton Khirnov2012-12-121-28/+24
* svq1: deMpegEncContextizeAnton Khirnov2012-12-121-67/+106
* x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-124-65/+42
* Make LOCAL_ALIGNED syntactically similar on all systemsMans Rullgard2012-12-111-1/+3
* ZeroCodec: Flip outputCarl Eugen Hoyos2012-12-102-4/+7
* sh4: dsputil: remove duplicate of ff_gmc_c()Mans Rullgard2012-12-102-58/+0
* dsputil: remove unused macro WRAPPER8_16Mans Rullgard2012-12-091-6/+0
* libvpxenc: Support forcing keyframesMartin Storsjö2012-12-091-1/+4
* ac3dec: decode directly into output buffersMans Rullgard2012-12-091-7/+20
* ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-095-33/+59
* ac3dec: output planar float onlyMans Rullgard2012-12-092-27/+6
* svq3: make slice type value unsigned to match svq3_get_ue_golomb return typeJanne Grunau2012-12-091-3/+4
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-096-28/+31
* mjpeg: initialize input padding after unescaped buffer to zeroJanne Grunau2012-12-081-0/+4
* h264: check for invalid zeros_left before writingRonald S. Bultje2012-12-081-5/+6
* golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau2012-12-083-14/+14
* takdec: fix initialisation of LOCAL_ALIGNED arrayJosh Allmann2012-12-081-1/+3
* takdec: fix initialisation of LOCAL_ALIGNED arrayMans Rullgard2012-12-071-1/+3
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-079-1/+1387
* parser: fix large overreadsMichael Niedermayer2012-12-071-1/+3
* bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer2012-12-071-0/+18
* arm: rename ARMVFP config symbol to VFPMans Rullgard2012-12-071-2/+2
* arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard2012-12-077-13/+13
* dct-test: arm: indicate required cpu features for optimised funcsMans Rullgard2012-12-071-3/+3
* snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793Anton Khirnov2012-12-072-3/+5
* arm: fix use of uninitialised value in ff_fft_fixed_init_arm()Mans Rullgard2012-12-071-1/+1
* avpicture: Don't assume a valid pix fmt in avpicture_get_sizeMartin Storsjö2012-12-071-0/+2
* h264: add a pointer for weighted prediction temporary bufferJanne Grunau2012-12-072-13/+14
* h264: check sps.log2_max_frame_num for validityJanne Grunau2012-12-071-2/+14
* flac: change minimum and default of lpc_passes option to 1Janne Grunau2012-12-071-1/+1
* SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet2012-12-072-2/+75
* AAC SBR: use AVFloatDSPContext's vector_fmulChristophe Gisquet2012-12-071-5/+6
* h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau2012-12-051-1/+1
* h264: slice-mt: get last_pic_dropable from master contextJanne Grunau2012-12-051-1/+1
* alacenc: add support for multi-channel encodingJustin Ruggles2012-12-055-80/+176
* mimic: initialize padding of swap_buf through av_fast_padded_mallocJanne Grunau2012-12-051-2/+1
* eamad: initialize padding of bitstream_buf through av_fast_padded_malloc()Janne Grunau2012-12-051-1/+2
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04133-293/+305
* lavc: factorise setting buffer type in avcodec_default_get_buffer().Anton Khirnov2012-12-041-3/+1
* lavc: don't reuse audio buffersAnton Khirnov2012-12-042-68/+17
* lavc: set frame properties in ff_get_buffer().Anton Khirnov2012-12-041-20/+18
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04141-154/+286