| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: support invalid annex B in mp4 | Michael Niedermayer | 2012-11-27 | 1 | -0/+7 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-27 | 1 | -0/+2 |
|\ |
|
| * | h264: set Picture.owner2 to the current thread | Janne Grunau | 2012-11-27 | 1 | -0/+2 |
* | | Merge commit '6e5cdf26281945ddea3aaf5eca4d127791f23ca8' | Michael Niedermayer | 2012-11-27 | 1 | -2/+2 |
|\| |
|
| * | h264: check ref_count validity for num_ref_idx_active_override_flag | Janne Grunau | 2012-11-27 | 1 | -1/+6 |
| * | h264: add missing new line to log message | Janne Grunau | 2012-11-27 | 1 | -1/+1 |
* | | h264: Fix minor bug in h264.c error trace | Sergio Garcia Murillo | 2012-11-26 | 1 | -1/+1 |
* | | Merge commit '5ae72f54532960cb9eae82a1c9e8d505106c022b' | Michael Niedermayer | 2012-11-26 | 1 | -2/+9 |
|\| |
|
| * | h264: enable low delay only if no delayed frames were seen | Janne Grunau | 2012-11-26 | 1 | -2/+8 |
| * | h264: Fix parameters to ff_er_add_slice() call | Janne Grunau | 2012-11-16 | 1 | -1/+1 |
| * | h264: always check ref_count for validity | Janne Grunau | 2012-11-16 | 1 | -9/+9 |
* | | h264: dont stop parsing NALs without cleanup on DPC. | Michael Niedermayer | 2012-11-19 | 1 | -1/+1 |
* | | h264: correct ref count check and limit, fix out of array accesses. | Michael Niedermayer | 2012-11-18 | 1 | -1/+1 |
* | | h264: fix integer overflow, assert failure | Michael Niedermayer | 2012-11-18 | 1 | -2/+6 |
* | | h264: Skip odd NALs in extradata, prevent undefined behavior | Michael Niedermayer | 2012-11-18 | 1 | -1/+24 |
* | | h264: use designated initializers for AVClass | Paul B Mahol | 2012-10-15 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-09 | 1 | -1/+1 |
|\| |
|
| * | Restructure av_log_missing_feature message | Diego Biurrun | 2012-10-09 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -29/+29 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -21/+21 |
* | | h264: switch some asserts to av_assert1/2() | Michael Niedermayer | 2012-10-07 | 1 | -5/+5 |
* | | h264: fix integer avoption types | Michael Niedermayer | 2012-10-07 | 1 | -2/+2 |
* | | lavc/h264: move ff_init_cabac_states() from decode_slice() to ff_h264_decode_... | Clément Bœsch | 2012-10-03 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -3/+0 |
|\| |
|
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-30 | 1 | -1/+3 |
|\| |
|
| * | h264: avoid stuck buffer pointer in decode_nal_units | Jindřich Makovička | 2012-09-29 | 1 | -1/+3 |
* | | 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 |