54 Commits (47a5cde6ac03476a4eec08e2cc56cf633bc7582b)

Author SHA1 Message Date
  Michael Niedermayer 47a5cde6ac avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/h 10 years ago
  Andreas Cadhalpun 5302adb323 h264: er: Copy from the previous reference only if compatible 10 years ago
  Michael Niedermayer 6ff5c4cd49 avcodec/h264_slice: Use AVFrame diemensions for grayscale handling 10 years ago
  Luca Barbato 3b69f245db h264: Make sure reinit failures mark the context as not initialized 10 years ago
  Rainer Hochecker 07a7f38421 h264: avoid unnecessary calls to get_format 11 years ago
  Michael Niedermayer e617d6f988 avcodec/h264_slice: Dont reset mb_aff_frame per slice 11 years ago
  Michael Niedermayer 27993da8e7 avcodec/h264: Fix race between slices where one overwrites data from the next 11 years ago
  Michael Niedermayer ba59d92128 avcodec/h264: Only reinit quant tables if a new PPS is allowed 11 years ago
  Anton Khirnov 1dbfaa34e6 h264: only ref cur_pic in update_thread_context if it is initialized 11 years ago
  Michael Niedermayer 6005f375aa avcodec/h264_slice: assert that reinit does not occur after the first slice 11 years ago
  Michael Niedermayer 4d5beea7a1 avcodec/h264_slice: ignore SAR changes in slices after the first 11 years ago
  Michael Niedermayer 2073ab266e avcodec/h264_slice: Check picture structure before setting the related fields 11 years ago
  Michael Niedermayer 7b213e88b5 avcodec/h264_slice: Do not change frame_num after the first slice 11 years ago
  Michael Niedermayer 9dc8f44829 avcodec/h264: Be more strict on rejecting pps/sps changes 11 years ago
  Michael Niedermayer 043f326060 avcodec/h264_slice: Clear table pointers to avoid stale pointers 11 years ago
  RĂ©mi Denis-Courmont 09c848855a h264: Always invoke the get_format() callback 11 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 12 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 12 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 12 years ago
  Anton Khirnov a871ef0cc9 hwaccel: Rename priv_data_size to frame_priv_data_size 12 years ago
  Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 12 years ago
  Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 12 years ago
  Michael Niedermayer 7ef01a7878 avcodec/h264: mark recovery_cnt==0 frames as keyframes 12 years ago
  Anton Khirnov 9d76dd952f h264: drop commented out cruft 12 years ago
  Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 12 years ago
  Janne Grunau 34c5a6660a h264: codec reinit: remove statements without effect 12 years ago
  Michael Niedermayer 8710ee11d7 avcodec/h264: clear cur_pic structure instead of duplicating it in ff_h264_update_thread_context() 12 years ago
  Michael Niedermayer bce2abc936 avcodec/h264: use ff_h264_set_erpic() instead of memset 12 years ago
  Luca Barbato f51d0f39c0 h264: Split h264 slice decoding from nal decoding 12 years ago
  Vittorio Giovara e9a77f4bc0 h264: move macroblock decoding into its own file 12 years ago
  Yogender Kumar Gupta 6f7ca1f55b avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction 12 years ago
  Michael Niedermayer 6102dda1d7 avcodec/h264: h264_set_erpic() clear destination 12 years ago
  Michael Niedermayer 8e92ff2546 avcodec/h264: be more tolerant on what pixel format changes trigger reinits 12 years ago
  Vittorio Giovara d24e9a99a4 h264 does not depend on mpegvideo any more 12 years ago
  Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 12 years ago
  Vittorio Giovara 136034d86b h264: Remove MotionEstContext and move the relevant fields to H264Context 12 years ago
  Vittorio Giovara e3c2d0f3d4 h264: Replace mpegvideo-specific MAX_THREADS by private define 12 years ago
  Vittorio Giovara 5d1c2e53ab h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define 12 years ago
  Vittorio Giovara 9b749c8274 h264: move relevant fields from Picture to H264Picture 12 years ago