| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -3/+0 |
* | h264: avoid stuck buffer pointer in decode_nal_units | Jindřich Makovička | 2012-09-29 | 1 | -1/+3 |
* | h264: Remove an assert on current_picture_ptr being null | Michael Niedermayer | 2012-09-05 | 1 | -1/+0 |
* | h264: Check that the codec isn't null before accessing it | Martin Storsjö | 2012-08-28 | 1 | -1/+2 |
* | h264: vdpau: fix crash with unsupported colorspace | Uoti Urpala | 2012-08-17 | 1 | -0/+9 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | h264: refactor NAL decode loop | Ronald S. Bultje | 2012-07-23 | 1 | -17/+25 |
* | h264: use templates to avoid excessive inlining | Mans Rullgard | 2012-07-05 | 1 | -533/+10 |
* | misc typo and wording fixes | Diego Biurrun | 2012-07-03 | 1 | -2/+2 |
* | h264: allow cropping to AVCodecContext.width/height | Mans Rullgard | 2012-06-09 | 1 | -0/+6 |
* | h264: additional protection against unsupported size/bitdepth changes. | Ronald S. Bultje | 2012-05-02 | 1 | -2/+2 |
* | h264: Factorize declaration of mb_sizes array. | Diego Biurrun | 2012-04-05 | 1 | -2/+3 |
* | h264: fix 4:2:2 PCM-macroblocks decoding | Anton Mitrofanov | 2012-04-04 | 1 | -5/+10 |
* | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -3/+3 |
* | h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing() | Diego Biurrun | 2012-03-30 | 1 | -2/+2 |
* | h264: Make ff_h264_decode_end() static, it is not used externally. | Diego Biurrun | 2012-03-30 | 1 | -3/+3 |
* | h264: fix deadlocks on incomplete reference frame decoding. | Ronald S. Bultje | 2012-03-16 | 1 | -18/+112 |
* | h264: K&R formatting cosmetics | Diego Biurrun | 2012-03-16 | 1 | -2106/+2448 |
* | h264: stricter reference limit enforcement. | Ronald S. Bultje | 2012-03-14 | 1 | -5/+8 |
* | h264: improve parsing of broken AVC SPS | Michael Niedermayer | 2012-03-13 | 1 | -1/+8 |
* | Revert "h264: clear trailing bits in partially parsed NAL units" | Janne Grunau | 2012-03-12 | 1 | -4/+1 |
* | Replace computations of remaining bits with calls to get_bits_left(). | Alex Converse | 2012-03-05 | 1 | -3/+3 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -19/+7 |
* | Replace AVFrame pointer casts by proper struct member accesses. | Diego Biurrun | 2012-03-01 | 1 | -11/+24 |
* | h264: error out on invalid bitdepth. | Ronald S. Bultje | 2012-03-01 | 1 | -6/+11 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -10/+10 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | h264: disallow constrained intra prediction modes for luma. | Ronald S. Bultje | 2012-02-09 | 1 | -2/+2 |
* | h264: Split h264-test off into a separate file - golomb-test.c. | Diego Biurrun | 2012-01-31 | 1 | -49/+0 |
* | h264-test: cleanup: drop timer invocations, commented out code and other cruft | Diego Biurrun | 2012-01-31 | 1 | -15/+0 |
* | h264-test: Remove unused DSP and AVCodec contexts and related init calls. | Diego Biurrun | 2012-01-31 | 1 | -5/+0 |
* | cabac: split cabac.h into declarations and function definitions | Diego Biurrun | 2012-01-12 | 1 | -2/+2 |
* | h264-test: Initialize AVCodecContext.av_class. | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | h264: Only use symbols from the SVQ3 decoder under proper conditionals. | Diego Biurrun | 2012-01-06 | 1 | -4/+4 |
* | h264: return index in buffer on end-of-sequence. | Ronald S. Bultje | 2012-01-03 | 1 | -2/+2 |
* | Merge some declarations and initializations. | Diego Biurrun | 2012-01-04 | 1 | -6/+2 |
* | mpegenc: use avctx->slices as number of slices | Janne Grunau | 2012-01-02 | 1 | -5/+4 |
* | h264: Fix a possible overread in decode_nal_units() | Alexander Strange | 2011-12-23 | 1 | -1/+1 |
* | h264: clear trailing bits in partially parsed NAL units | Janne Grunau | 2011-12-19 | 1 | -1/+4 |
* | Revert "h264: skip start code search if the size of the nal unit is known" | Janne Grunau | 2011-12-19 | 1 | -9/+2 |
* | h264: skip start code search if the size of the nal unit is known | Janne Grunau | 2011-12-18 | 1 | -2/+9 |
* | h264: don't drop B-frames after next keyframe on POC reset. | Ronald S. Bultje | 2011-12-16 | 1 | -1/+5 |
* | lavc: introduce ER_MB_END and ER_MB_ERROR | Luca Barbato | 2011-12-13 | 1 | -8/+8 |
* | error_resilience: use the ER_ namespace | Luca Barbato | 2011-12-13 | 1 | -9/+9 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -5/+7 |
* | lavc: convert error_recognition to err_recognition. | Dustin Brody | 2011-12-12 | 1 | -1/+1 |
* | h264: remove useless cast | Mans Rullgard | 2011-12-12 | 1 | -1/+1 |
* | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 1 | -2/+2 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -3/+3 |
* | h264: fix frame reordering code. | Ronald S. Bultje | 2011-12-03 | 1 | -17/+50 |