1189 Commits (8766ad9eb1b0b498ec5db824c8c34385e3d6d713)

Author SHA1 Message Date
Michael Niedermayer fb266f5973 h264: show when has_b_frames is being increased. 13 years ago
Ronald S. Bultje adedd840e2 h264: fix frame reordering code. 13 years ago
Carl Eugen Hoyos 2d6a45c12a Silence warnings when decoding QNAP Systems H264 codec. 13 years ago
Ronald S. Bultje 2574f08d4c h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1. 13 years ago
Ronald S. Bultje db431f7efe h264: add support for decoding planar RGB images. 13 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
Joakim Plate babf4fe01a Don't fill in frame gaps with copied refs after flush 13 years ago
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