96 Commits (40a4ab8ba4bffda8f4341484fcda4cf9be2b3d20)

Author SHA1 Message Date
Diego Biurrun cba4e6062a More correct printf format specifiers 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Vittorio Giovara 9b749c8274 h264: move relevant fields from Picture to H264Picture 11 years ago
Vittorio Giovara f4bd9fe326 h264: fix clang warning about uninitialized variable 11 years ago
Vittorio Giovara 17a63ff0cd h264: update flag name in ff_h264_decode_ref_pic_list_reordering() 11 years ago
Michael Niedermayer 649686d89b avcodec/h264_refs: remove lost frames instead of disfavoring them 11 years ago
Michael Niedermayer b5005def8a avcodec/h264: avoid using lost frames as references 11 years ago
Luca Barbato f8c507f44b h264: Refactor ff_h264_decode_ref_pic_list_reordering 11 years ago
Anton Khirnov 98cc9efc5f h264: prevent two matching fields from being both a short/long ref combination 11 years ago
Michael Niedermayer e3d7a3978b avcodec/h264_refs: improve key frame detection heuristic 11 years ago
Michael Niedermayer ab6ea7a819 avcodec/h264_refs: split conditions of if() up for better readability 11 years ago
Anton Khirnov 4d388c0cd0 h264_refs: make sure not to write over the bounds of the default ref list 11 years ago
Anton Khirnov a553c6a347 lavc: use buf[0] instead of data[0] in checks whether a frame is allocated 11 years ago
Michael Niedermayer 8183e33225 h264_refs: use named constant for setting frame_recovered 11 years ago
Michael Niedermayer 08a8976196 avcodec/h264: reduce noisiness of "mmco: unref short failure" 11 years ago
Michael Niedermayer 5ac6b6028f avcodec/h264_refs: modify key frame detection heuristic to detect more cases 11 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 11 years ago
Michael Niedermayer c40f51e15b h264: Always decode MMCOs into temprary array 12 years ago
Diego Biurrun 1b6f84a986 h264_refs: Do not print check_opcodes() return value 12 years ago
Michael Niedermayer 34ea5f418e h264_refs: check for multiple mismatching long term ref assignments 12 years ago
Michael Niedermayer 3f2ce24f59 h264_refs: assert that the references are not deallocated 12 years ago
Michael Niedermayer fbb6741a84 h264_refs: assert that long ref fields have not been inserted multiple times 12 years ago
Michael Niedermayer 92002db3eb h264_refs: Check for attempts to assign pictures to short & long. 12 years ago
Anton Khirnov 7fa00653a5 h264: add a parameter to the FIELD_PICTURE macro. 12 years ago
Michael Niedermayer fa7031ad37 h264_refs: fix typo in refs fallback check 12 years ago
Michael Niedermayer 01a0283c92 h264: disallow single unpaired fields as references of frames 12 years ago
Anton Khirnov c2597c5a0a h264_refs: cosmetics, reformat 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
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