summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-04
|\
| * h264: fix frame reordering code.Ronald S. Bultje2011-12-03
* | Silence warnings when decoding QNAP Systems H264 codec.Carl Eugen Hoyos2011-12-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-02
|\|
| * h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje2011-12-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-25
|\|
| * h264: add support for decoding planar RGB images.Ronald S. Bultje2011-11-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-20
|\|
| * avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
| * hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-14
* | Don't fill in frame gaps with copied refs after flushJoakim Plate2011-11-18
* | h264: fix cur_chroma_format_idc with slice multithreading.Michael Niedermayer2011-11-17
* | h264: migrate poc gap based has_b_frames calculation into new has_b_frame cal...Michael Niedermayer2011-11-17
* | h264: minor simplificationMichael Niedermayer2011-11-17
* | h264: rewrite has_b_frame calculation code,Michael Niedermayer2011-11-17
* | h264: reset last_pocs on IDRsMichael Niedermayer2011-11-16
* | h264: Use mismatching frame numbers in fields to synchronize theMichael Niedermayer2011-11-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-06
|\|
| * h264: improve calculation of codec delay.Ronald S. Bultje2011-11-05
* | Set avctx->coded_width/height to uncropped h264 sizesJoakim Plate2011-11-06
* | h264: favor coded_width in resolution chnaged checksMichael Niedermayer2011-11-03
* | h264: add nal_length_size and is_avc to the publically readable fieldsMichael Niedermayer2011-11-02
* | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert2011-11-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-30
|\|
| * Fix decoding of lossless 4:2:2 H.264Anton Mitrofanov2011-10-28
| * Fix decoding of lossless 10-bit 4:4:4 H.264Anton Mitrofanov2011-10-28
* | Be more verbose about unsupported H.264 bit-depths.Carl Eugen Hoyos2011-10-29
* | Warn if YCgCo colourspace is detected in H.264.Carl Eugen Hoyos2011-10-29
* | h264: use long reading for first_mb_in_sliceMichael Niedermayer2011-10-27
* | h264: 10l fix, missing () after replacing % by &Michael Niedermayer2011-10-25
* | h264: Calculate a tighter recovery_frame.Michael Niedermayer2011-10-24
* | h264: Support invalid output by mplayers TS demuxer.Michael Niedermayer2011-10-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-24
|\|
| * mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-23
|\|
| * lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\|
| * h264: mark some MC functions with av_always_inline instead of inline.Ronald S. Bultje2011-10-21
| * H264: have hl_motion() and its callees take a chroma_idc argument.Ronald S. Bultje2011-10-21
| * H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
| * Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-21
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-17
|\|
| * w32threads: support for frame multithreadingSteven Walters2011-10-16
| * h264: change unsupported bit depth message to error levelMans Rullgard2011-10-12
| * h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar2011-10-10
* | h264: Workaround invalid flag combinations of 8x8 inference.Michael Niedermayer2011-10-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-10
|\|
| * h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard2011-10-09
* | Start adding pixel definitions for planar rgb.Themaister2011-10-08