Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-03h264: error out on unset current_picture_ptr for h->current_slice > 0Janne Grunau
2012-12-03aac: avoid a memcpy in sbr_qmf_analysisChristophe Gisquet
2012-11-29build: The FLAC encoder also depends on the flacdsp codeDiego Biurrun
2012-11-29h264: check context state before decoding slice data partitionsJanne Grunau
2012-11-29flashsv: make sure data for zlib priming is availableJanne Grunau
2012-11-28x86: dsputilenc: port to cpuflagsDiego Biurrun
2012-11-28x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun
2012-11-28x86: h264_idct: port to cpuflagsDiego Biurrun
2012-11-28vble: Do not abort decoding when version is not 1Piotr Bandurski
2012-11-28x86: h264_weight: port to cpuflagsDiego Biurrun
2012-11-27h264: set Picture.owner2 to the current threadJanne Grunau
2012-11-27h264: check ref_count validity for num_ref_idx_active_override_flagJanne Grunau
2012-11-27h264: add missing new line to log messageJanne Grunau
2012-11-27dcadec: skip QMF on unused channelsMichael Niedermayer
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-26aacenc: use the correct output bufferMichael Niedermayer
2012-11-26aacdec: fix signed overflows in lcg_random()Mans Rullgard
2012-11-26flashsv: check for keyframe before using differential codingJanne Grunau
2012-11-26h264: enable low delay only if no delayed frames were seenJanne Grunau
2012-11-26x86: fix build without inline asmDiego Biurrun
2012-11-26aacdec: use float planar sample format for outputJustin Ruggles
2012-11-26lavc: clarify get_buffer() documentationJustin Ruggles
2012-11-26mpegaudiodec: use planar sample format for output unless packed is requestedJustin Ruggles
2012-11-26x86: h264 qpel: use the correct number of utilized xmm regs in cglobalJustin Ruggles
2012-11-25x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang
2012-11-25x86: h264: Remove 3dnow QPEL codeDaniel Kang
2012-11-25x86: h264_chromamc: port to cpuflagsDiego Biurrun
2012-11-23mpegvideo: simplify dxy calculation in hpel_motion()Mans Rullgard
2012-11-21cdgraphics: fix incorrect vertical offset mask in cdg_scroll()Xi Wang
2012-11-21flashsv: Drop unused function and struct parametersDiego Biurrun
2012-11-20pcm: fix decoding of pcm_s16le_planar on big-endianJustin Ruggles
2012-11-20imgconvert: remove PixFmtInfoLuca Barbato
2012-11-20avcodec: split avpicture from imgconvertLuca Barbato
2012-11-20alacenc: support 24-bit encodingJustin Ruggles
2012-11-20pcmdec: use planar sample format for pcm_s16le_planarJustin Ruggles
2012-11-20vorbisdec: use float planar sample formatJustin Ruggles
2012-11-18x86: h264_intrapred: Fix C function names in commentsDiego Biurrun
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun
2012-11-18PGS subtitles: Set AVSubtitle pts valueJohn Stebbins
2012-11-16h264: Fix parameters to ff_er_add_slice() callJanne Grunau
2012-11-16h264: always check ref_count for validityJanne Grunau
2012-11-16x86: dsputil: port to cpuflagsDiego Biurrun
2012-11-15bgmc: Fix av_malloc checks in ff_bgmc_init()Xi Wang
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-14Drop broken and unused CABAC test program.Diego Biurrun
2012-11-13x86: h264_weight_10bit: port to cpuflagsDiego Biurrun
2012-11-13libtheoraenc: add missing pixdesc.h headerLuca Barbato
2012-11-13avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-11-12ppc: replace pointer casting with AV_COPY32Mans Rullgard