| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-30 | 1 | -2/+2 |
|\ |
|
| * | Fix decoding of lossless 4:2:2 H.264 | Anton Mitrofanov | 2011-10-28 | 1 | -1/+1 |
| * | Fix decoding of lossless 10-bit 4:4:4 H.264 | Anton Mitrofanov | 2011-10-28 | 1 | -1/+1 |
* | | Be more verbose about unsupported H.264 bit-depths. | Carl Eugen Hoyos | 2011-10-29 | 1 | -1/+1 |
* | | Warn if YCgCo colourspace is detected in H.264. | Carl Eugen Hoyos | 2011-10-29 | 1 | -0/+2 |
* | | h264: use long reading for first_mb_in_slice | Michael Niedermayer | 2011-10-27 | 1 | -1/+1 |
* | | h264: 10l fix, missing () after replacing % by & | Michael Niedermayer | 2011-10-25 | 1 | -1/+1 |
* | | h264: Calculate a tighter recovery_frame. | Michael Niedermayer | 2011-10-24 | 1 | -1/+2 |
* | | h264: Support invalid output by mplayers TS demuxer. | Michael Niedermayer | 2011-10-24 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-24 | 1 | -1/+0 |
|\| |
|
| * | mpegvideo: remove some unused variables from MpegEncContext. | Anton Khirnov | 2011-10-23 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-23 | 1 | -2/+2 |
|\| |
|
| * | lavc: replace references to deprecated AVCodecContext.error_recognition to us... | Dustin Brody | 2011-10-22 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-22 | 1 | -124/+205 |
|\| |
|
| * | h264: mark some MC functions with av_always_inline instead of inline. | Ronald S. Bultje | 2011-10-21 | 1 | -27/+33 |
| * | H264: have hl_motion() and its callees take a chroma_idc argument. | Ronald S. Bultje | 2011-10-21 | 1 | -52/+98 |
| * | H264: change weight/biweight functions to take a height argument. | Ronald S. Bultje | 2011-10-21 | 1 | -73/+53 |
| * | Support for lossless and inter H264 4:2:2. | Ronald S. Bultje | 2011-10-21 | 1 | -11/+55 |
| * | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -25/+72 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-17 | 1 | -1/+1 |
|\| |
|
| * | w32threads: support for frame multithreading | Steven Walters | 2011-10-16 | 1 | -1/+1 |
| * | h264: change unsupported bit depth message to error level | Mans Rullgard | 2011-10-12 | 1 | -1/+1 |
| * | h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo... | Laurent Aimar | 2011-10-10 | 1 | -1/+3 |
* | | 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 |