| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '0db2d94280e260af5f3ad7993c5a6357462f17c9' | Michael Niedermayer | 2012-09-06 | 1 | -1/+0 |
|\ |
|
| * | 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 |
* | | h264: ff_init_cabac_states doesnt use its argument thus remove it | Michael Niedermayer | 2012-08-26 | 1 | -1/+1 |
* | | h264: fix variable overflow after a few years of video playback | Michael Niedermayer | 2012-08-20 | 1 | -1/+1 |
* | | h264: Workaround invalid MPEG-TS broadcasts | Michael Niedermayer | 2012-08-20 | 1 | -0/+6 |
* | | h264: vdpau: fix crash with unsupported colorspace | Uoti Urpala | 2012-08-18 | 1 | -0/+9 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | h264: disable assert on current_picture_ptr being null. | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 1 | -17/+25 |
|\| |
|
| * | h264: refactor NAL decode loop | Ronald S. Bultje | 2012-07-23 | 1 | -17/+25 |
* | | h264: 12 and 14 bit support | Michael Niedermayer | 2012-07-10 | 1 | -3/+29 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-05 | 1 | -532/+10 |
|\| |
|
| * | h264: use templates to avoid excessive inlining | Mans Rullgard | 2012-07-05 | 1 | -533/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -2/+2 |
|\| |
|
| * | misc typo and wording fixes | Diego Biurrun | 2012-07-03 | 1 | -2/+2 |
* | | h264: add avpriv_h264_has_num_reorder_frames() | Michael Niedermayer | 2012-07-02 | 1 | -0/+6 |
* | | h264: Fix maximum reference count check for non-b frames | Jeff Downs | 2012-06-28 | 1 | -3/+7 |
* | | h264: use externally provided dimensions when they appear to be more correct. | Michael Niedermayer | 2012-06-10 | 1 | -3/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-09 | 1 | -1/+0 |
|\| |
|
| * | h264: allow cropping to AVCodecContext.width/height | Mans Rullgard | 2012-06-09 | 1 | -0/+6 |
* | | Make H264 reorder buffer size message less verbose. | Carl Eugen Hoyos | 2012-06-05 | 1 | -1/+1 |
* | | h264: log debug output for slightly truncated streams | Michael Niedermayer | 2012-06-02 | 1 | -0/+2 |
* | | h264: try to better handle h264 streams that are slightly truncated | Michael Niedermayer | 2012-06-02 | 1 | -1/+1 |
* | | h264: Fail on DPC its not fully implemented | Michael Niedermayer | 2012-05-31 | 1 | -0/+3 |
* | | h264: move q0 scan tables into context | Michael Niedermayer | 2012-05-31 | 1 | -12/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-03 | 1 | -1/+1 |
|\| |
|
| * | h264: additional protection against unsupported size/bitdepth changes. | Ronald S. Bultje | 2012-05-02 | 1 | -2/+2 |
* | | h264: reset current_slice on context reinit | Michael Niedermayer | 2012-04-18 | 1 | -0/+1 |
* | | Fix memory leaks on failed ff_h264_decode_init() | Dale Curtis | 2012-04-11 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-05 | 1 | -5/+11 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-04 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -3/+3 |
* | | h264: fix incompatible pointer type warnings. | Michael Niedermayer | 2012-04-02 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-30 | 1 | -5/+5 |
|\| |
|
| * | 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: dont mess with chroma planes for grayscale h264. | Michael Niedermayer | 2012-03-27 | 1 | -2/+4 |
* | | h264: move resolution change check further up. | Michael Niedermayer | 2012-03-24 | 1 | -10/+15 |
* | | h264: print the pps_id when its invalid. | Michael Niedermayer | 2012-03-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-17 | 1 | -14/+109 |
|\| |
|
| * | h264: fix deadlocks on incomplete reference frame decoding. | Ronald S. Bultje | 2012-03-16 | 1 | -18/+112 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-17 | 1 | -2085/+2424 |
|\| |
|
| * | h264: K&R formatting cosmetics | Diego Biurrun | 2012-03-16 | 1 | -2106/+2448 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-15 | 1 | -5/+7 |
|\| |
|
| * | h264: stricter reference limit enforcement. | Ronald S. Bultje | 2012-03-14 | 1 | -5/+8 |