14 Commits (2f3fadfbe3c6ad52fad5c614b6067c5401227959)

Author SHA1 Message Date
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 10 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
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
Anton Khirnov 9d76dd952f h264: drop commented out cruft 11 years ago
Janne Grunau 34c5a6660a h264: codec reinit: remove statements without effect 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
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
Luca Barbato d922c5a5fb h264: Fix a typo from the previous commit 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
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
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
Anton Khirnov d1b3fabe69 h264: reset first_field if frame_start() fails for missing refs 11 years ago
Anton Khirnov 9eef9eb301 h264: check that execute_decode_slices() is not called too many times 11 years ago
Anton Khirnov bfd26b7ce6 h264: reject mismatching luma/chroma bit depths during sps parsing 11 years ago
Anton Khirnov 9a026c7298 h264: rebuild the default ref list if the reference count changes 11 years ago
Anton Khirnov 58312b2472 h264: reset data_partitioning if decoding the slice header for NAL_DPA fails 11 years ago
Luca Barbato 4d2bb28931 h264: namespace the decode function 11 years ago
Anton Khirnov 598ce4ab4f h264: call av_frame_unref() instead of avcodec_get_frame_defaults(). 11 years ago
Vittorio Giovara 5b10ef729f h264: parse frame packing arrangement SEI messages and save relevant stereo3d information 11 years ago
Anton Khirnov f0259a587e h264: check buffer size before accessing it 11 years ago
Anton Khirnov a553c6a347 lavc: use buf[0] instead of data[0] in checks whether a frame is allocated 11 years ago
Ronald S. Bultje 458446acfa lavc: Edge emulation with dst/src linesize 11 years ago