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-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-29h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička
2012-09-05h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer
2012-08-28h264: Check that the codec isn't null before accessing itMartin Storsjö
2012-08-17h264: vdpau: fix crash with unsupported colorspaceUoti Urpala
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-23h264: refactor NAL decode loopRonald S. Bultje
2012-07-05h264: use templates to avoid excessive inliningMans Rullgard
2012-07-03misc typo and wording fixesDiego Biurrun
2012-06-09h264: allow cropping to AVCodecContext.width/heightMans Rullgard
2012-05-02h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje
2012-04-05h264: Factorize declaration of mb_sizes array.Diego Biurrun
2012-04-04h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-30h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()Diego Biurrun
2012-03-30h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun
2012-03-17h264: fix deadlocks on incomplete reference frame decoding.Ronald S. Bultje
2012-03-16h264: K&R formatting cosmeticsDiego Biurrun
2012-03-15h264: stricter reference limit enforcement.Ronald S. Bultje
2012-03-13h264: improve parsing of broken AVC SPSMichael Niedermayer
2012-03-13Revert "h264: clear trailing bits in partially parsed NAL units"Janne Grunau
2012-03-05Replace computations of remaining bits with calls to get_bits_left().Alex Converse
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-03-02Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun
2012-03-02h264: error out on invalid bitdepth.Ronald S. Bultje
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-10h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje
2012-01-31h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun
2012-01-31h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun
2012-01-31h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun
2012-01-13cabac: split cabac.h into declarations and function definitionsDiego Biurrun
2012-01-08h264-test: Initialize AVCodecContext.av_class.Diego Biurrun
2012-01-06h264: Only use symbols from the SVQ3 decoder under proper conditionals.Diego Biurrun
2012-01-04h264: return index in buffer on end-of-sequence.Ronald S. Bultje
2012-01-04Merge some declarations and initializations.Diego Biurrun
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2011-12-23h264: Fix a possible overread in decode_nal_units()Alexander Strange
2011-12-20h264: clear trailing bits in partially parsed NAL unitsJanne Grunau
2011-12-19Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau
2011-12-19h264: skip start code search if the size of the nal unit is knownJanne Grunau
2011-12-16h264: don't drop B-frames after next keyframe on POC reset.Ronald S. Bultje
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavc: convert error_recognition to err_recognition.Dustin Brody
2011-12-12h264: remove useless castMans Rullgard
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-03h264: fix frame reordering code.Ronald S. Bultje