69 Commits (3423a680bf9d5160fa8e4c80364958493588b107)

Author SHA1 Message Date
Michael Niedermayer 29f6c9b04d
avcodec/h264: keep track of which frames used gray references 1 year ago
Andreas Rheinhardt 736b510fcc avcodec/h264dec: Use RefStruct-pool API instead of AVBufferPool API 1 year ago
Andreas Rheinhardt 315c956cbd avcodec/pthread_frame: Remove ff_thread_release_buffer() 1 year ago
Andreas Rheinhardt 4e6cf5e52b avcodec/h264dec: Constify H.264 decoder 1 year ago
Andreas Rheinhardt f8252d6ce3 avcodec/decode: Use RefStruct API for hwaccel_picture_private 1 year ago
Andreas Rheinhardt 787351a68e avcodec/h264_ps: Use RefStruct API for SPS/PPS 1 year ago
Andreas Rheinhardt fa77cb258b avcodec/h264dec: Fix data race when updating decode_error_flags 1 year ago
Andreas Rheinhardt f8503b4c33 avutil/internal: Don't auto-include emms.h 1 year ago
Andreas Rheinhardt e35dfe864d avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel 1 year ago
James Almer 4f9799bd88 avcodec/h264_picture: use ff_thread_replace_frame() 2 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt f025b8e110 avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() 3 years ago
Andreas Rheinhardt b3551b6072 avcodec/thread: Move ff_thread_(await|report)_progress to new header 3 years ago
Andreas Rheinhardt 5fef87f140 avcodec/h264*: Remove unnecessary h264_mvpred.h inclusions 3 years ago
James Almer 762e18da3f avcodec/h264_picture: don't assume Film Grain Params side data will be present 3 years ago
James Almer 5d5ab3b4e6 avcodec/h264_picture: wait for the second slice to apply film grain on interlaced content 3 years ago
Niklas Haas 66845cffc3 avcodec/h264dec: apply H.274 film grain 3 years ago
James Almer a2a5a579bc avcodec/h264_picture: add ff_h264_replace_picture() 3 years ago
James Almer ab448a7f9b avcodec/h264_picture: split copying H264Picture some fields into a separate function 3 years ago
Anton Khirnov 064b875e89 h264dec: support exporting QP tables through the AVVideoEncParams API 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Derek Buitenhuis 52a44d50be h264_picture: Actually return error during alloc failure 7 years ago
James Almer 07596e45c5 avcodec/h264dec: export cropping information instead of handling it internally 8 years ago
Ronald S. Bultje e72690b18d h264: don't sync pic_id between threads. 8 years ago
Ronald S. Bultje b5300c8ad8 h264: don't write to source picture object in ff_h264_ref_picture(). 8 years ago
Anton Khirnov 45286a625c h264dec: make sure to only end a field if it has been started 8 years ago
Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
Anton Khirnov bec993381c h264: postpone generating the implicit MMCOs 9 years ago
Anton Khirnov 39ab2ea531 h264: rename mmco_index to nb_mmco 9 years ago
Diego Biurrun 4f81f8dba7 Drop unnecessary golomb.h #includes 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov c8dcff0cdb h264: factor out calculating the POC count into a separate file 9 years ago
Michael Niedermayer 98a0053d0f avcodec/h264: Execute error concealment before marking the frame as done. 9 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 10 years ago
wm4 94c0df79c7 lavc: propagate hwaccel errors 10 years ago
Philip Langdale 9ae766d1c6 avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 10 years ago
Anton Khirnov a0f2946068 h264: use properly allocated AVFrames 10 years ago
Anton Khirnov 9d33bab583 h264: drop H264Context.ouputed_poc 10 years ago
Anton Khirnov 27b0e6ebfd h264: drop needs_realloc 10 years ago
Michael Niedermayer 7be2d2a70c avcodec/h264: Use only one ERContext 10 years ago
Anton Khirnov a4d34e218f h264: disable ER by default 10 years ago
Anton Khirnov a12d3188cb h264: use a smaller struct for the ref lists 10 years ago
Anton Khirnov 582683b6ac h264: move remaining ER stuff into the per-slice context 10 years ago
Anton Khirnov 95eb35f305 h264: move the ref lists variables into the per-slice context 10 years ago
Michael Niedermayer de6df46120 avcodec/h264: Setup decoder to have matching reference to the EC code 10 years ago
Vittorio Giovara ca1e36a8e4 h264: fix build when error resilience is disabled 11 years ago
Diego Biurrun 888dcd8675 h264_picture: Remove pointless dsputil.h #include 11 years ago
Michael Niedermayer be656c362d avcodec/h264_picture: Fix build without error resilience 11 years ago
Michael Niedermayer 7ef01a7878 avcodec/h264: mark recovery_cnt==0 frames as keyframes 11 years ago
Luca Barbato f51d0f39c0 h264: Split h264 slice decoding from nal decoding 11 years ago