summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* svq1: unmacroify macros used only once.Anton Khirnov2012-12-12
* svq1: deMpegEncContextizeAnton Khirnov2012-12-12
* x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-12
* Make LOCAL_ALIGNED syntactically similar on all systemsMans Rullgard2012-12-11
* ZeroCodec: Flip outputCarl Eugen Hoyos2012-12-10
* sh4: dsputil: remove duplicate of ff_gmc_c()Mans Rullgard2012-12-10
* dsputil: remove unused macro WRAPPER8_16Mans Rullgard2012-12-09
* libvpxenc: Support forcing keyframesMartin Storsjö2012-12-09
* ac3dec: decode directly into output buffersMans Rullgard2012-12-09
* ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-09
* ac3dec: output planar float onlyMans Rullgard2012-12-09
* svq3: make slice type value unsigned to match svq3_get_ue_golomb return typeJanne Grunau2012-12-09
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-09
* mjpeg: initialize input padding after unescaped buffer to zeroJanne Grunau2012-12-08
* h264: check for invalid zeros_left before writingRonald S. Bultje2012-12-08
* golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau2012-12-08
* takdec: fix initialisation of LOCAL_ALIGNED arrayJosh Allmann2012-12-08
* takdec: fix initialisation of LOCAL_ALIGNED arrayMans Rullgard2012-12-07
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-07
* parser: fix large overreadsMichael Niedermayer2012-12-07
* bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer2012-12-07
* arm: rename ARMVFP config symbol to VFPMans Rullgard2012-12-07
* arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard2012-12-07
* dct-test: arm: indicate required cpu features for optimised funcsMans Rullgard2012-12-07
* snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793Anton Khirnov2012-12-07
* arm: fix use of uninitialised value in ff_fft_fixed_init_arm()Mans Rullgard2012-12-07
* avpicture: Don't assume a valid pix fmt in avpicture_get_sizeMartin Storsjö2012-12-07
* h264: add a pointer for weighted prediction temporary bufferJanne Grunau2012-12-07
* h264: check sps.log2_max_frame_num for validityJanne Grunau2012-12-07
* flac: change minimum and default of lpc_passes option to 1Janne Grunau2012-12-07
* SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet2012-12-07
* AAC SBR: use AVFloatDSPContext's vector_fmulChristophe Gisquet2012-12-07
* h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau2012-12-05
* h264: slice-mt: get last_pic_dropable from master contextJanne Grunau2012-12-05
* alacenc: add support for multi-channel encodingJustin Ruggles2012-12-05
* mimic: initialize padding of swap_buf through av_fast_padded_mallocJanne Grunau2012-12-05
* eamad: initialize padding of bitstream_buf through av_fast_padded_malloc()Janne Grunau2012-12-05
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: factorise setting buffer type in avcodec_default_get_buffer().Anton Khirnov2012-12-04
* lavc: don't reuse audio buffersAnton Khirnov2012-12-04
* lavc: set frame properties in ff_get_buffer().Anton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* h264: error out on unset current_picture_ptr for h->current_slice > 0Janne Grunau2012-12-02
* aac: avoid a memcpy in sbr_qmf_analysisChristophe Gisquet2012-12-02
* build: The FLAC encoder also depends on the flacdsp codeDiego Biurrun2012-11-29
* h264: check context state before decoding slice data partitionsJanne Grunau2012-11-29
* flashsv: make sure data for zlib priming is availableJanne Grunau2012-11-29
* x86: dsputilenc: port to cpuflagsDiego Biurrun2012-11-28
* x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun2012-11-28