439 Commits (84e4e60fdcbb2fd9193f6a0704caefbfb64092cb)

Author SHA1 Message Date
Anton Khirnov ad786dd450 h264: remove a now redundant error check 10 years ago
Michael Niedermayer b37c3396cd avcodec/h264: Add ff_ prefix to the shared h264_init_dequant_tables() function 10 years ago
Michael Niedermayer c23a0e77dd avcodec/h264: Only reinit quant tables if a new PPS is allowed 10 years ago
Anton Khirnov 0dea4c77cc h264: only ref cur_pic in update_thread_context if it is initialized 10 years ago
Peter Meerwald 9abc80f1ed libavcodec: Make use of av_clip functions 10 years ago
Michael Niedermayer de6df46120 avcodec/h264: Setup decoder to have matching reference to the EC code 10 years ago
Michael Niedermayer 2fd9ce92af avcodec/h264_slice: assert that reinit does not occur after the first slice 10 years ago
Michael Niedermayer 38d5241b7f avcodec/h264_slice: ignore SAR changes in slices after the first 10 years ago
Michael Niedermayer f111831ed6 avcodec/h264_slice: Check picture structure before setting the related fields 10 years ago
Michael Niedermayer f906982c94 avcodec/h264_slice: Do not change frame_num after the first slice 10 years ago
Michael Niedermayer 6fafc62b0b avcodec/h264: Be more strict on rejecting pps/sps changes 10 years ago
Anton Khirnov 167e004e1a h264: drop any pretense of support for data partitioning 10 years ago
Anton Khirnov cf1e0786ed error_resilience: move the MECmpContext initialization into ER code 10 years ago
Michael Niedermayer ecd39520b8 avcodec/h264: Partially decode and display single fields try #2 10 years ago
wm4 e0e33ebe6b h264: unref leaking error recovery picture 10 years ago
Michael Niedermayer 855463c007 avcodec/h264: Keep a reference to the last picture for EC 10 years ago
Rémi Denis-Courmont ebd5320afd vdpau: add support for 4:2:2 and 4:4:4 chroma sampling 10 years ago
Rémi Denis-Courmont 4cfbeef31d h264: factor hwaccel pixel formats list 10 years ago
Vittorio Giovara d75190aa93 mpegvideo: move REBASE_PICTURE where it is used 10 years ago
Michael Niedermayer 547fce9585 avcodec/h264_slice: Clear table pointers to avoid stale pointers 10 years ago
Michael Niedermayer 09450c5509 avcodec/h264: fix time_base and framerate 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Rémi Denis-Courmont ce42316321 h264: Always invoke the get_format() callback 10 years ago
Vittorio Giovara e87f5e4e5f h264: fully check cropping amount from sps 11 years ago
Carl Eugen Hoyos cc0acdbd68 lavc/h264_slice: Add a missing newline to an error message. 11 years ago
Michael Niedermayer 1fa35e4352 avcodec/h264_slice: More complete cleanup in h264_slice_header_init() 11 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 11 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 11 years ago
Luca Barbato 2db953f846 h264: K&R formatting cosmetics 11 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Stefano Sabatini d381109ce8 lavc/h264_slice: clarify informational message in case of disabled slice multi-threaded decoding 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 9025072e6c avcodec/h264_slice: support skipping loop filtering for non key frames 11 years ago
Michael Niedermayer 9140d37af2 avcodec/h264: use the correct level for droping non intra frames 11 years ago
Michael Niedermayer 0f45e643cc avcodec/h264_slice: fix macro () 11 years ago
Anton Khirnov 67afcefb35 lavc: Add new VDA hwaccel 11 years ago
Anton Khirnov a871ef0cc9 hwaccel: Rename priv_data_size to frame_priv_data_size 11 years ago
Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 11 years ago
Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 11 years ago
Michael Niedermayer 7ef01a7878 avcodec/h264: mark recovery_cnt==0 frames as keyframes 11 years ago
Anton Khirnov 9d76dd952f h264: drop commented out cruft 11 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Janne Grunau 34c5a6660a h264: codec reinit: remove statements without effect 11 years ago
Michael Niedermayer 8710ee11d7 avcodec/h264: clear cur_pic structure instead of duplicating it in ff_h264_update_thread_context() 11 years ago
Michael Niedermayer bce2abc936 avcodec/h264: use ff_h264_set_erpic() instead of memset 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