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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-24h264_cabac: Mark functions calling decode_cabac_residual_internal as noinlineDiego Biurrun
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-03-21h264: add a parameter to the CHROMA444 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CHROMA422 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CABAC macro.Anton Khirnov
2013-03-21h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov
2013-03-21h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_FIELD macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_MBAFF macro.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-20h264: Don't store intra pcm samples in h->mbRonald S. Bultje
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-05h264: don't touch H264Context->ref_count[] during MB decodingRonald S. Bultje
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-06-24h264: use asm cabac reader under a generic conditionMans Rullgard
2012-04-28h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger
2012-04-28h264: use one table instead of several for cabac functionsRoland Scheidegger
2012-04-05h264: Factorize declaration of mb_sizes array.Diego Biurrun
2012-03-29h264: fix cabac-on-stack after safe cabac reader.Ronald S. Bultje
2012-03-01h264: prevent overreads in intra PCM decoding.Ronald S. Bultje
2012-02-10h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje
2012-01-13cabac: split cabac.h into declarations and function definitionsDiego Biurrun
2011-12-27x86: Fix constraints for decode_significance*_x86Martin Storsjö
2011-12-21x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun
2011-12-21h264_cabac: synchronize decode_significance_*_x86 conditionalsDiego Biurrun
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-07-29H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-09H.264: use fill_rectangle in CABAC decodingJason Garrett-Glaser
2011-07-04H.264: template left MB handlingJason Garrett-Glaser
2011-07-04H.264: faster write_back_*Jason Garrett-Glaser
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-10Add support for higher QP values in h264.Oskar Arvidsson
2011-05-10Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-21Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje
2011-01-15Remove evil timers that snuck their way into r26375.Jason Garrett-Glaser
2011-01-15Fix r26375 on non-x86.Jason Garrett-Glaser
2011-01-15H.264: Partially inline CABAC residual decodingJason Garrett-Glaser
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-15H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser