1041 Commits (30ca700ba17b9ba46f4648afa30559ad890f0221)

Author SHA1 Message Date
Michael Niedermayer 3e971fc6b5 h264: fix cur_chroma_format_idc with slice multithreading. 13 years ago
Michael Niedermayer 4f7ad4c3e4 h264: migrate poc gap based has_b_frames calculation into new has_b_frame calculation code. 13 years ago
Michael Niedermayer ed83f84891 h264: minor simplification 13 years ago
Michael Niedermayer bfca35114a h264: rewrite has_b_frame calculation code, 13 years ago
Michael Niedermayer 18b7f40007 h264: reset last_pocs on IDRs 13 years ago
Sebastien Zwickert ac3dbb4d58 hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
Michael Niedermayer 545ec935a4 h264: Use mismatching frame numbers in fields to synchronize the 13 years ago
Joakim Plate 29a29226bb Set avctx->coded_width/height to uncropped h264 sizes 13 years ago
Ronald S. Bultje ea2bb12e3e h264: improve calculation of codec delay. 13 years ago
Michael Niedermayer 23acfcd9e5 h264: favor coded_width in resolution chnaged checks 13 years ago
Michael Niedermayer 146f99cfec h264: add nal_length_size and is_avc to the publically readable fields 13 years ago
Sebastien Zwickert d66ee6ac48 HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X. 13 years ago
Carl Eugen Hoyos 0387ad892c Be more verbose about unsupported H.264 bit-depths. 13 years ago
Carl Eugen Hoyos 7afa6b4458 Warn if YCgCo colourspace is detected in H.264. 13 years ago
Anton Mitrofanov 640d5f1c80 Fix decoding of lossless 4:2:2 H.264 13 years ago
Anton Mitrofanov fdb5314ea7 Fix decoding of lossless 10-bit 4:4:4 H.264 13 years ago
Michael Niedermayer 23040e2e3d h264: use long reading for first_mb_in_slice 13 years ago
Michael Niedermayer e403a97aac h264: 10l fix, missing () after replacing % by & 13 years ago
Michael Niedermayer 35075dc650 h264: Calculate a tighter recovery_frame. 13 years ago
Michael Niedermayer 63f0708478 h264: Support invalid output by mplayers TS demuxer. 13 years ago
Anton Khirnov acffe45732 mpegvideo: remove some unused variables from MpegEncContext. 13 years ago
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Ronald S. Bultje 27209bb108 h264: mark some MC functions with av_always_inline instead of inline. 13 years ago
Ronald S. Bultje 05fb63f5a0 H264: have hl_motion() and its callees take a chroma_idc argument. 13 years ago
Ronald S. Bultje c2d337429c H264: change weight/biweight functions to take a height argument. 13 years ago
Ronald S. Bultje 229d263cc9 Support for lossless and inter H264 4:2:2. 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Steven Walters 27237d524e w32threads: support for frame multithreading 13 years ago
Michael Niedermayer 2ed7e353bd h264: Workaround invalid flag combinations of 8x8 inference. 13 years ago
Mans Rullgard 318efbfc10 h264: change unsupported bit depth message to error level 13 years ago
Laurent Aimar 4c7a232fc8 h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reordering() 13 years ago
Mans Rullgard 4d1418cd4f h264: fix signed overflows in x*0x01010101 expressions 13 years ago
Themaister a3e11fa43c Start adding pixel definitions for planar rgb. 13 years ago
Michael Niedermayer 74f77eb048 H264: set colorspace and full range to values indicating unspecified by default 13 years ago
Michael Niedermayer 14c21c1ff5 H264: Only wait before triggering ff_thread_setup_complete() until the next slice that contains a start-of-field/frame macroblock 13 years ago
Laurent Aimar 5ec55d216e h264: reject unsupported 422 9 bit streams 13 years ago
Ronald S. Bultje 4418aa9cb3 h264: correct implicit_weight for field-interlaced pictures. 13 years ago
Laurent Aimar 0333d234b0 h264: do not let invalid values in h->ref_count after a decoder reset. 13 years ago
Laurent Aimar 253d18b352 h264: bit depth/chroma idc changes must go through a full format negociation. 13 years ago
Laurent Aimar a51fbb56bb h254: explicitly initialize bit depth/chroma idc 13 years ago
Michael Niedermayer eaa21b6870 H264: hotfix for speedloss on frame threading and h264 files with slices. 13 years ago
Laurent Aimar a4fd95b5d5 h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred. 13 years ago
Laurent Aimar 2428b53f6d h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_list_reordering() errors. 13 years ago
Michael Niedermayer 3af2de76ac h264: set unused ref_counts to 0 as a precautionary meassure. 13 years ago
Michael Niedermayer c9c7a776db h264: try reading SPS with wrong escaping, it sometimes works better 13 years ago
Michael Niedermayer dc9ce40069 h264: More correct ref_count check in decode_slice_header() 13 years ago
Michael Niedermayer 5a6e7771ed h264: dont set key_frame when the frame is not a real keyframe. 13 years ago
Michael Niedermayer f85c9b7771 h264dec: fix decoding problems introduced with baad01d8b4. 13 years ago
Alexander Strasser baad01d8b4 h264: improve checks before calling ff_h264_decode_extradata 13 years ago
Alexander Strasser 715f259bf9 h264: ff_h264_decode_extradata: check buffer args 13 years ago