summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* x86: h264_idct: port to cpuflagsDiego Biurrun2012-11-28
* vble: Do not abort decoding when version is not 1Piotr Bandurski2012-11-27
* x86: h264_weight: port to cpuflagsDiego Biurrun2012-11-27
* h264: set Picture.owner2 to the current threadJanne Grunau2012-11-27
* h264: check ref_count validity for num_ref_idx_active_override_flagJanne Grunau2012-11-27
* h264: add missing new line to log messageJanne Grunau2012-11-27
* dcadec: skip QMF on unused channelsMichael Niedermayer2012-11-26
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
* aacenc: use the correct output bufferMichael Niedermayer2012-11-26
* aacdec: fix signed overflows in lcg_random()Mans Rullgard2012-11-26
* flashsv: check for keyframe before using differential codingJanne Grunau2012-11-26
* h264: enable low delay only if no delayed frames were seenJanne Grunau2012-11-26
* x86: fix build without inline asmDiego Biurrun2012-11-26
* aacdec: use float planar sample format for outputJustin Ruggles2012-11-25
* lavc: clarify get_buffer() documentationJustin Ruggles2012-11-25
* mpegaudiodec: use planar sample format for output unless packed is requestedJustin Ruggles2012-11-25
* x86: h264 qpel: use the correct number of utilized xmm regs in cglobalJustin Ruggles2012-11-25
* x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-25
* x86: h264: Remove 3dnow QPEL codeDaniel Kang2012-11-25
* x86: h264_chromamc: port to cpuflagsDiego Biurrun2012-11-25
* mpegvideo: simplify dxy calculation in hpel_motion()Mans Rullgard2012-11-23