summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h264: error out on unset current_picture_ptr for h->current_slice > 0Janne Grunau2012-12-021-0/+5
* aac: avoid a memcpy in sbr_qmf_analysisChristophe Gisquet2012-12-021-10/+11
* build: The FLAC encoder also depends on the flacdsp codeDiego Biurrun2012-11-291-1/+1
* h264: check context state before decoding slice data partitionsJanne Grunau2012-11-291-0/+1
* flashsv: make sure data for zlib priming is availableJanne Grunau2012-11-291-0/+5
* x86: dsputilenc: port to cpuflagsDiego Biurrun2012-11-281-57/+55
* x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun2012-11-281-4/+4
* x86: h264_idct: port to cpuflagsDiego Biurrun2012-11-281-69/+70
* vble: Do not abort decoding when version is not 1Piotr Bandurski2012-11-271-4/+2
* x86: h264_weight: port to cpuflagsDiego Biurrun2012-11-271-57/+48
* h264: set Picture.owner2 to the current threadJanne Grunau2012-11-272-2/+3
* h264: check ref_count validity for num_ref_idx_active_override_flagJanne Grunau2012-11-271-1/+6
* h264: add missing new line to log messageJanne Grunau2012-11-271-1/+1
* dcadec: skip QMF on unused channelsMichael Niedermayer2012-11-261-3/+4
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-268-83/+27
* aacenc: use the correct output bufferMichael Niedermayer2012-11-261-5/+5
* aacdec: fix signed overflows in lcg_random()Mans Rullgard2012-11-261-1/+2
* flashsv: check for keyframe before using differential codingJanne Grunau2012-11-261-0/+5
* h264: enable low delay only if no delayed frames were seenJanne Grunau2012-11-261-2/+8
* x86: fix build without inline asmDiego Biurrun2012-11-261-20/+22
* aacdec: use float planar sample format for outputJustin Ruggles2012-11-253-48/+66
* lavc: clarify get_buffer() documentationJustin Ruggles2012-11-251-1/+6
* mpegaudiodec: use planar sample format for output unless packed is requestedJustin Ruggles2012-11-252-48/+61
* x86: h264 qpel: use the correct number of utilized xmm regs in cglobalJustin Ruggles2012-11-251-6/+6
* x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-256-1198/+1276
* x86: h264: Remove 3dnow QPEL codeDaniel Kang2012-11-253-158/+14
* x86: h264_chromamc: port to cpuflagsDiego Biurrun2012-11-251-41/+44
* mpegvideo: simplify dxy calculation in hpel_motion()Mans Rullgard2012-11-231-6/+5
* cdgraphics: fix incorrect vertical offset mask in cdg_scroll()Xi Wang2012-11-211-1/+1
* flashsv: Drop unused function and struct parametersDiego Biurrun2012-11-211-6/+4
* pcm: fix decoding of pcm_s16le_planar on big-endianJustin Ruggles2012-11-201-2/+4
* imgconvert: remove PixFmtInfoLuca Barbato2012-11-201-461/+35
* avcodec: split avpicture from imgconvertLuca Barbato2012-11-203-85/+124
* alacenc: support 24-bit encodingJustin Ruggles2012-11-201-26/+75
* pcmdec: use planar sample format for pcm_s16le_planarJustin Ruggles2012-11-191-9/+10
* vorbisdec: use float planar sample formatJustin Ruggles2012-11-191-50/+31
* x86: h264_intrapred: Fix C function names in commentsDiego Biurrun2012-11-181-31/+31
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-182-5/+0
* PGS subtitles: Set AVSubtitle pts valueJohn Stebbins2012-11-181-2/+8
* h264: Fix parameters to ff_er_add_slice() callJanne Grunau2012-11-161-1/+1
* h264: always check ref_count for validityJanne Grunau2012-11-161-9/+9
* x86: dsputil: port to cpuflagsDiego Biurrun2012-11-162-127/+119
* bgmc: Fix av_malloc checks in ff_bgmc_init()Xi Wang2012-11-141-1/+1
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-1428-305/+310
* Drop broken and unused CABAC test program.Diego Biurrun2012-11-142-149/+1
* x86: h264_weight_10bit: port to cpuflagsDiego Biurrun2012-11-131-63/+69
* libtheoraenc: add missing pixdesc.h headerLuca Barbato2012-11-131-0/+1
* avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato2012-11-133-12/+7
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-138-16/+26
* ppc: replace pointer casting with AV_COPY32Mans Rullgard2012-11-121-1/+2