summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-061-5/+22
|\
| * h264: improve calculation of codec delay.Ronald S. Bultje2011-11-051-5/+22
* | Set avctx->coded_width/height to uncropped h264 sizesJoakim Plate2011-11-061-6/+4
* | h264: favor coded_width in resolution chnaged checksMichael Niedermayer2011-11-031-1/+1
* | h264: add nal_length_size and is_avc to the publically readable fieldsMichael Niedermayer2011-11-021-0/+23
* | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert2011-11-021-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-301-2/+2
|\ \ | |/
| * Fix decoding of lossless 4:2:2 H.264Anton Mitrofanov2011-10-281-1/+1
| * Fix decoding of lossless 10-bit 4:4:4 H.264Anton Mitrofanov2011-10-281-1/+1
* | Be more verbose about unsupported H.264 bit-depths.Carl Eugen Hoyos2011-10-291-1/+1
* | Warn if YCgCo colourspace is detected in H.264.Carl Eugen Hoyos2011-10-291-0/+2
* | h264: use long reading for first_mb_in_sliceMichael Niedermayer2011-10-271-1/+1
* | h264: 10l fix, missing () after replacing % by &Michael Niedermayer2011-10-251-1/+1
* | h264: Calculate a tighter recovery_frame.Michael Niedermayer2011-10-241-1/+2
* | h264: Support invalid output by mplayers TS demuxer.Michael Niedermayer2011-10-241-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-241-1/+0
|\ \ | |/
| * mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-231-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-231-2/+2
|\ \ | |/
| * lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-124/+205
|\ \ | |/
| * h264: mark some MC functions with av_always_inline instead of inline.Ronald S. Bultje2011-10-211-27/+33
| * H264: have hl_motion() and its callees take a chroma_idc argument.Ronald S. Bultje2011-10-211-52/+98
| * H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-211-73/+53
| * Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-211-11/+55
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-25/+72
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-171-1/+1
|\ \ | |/
| * w32threads: support for frame multithreadingSteven Walters2011-10-161-1/+1
| * h264: change unsupported bit depth message to error levelMans Rullgard2011-10-121-1/+1
| * h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar2011-10-101-1/+3
* | h264: Workaround invalid flag combinations of 8x8 inference.Michael Niedermayer2011-10-151-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-101-1/+1
|\ \ | |/
| * h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard2011-10-091-1/+1
* | Start adding pixel definitions for planar rgb.Themaister2011-10-081-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-081-1/+1
|\ \ | |/
| * H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer2011-10-071-1/+5
* | H264: set colorspace and full range to values indicating unspecified by defaultMichael Niedermayer2011-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-071-1/+5
|\ \ | |/
| * h264: correct implicit_weight for field-interlaced pictures.Ronald S. Bultje2011-10-051-1/+5
| * h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar2011-09-251-0/+4
* | h264: reject unsupported 422 9 bit streamsLaurent Aimar2011-10-071-2/+4
* | h264: do not let invalid values in h->ref_count after a decoder reset.Laurent Aimar2011-10-051-0/+1
* | h264: bit depth/chroma idc changes must go through a full format negociation.Laurent Aimar2011-10-051-18/+20
* | h254: explicitly initialize bit depth/chroma idcLaurent Aimar2011-10-051-2/+8
* | H264: hotfix for speedloss on frame threading and h264 files with slices.Michael Niedermayer2011-10-041-1/+5
* | h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar2011-10-021-6/+20
* | h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_lis...Laurent Aimar2011-10-021-1/+3
* | h264: set unused ref_counts to 0 as a precautionary meassure.Michael Niedermayer2011-10-021-1/+1
* | h264: try reading SPS with wrong escaping, it sometimes works betterMichael Niedermayer2011-10-011-1/+5
* | h264: More correct ref_count check in decode_slice_header()Michael Niedermayer2011-09-281-5/+6
* | h264: dont set key_frame when the frame is not a real keyframe.Michael Niedermayer2011-09-281-2/+2
OpenPOWER on IntegriCloud