1581 Commits (64fdcf24289e0a6e18903caf37ea382630772859)

Author SHA1 Message Date
Vittorio Giovara 18e3d61e9e h264: parse display orientation SEI message 11 years ago
Michael Niedermayer 47048aa30b avcodec/h264: do not leave ret random on minor failures, causing major failure 11 years ago
Vittorio Giovara 772d150a6e h264: error out from decode_nal_units() when AV_EF_EXPLODE is set 11 years ago
Michael Niedermayer 5bf5e6b1c0 avcodec/h264: Use named identifier for single thread fall-back return from ff_h264_decode_slice_header() 11 years ago
Michael Niedermayer 7eae8cd870 avcodec/h264: fix frame skip code 11 years ago
Michael Niedermayer 9140d37af2 avcodec/h264: use the correct level for droping non intra frames 11 years ago
Michael Niedermayer 19c9d1e8e7 avcodec/h264: in the absence of recovery points, be more tolerant on accepting plain I frames 11 years ago
Michael Niedermayer 7ef01a7878 avcodec/h264: mark recovery_cnt==0 frames as keyframes 11 years ago
Michael Niedermayer a75ba1e116 avcodec/h264/find_start_code: factorize addition out 11 years ago
Luca Barbato e10fd08aa7 h264: Refactor decode_nal_units 11 years ago
Michael Niedermayer 72bff8da47 avcodec: Make ff_print_debug_info2() independant of Picture struct 11 years ago
Luca Barbato f51d0f39c0 h264: Split h264 slice decoding from nal decoding 11 years ago
Vittorio Giovara e9a77f4bc0 h264: move macroblock decoding into its own file 11 years ago
Yogender Kumar Gupta 6f7ca1f55b avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction 11 years ago
Michael Niedermayer 6102dda1d7 avcodec/h264: h264_set_erpic() clear destination 11 years ago
Michael Niedermayer 8e92ff2546 avcodec/h264: be more tolerant on what pixel format changes trigger reinits 11 years ago
Vittorio Giovara d24e9a99a4 h264 does not depend on mpegvideo any more 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Vittorio Giovara 136034d86b h264: Remove MotionEstContext and move the relevant fields to H264Context 11 years ago
Vittorio Giovara e3c2d0f3d4 h264: Replace mpegvideo-specific MAX_THREADS by private define 11 years ago
Vittorio Giovara 5d1c2e53ab h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define 11 years ago
Vittorio Giovara 9b749c8274 h264: move relevant fields from Picture to H264Picture 11 years ago
Vittorio Giovara d66e305bd1 er: move relevant fields from Picture to ERPicture 11 years ago
Vittorio Giovara 1c79b1625d h264: directly use frames in ff_h264_draw_horiz_band() 11 years ago
Diego Biurrun f2408ec9d7 Give IDCT matrix transpose macro a more descriptive name 11 years ago
Michael Niedermayer 4f4cc43fd8 avcodec/h264: allow mixing idr and non idr slices with frame threading again 11 years ago
Michael Niedermayer 64bb64f704 avcodec/h264: fix droped frame handling also for threads > 1 11 years ago
Michael Niedermayer b5005def8a avcodec/h264: avoid using lost frames as references 11 years ago
Michael Niedermayer 72e6913140 avcodec/h264: clear chroma planes when flags gray is used 11 years ago
Luca Barbato d922c5a5fb h264: Fix a typo from the previous commit 11 years ago
Michael Niedermayer 8c55ff3933 avcodec/h264: use subsample factors of the used pixel format 11 years ago
Michael Niedermayer 76dd01ecd4 avcodec/h264: fix sign error 11 years ago
Vittorio Giovara f777504f64 h264: Lower bound check for slice offsets 11 years ago
Luca Barbato fea6db064b h264: informative error reporting in decode_slice_header() 11 years ago
Luca Barbato 96f9fbe109 h264: fix slice_type value reported in decode_slice_header() 11 years ago
Michael Niedermayer 91253839e1 avcodec/h264: more completely check the loop filter parameters 11 years ago
Vittorio Giovara 15210354cf h264: drop outdated comments 11 years ago
Vittorio Giovara 3a05767028 h264: store current_sps_id inside the current sps 11 years ago
Vittorio Giovara 73e8fab31d h264: print values in case of error 11 years ago
Janne Grunau f795a8a8bf h264: make context_count unsigned 11 years ago
Anton Khirnov 1f097d168d h264: reset data partitioning at the beginning of each decode call 11 years ago
Michael Niedermayer 8a3b85f3a7 avcodec/h264: update current_sps & sps->new only after the whole slice header decoder and init code finished 11 years ago
Michael Niedermayer e708424b70 avcodec/h264: Disallow pps_id changing between slices 11 years ago
Michael Niedermayer 1a96b27ebf avcodec/h264: clear dequant8_coeff pointers if 8x8 mode is not enabled 11 years ago
Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 11 years ago
Janne Grunau ea49f60523 h264: skip chroma edges at the picture boundary while deblocking 4:4:4 11 years ago
Anton Khirnov 8b2e5e42bb h264: check that an IDR NAL only contains I slices 11 years ago
Anton Khirnov 0652e024c6 h264: reset ref count if decoding the slice header fails 11 years ago
Anton Khirnov 00dbff4c3e h264: do not call field_end if we do not have a current picture 11 years ago
Anton Khirnov 7f0e81db3c h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3 11 years ago