128 Commits (df2a2643fef47e807d347f880a4eb41b7faf1d14)

Author SHA1 Message Date
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Michael Niedermayer c230af9bcc h264: Reset last_pocs in case of reference or frame number inconsistencies 12 years ago
Michael Niedermayer 3fba3e79a3 h264/ff_generate_sliding_window_mmcos: fix use of uninitialized variable 12 years ago
Michael Niedermayer dcbe15813e h264: print mismatching opcode details in check_opcodes() 12 years ago
Michael Niedermayer fc86f88b32 h264: fix use of uninitialized variable 12 years ago
Ronald S. Bultje f6badba185 h264: don't clobber mmco opcode tables for non-first slice headers. 12 years ago
Anton Khirnov ea382767ad h264: fix ff_generate_sliding_window_mmcos() prototype. 12 years ago
Ronald S. Bultje bad446e251 h264: don't clobber mmco opcode tables for non-first slice headers. 12 years ago
Michael Niedermayer a39d36146a h264_refs: Print default in case we are missing a reference. 12 years ago
Michael Niedermayer 35782bfbca h264: Change asserts to av_asserts in ff_h264_fill_default_ref_list() 12 years ago
Diego Biurrun 6c5b0517e0 h264_refs: Fix debug tprintf argument types 12 years ago
Michael Niedermayer 87b9868972 h264: clear the ref lists when the reference are cleared. 13 years ago
Michael Niedermayer 3360b8517a h264: fix seeking in low delay streams without IDR 13 years ago
Michael Niedermayer 9ba43e50ef h264: Fix frame sync / random access handling. 13 years ago
Michael Niedermayer 9d9316ae34 h264: Fix seeking in 00017.MTS 13 years ago
Michael Niedermayer 5b2873c1d5 h264: switch from qatars has_b_frames calculation back to mine. 13 years ago
Ronald S. Bultje adedd840e2 h264: fix frame reordering code. 13 years ago
Michael Niedermayer c881df330d h264: Guess receovery points. 13 years ago
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Michael Niedermayer f7da257a89 h264: remove assert() on ref_frame_count. 13 years ago
Michael Niedermayer 237d31e0b9 h264: fix FIXME and use list_count in ff_h264_fill_mbaff_ref_list() 13 years ago
Jeff Downs 29a09eae9a h264: correct the check for invalid long term frame index in MMCO decode 13 years ago
Dustin Brody b490f0c2bc h264: hide reference frame errors unless requested 13 years ago
Ronald S. Bultje 28ca701e0b h264: add missing brackets. 13 years ago
Dustin Brody 12fe759423 h264: propagate error return values for AV_LOG_ERROR-triggering events 13 years ago
Jeff Downs e80e2d5ba1 h264 - correct the check for invalid long term frame index in MMCO decode 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Ronald S. Bultje e86fbe1751 h264: do not print "too many references" warning for intra-only. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Michael Niedermayer c059d7aa57 H264: Fix intra only decoding. 14 years ago
Michael Niedermayer 0ae4aba649 H264:Print short+long+max values when they dont match up. 14 years ago
Michael Niedermayer 7ac85f4be8 H264:use av_assert0() for frame num check 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Michael Niedermayer 3d5421201b Perform sliding window operation during frame gap handling. 15 years ago
Michael Niedermayer 733f5990d0 Factorize ff_generate_sliding_window_mmcos() out. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Michael Niedermayer 1052b76f0f Fix implicit weight for b frames in mbaff. 15 years ago
Michael Niedermayer 3d9137c883 Reorder indexes in weight tables. 15 years ago
Michael Niedermayer 70118abd68 Merge weight & offset tables, 15 cpu cycles faster. 15 years ago
Michael Niedermayer ea6f00c448 Split all the reference picture handling off h264.c. 15 years ago