summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* cdgraphics: fix incorrect vertical offset mask in cdg_scroll()Xi Wang2012-11-21
* flashsv: Drop unused function and struct parametersDiego Biurrun2012-11-21
* pcm: fix decoding of pcm_s16le_planar on big-endianJustin Ruggles2012-11-20
* imgconvert: remove PixFmtInfoLuca Barbato2012-11-20
* avcodec: split avpicture from imgconvertLuca Barbato2012-11-20
* alacenc: support 24-bit encodingJustin Ruggles2012-11-20
* pcmdec: use planar sample format for pcm_s16le_planarJustin Ruggles2012-11-19
* vorbisdec: use float planar sample formatJustin Ruggles2012-11-19
* x86: h264_intrapred: Fix C function names in commentsDiego Biurrun2012-11-18
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-18
* PGS subtitles: Set AVSubtitle pts valueJohn Stebbins2012-11-18
* h264: Fix parameters to ff_er_add_slice() callJanne Grunau2012-11-16
* h264: always check ref_count for validityJanne Grunau2012-11-16
* x86: dsputil: port to cpuflagsDiego Biurrun2012-11-16
* bgmc: Fix av_malloc checks in ff_bgmc_init()Xi Wang2012-11-14
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* Drop broken and unused CABAC test program.Diego Biurrun2012-11-14
* x86: h264_weight_10bit: port to cpuflagsDiego Biurrun2012-11-13
* libtheoraenc: add missing pixdesc.h headerLuca Barbato2012-11-13
* avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato2012-11-13
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
* ppc: replace pointer casting with AV_COPY32Mans Rullgard2012-11-12
* ppc: fix some unused variable warningsMans Rullgard2012-11-12
* binkaudio: set channel layoutJustin Ruggles2012-11-12
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-11
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* mss2: prevent potential uninitialized readsAlberto Delmás2012-11-11