summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer2012-09-051-1/+0
* h264: Check that the codec isn't null before accessing itMartin Storsjö2012-08-281-1/+2
* h264: vdpau: fix crash with unsupported colorspaceUoti Urpala2012-08-171-0/+9
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* h264: refactor NAL decode loopRonald S. Bultje2012-07-231-17/+25
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-051-533/+10
* misc typo and wording fixesDiego Biurrun2012-07-031-2/+2
* h264: allow cropping to AVCodecContext.width/heightMans Rullgard2012-06-091-0/+6
* h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-021-2/+2
* h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-051-2/+3
* h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov2012-04-041-5/+10
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-3/+3
* h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()Diego Biurrun2012-03-301-2/+2
* h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun2012-03-301-3/+3
* h264: fix deadlocks on incomplete reference frame decoding.Ronald S. Bultje2012-03-161-18/+112
* h264: K&R formatting cosmeticsDiego Biurrun2012-03-161-2106/+2448
* h264: stricter reference limit enforcement.Ronald S. Bultje2012-03-141-5/+8
* h264: improve parsing of broken AVC SPSMichael Niedermayer2012-03-131-1/+8
* Revert "h264: clear trailing bits in partially parsed NAL units"Janne Grunau2012-03-121-4/+1
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-051-3/+3
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-19/+7
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-011-11/+24
* h264: error out on invalid bitdepth.Ronald S. Bultje2012-03-011-6/+11
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-10/+10
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-2/+2
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-091-2/+2
* h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun2012-01-311-49/+0
* h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun2012-01-311-15/+0
* h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun2012-01-311-5/+0
* cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-121-2/+2
* h264-test: Initialize AVCodecContext.av_class.Diego Biurrun2012-01-071-1/+1
* h264: Only use symbols from the SVQ3 decoder under proper conditionals.Diego Biurrun2012-01-061-4/+4
* h264: return index in buffer on end-of-sequence.Ronald S. Bultje2012-01-031-2/+2
* Merge some declarations and initializations.Diego Biurrun2012-01-041-6/+2
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-021-5/+4
* h264: Fix a possible overread in decode_nal_units()Alexander Strange2011-12-231-1/+1
* h264: clear trailing bits in partially parsed NAL unitsJanne Grunau2011-12-191-1/+4
* Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau2011-12-191-9/+2
* h264: skip start code search if the size of the nal unit is knownJanne Grunau2011-12-181-2/+9
* h264: don't drop B-frames after next keyframe on POC reset.Ronald S. Bultje2011-12-161-1/+5
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-8/+8
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-9/+9
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-5/+7
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-121-1/+1
* h264: remove useless castMans Rullgard2011-12-121-1/+1
* Remove extraneous semicolonsMans Rullgard2011-12-111-2/+2
* Fix a bunch of common typos.Diego Biurrun2011-12-111-3/+3
* h264: fix frame reordering code.Ronald S. Bultje2011-12-031-17/+50
* h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje2011-12-011-1/+1
* h264: add support for decoding planar RGB images.Ronald S. Bultje2011-11-241-7/+16
OpenPOWER on IntegriCloud