| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: init prev_frame_num to -1 on init | Michael Niedermayer | 2011-12-07 | 1 | -0/+1 |
* | h264: Fix memleaks on close, reset more fields | Michael Niedermayer | 2011-12-07 | 1 | -0/+1 |
* | h264: show when has_b_frames is being increased. | Michael Niedermayer | 2011-12-04 | 1 | -1/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-04 | 1 | -27/+67 |
|\ |
|
| * | h264: fix frame reordering code. | Ronald S. Bultje | 2011-12-03 | 1 | -17/+50 |
* | | Silence warnings when decoding QNAP Systems H264 codec. | Carl Eugen Hoyos | 2011-12-03 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-02 | 1 | -1/+1 |
|\| |
|
| * | h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1. | Ronald S. Bultje | 2011-12-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-25 | 1 | -6/+12 |
|\| |
|
| * | h264: add support for decoding planar RGB images. | Ronald S. Bultje | 2011-11-24 | 1 | -7/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-20 | 1 | -1/+2 |
|\| |
|
| * | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles | 2011-11-19 | 1 | -1/+2 |
| * | hwaccel: OS X Video Decoder Acceleration (VDA) support. | Sebastien Zwickert | 2011-11-14 | 1 | -0/+1 |
* | | Don't fill in frame gaps with copied refs after flush | Joakim Plate | 2011-11-18 | 1 | -3/+3 |
* | | h264: fix cur_chroma_format_idc with slice multithreading. | Michael Niedermayer | 2011-11-17 | 1 | -0/+1 |
* | | h264: migrate poc gap based has_b_frames calculation into new has_b_frame cal... | Michael Niedermayer | 2011-11-17 | 1 | -10/+2 |
* | | h264: minor simplification | Michael Niedermayer | 2011-11-17 | 1 | -1/+1 |
* | | h264: rewrite has_b_frame calculation code, | Michael Niedermayer | 2011-11-17 | 1 | -17/+19 |
* | | h264: reset last_pocs on IDRs | Michael Niedermayer | 2011-11-16 | 1 | -0/+3 |
* | | h264: Use mismatching frame numbers in fields to synchronize the | Michael Niedermayer | 2011-11-13 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-06 | 1 | -5/+22 |
|\| |
|
| * | h264: improve calculation of codec delay. | Ronald S. Bultje | 2011-11-05 | 1 | -5/+22 |
* | | Set avctx->coded_width/height to uncropped h264 sizes | Joakim Plate | 2011-11-06 | 1 | -6/+4 |
* | | h264: favor coded_width in resolution chnaged checks | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
* | | h264: add nal_length_size and is_avc to the publically readable fields | Michael Niedermayer | 2011-11-02 | 1 | -0/+23 |
* | | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X. | Sebastien Zwickert | 2011-11-02 | 1 | -0/+1 |
* | | 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 |