| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: Workaround invalid flag combinations of 8x8 inference. | Michael Niedermayer | 2011-10-15 | 1 | -0/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-10 | 1 | -1/+1 |
|\ |
|
| * | h264: fix signed overflows in x*0x01010101 expressions | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | | Start adding pixel definitions for planar rgb. | Themaister | 2011-10-08 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-08 | 1 | -1/+1 |
|\| |
|
| * | H264: Only wait before triggering ff_thread_setup_complete() until the next s... | Michael Niedermayer | 2011-10-07 | 1 | -1/+5 |
* | | H264: set colorspace and full range to values indicating unspecified by default | Michael Niedermayer | 2011-10-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-07 | 1 | -1/+5 |
|\| |
|
| * | h264: correct implicit_weight for field-interlaced pictures. | Ronald S. Bultje | 2011-10-05 | 1 | -1/+5 |
| * | h264: check for out of bounds reads in ff_h264_decode_extradata(). | Laurent Aimar | 2011-09-25 | 1 | -0/+4 |
* | | h264: reject unsupported 422 9 bit streams | Laurent Aimar | 2011-10-07 | 1 | -2/+4 |
* | | h264: do not let invalid values in h->ref_count after a decoder reset. | Laurent Aimar | 2011-10-05 | 1 | -0/+1 |
* | | h264: bit depth/chroma idc changes must go through a full format negociation. | Laurent Aimar | 2011-10-05 | 1 | -18/+20 |
* | | h254: explicitly initialize bit depth/chroma idc | Laurent Aimar | 2011-10-05 | 1 | -2/+8 |
* | | H264: hotfix for speedloss on frame threading and h264 files with slices. | Michael Niedermayer | 2011-10-04 | 1 | -1/+5 |
* | | h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred. | Laurent Aimar | 2011-10-02 | 1 | -6/+20 |
* | | h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_lis... | Laurent Aimar | 2011-10-02 | 1 | -1/+3 |
* | | h264: set unused ref_counts to 0 as a precautionary meassure. | Michael Niedermayer | 2011-10-02 | 1 | -1/+1 |
* | | h264: try reading SPS with wrong escaping, it sometimes works better | Michael Niedermayer | 2011-10-01 | 1 | -1/+5 |
* | | h264: More correct ref_count check in decode_slice_header() | Michael Niedermayer | 2011-09-28 | 1 | -5/+6 |
* | | h264: dont set key_frame when the frame is not a real keyframe. | Michael Niedermayer | 2011-09-28 | 1 | -2/+2 |
* | | h264dec: fix decoding problems introduced with baad01d8b4bfe63c7c4e571ed553f7... | Michael Niedermayer | 2011-09-25 | 1 | -1/+2 |
* | | h264: improve checks before calling ff_h264_decode_extradata | Alexander Strasser | 2011-09-25 | 1 | -3/+2 |
* | | h264: ff_h264_decode_extradata: check buffer args | Alexander Strasser | 2011-09-25 | 1 | -0/+3 |
* | | h264: Check for out of bounds reads in ff_h264_decode_extradata(). | Laurent Aimar | 2011-09-24 | 1 | -0/+4 |
* | | h264dec: Decode in stream avc extradata. | Michael Niedermayer | 2011-09-23 | 1 | -0/+2 |
* | | h264: pass buffer & size to ff_h264_decode_extradata() | Michael Niedermayer | 2011-09-23 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-21 | 1 | -1/+1 |
|\| |
|
| * | Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. | Diego Biurrun | 2011-09-21 | 1 | -1/+1 |
* | | h264: do not increase recovery frame which would lead to endless moving away ... | Michael Niedermayer | 2011-09-20 | 1 | -1/+1 |
* | | h264: reset recovery frame on seeks. | Michael Niedermayer | 2011-09-20 | 1 | -0/+1 |
* | | calculate frame_num for recovery point "keyframe" | John Stebbins | 2011-09-18 | 1 | -2/+12 |
* | | h264dec: add forgotten copying of h->sync | Michael Niedermayer | 2011-09-18 | 1 | -1/+5 |
* | | h264dec: Support CODEC_FLAG2_SHOW_ALL. | Michael Niedermayer | 2011-09-18 | 1 | -0/+1 |
* | | h264dec: Dont display trash before a keyframe. | Michael Niedermayer | 2011-09-17 | 1 | -7/+10 |
* | | h264: allow disabling bitstream overread protection by using the fast flag. | Michael Niedermayer | 2011-09-14 | 1 | -2/+6 |
* | | h264: improve MAX_SLICES too small check so it gives less false positives. | Michael Niedermayer | 2011-09-12 | 1 | -1/+7 |
* | | h264: prevent an out of array read in decode_nal_units() | Michael Niedermayer | 2011-09-11 | 1 | -1/+1 |
* | | h264dec: Prevent CABAC and CAVLC bitsteram overreading | Michael Niedermayer | 2011-09-11 | 1 | -7/+11 |
* | | h264: clean all non null elements of delayed_pic[] | Michael Niedermayer | 2011-08-31 | 1 | -1/+1 |
* | | h264: change MAX_DELAYED_PIC_COUNT check to av_assert0 | Michael Niedermayer | 2011-08-31 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-29 | 1 | -3/+0 |
|\| |
|
| * | Revert "h264: Properly set coded_{width, height} when parsing H.264." | Luca Barbato | 2011-08-29 | 1 | -3/+0 |
| * | h264: fix PCM intra-coded blocks in monochrome case | Jeff Downs | 2011-08-19 | 1 | -12/+34 |
* | | h264: fixup indention | Michael Niedermayer | 2011-08-20 | 1 | -14/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-19 | 1 | -11/+11 |
|\| |
|
| * | h264: correct implicit weight table computation for long ref pics | Jeff Downs | 2011-08-19 | 1 | -9/+11 |
* | | h264dec: h264: 4:2:2 intra decoding | Baptiste Coudurier | 2011-08-15 | 1 | -25/+67 |
* | | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' | Michael Niedermayer | 2011-08-13 | 1 | -2/+8 |
|\| |
|
| * | h264: notice memory allocation failure | Dustin Brody | 2011-08-11 | 1 | -2/+8 |