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-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
2011-12-02h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje
2011-11-24h264: add support for decoding planar RGB images.Ronald S. Bultje
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
2011-11-05h264: improve calculation of codec delay.Ronald S. Bultje
2011-10-29Fix decoding of lossless 4:2:2 H.264Anton Mitrofanov
2011-10-29Fix decoding of lossless 10-bit 4:4:4 H.264Anton Mitrofanov
2011-10-23mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody