| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegutils: Move H.264-only macros to h264dec.h | Andreas Rheinhardt | 2024-06-20 | 1 | -0/+8 |
* | avcodec/h264dec: Remove unused coded_picture_number | Andreas Rheinhardt | 2024-04-28 | 1 | -1/+0 |
* | avcodec/h264dec: Support skipping frames that used gray gap frames | Michael Niedermayer | 2023-11-20 | 1 | -0/+1 |
* | avcodec/h264: Avoid using gray gap frames as references | Michael Niedermayer | 2023-11-20 | 1 | -0/+1 |
* | avcodec/h264: keep track of which frames used gray references | Michael Niedermayer | 2023-11-20 | 1 | -0/+4 |
* | avcodec/h264dec: More elaborate documentation for frame_recovered | Michael Niedermayer | 2023-11-20 | 1 | -1/+11 |
* | avcodec/h264: Use FRAME_RECOVERED_HEURISTIC instead of IDR/SEI | Michael Niedermayer | 2023-11-20 | 1 | -0/+4 |
* | avcodec/h264dec: Use RefStruct-pool API instead of AVBufferPool API | Andreas Rheinhardt | 2023-11-01 | 1 | -12/+11 |
* | avcodec/pthread_frame: Remove ff_thread_release_buffer() | Andreas Rheinhardt | 2023-10-22 | 1 | -3/+3 |
* | avcodec/h264dec: Constify H.264 decoder | Andreas Rheinhardt | 2023-10-13 | 1 | -3/+3 |
* | avcodec/error_resilience: Constify ThreadFrame* | Andreas Rheinhardt | 2023-10-12 | 1 | -0/+1 |
* | avcodec/decode: Use RefStruct API for hwaccel_picture_private | Andreas Rheinhardt | 2023-10-07 | 1 | -2/+2 |
* | avcodec/h264_ps: Use RefStruct API for SPS/PPS | Andreas Rheinhardt | 2023-10-07 | 1 | -1/+0 |
* | avcodec/h264dec: Fix data race when updating decode_error_flags | Andreas Rheinhardt | 2023-09-15 | 1 | -0/+4 |
* | avcodec/h264dec: Move inline functions only used by CABAC/CAVLC code | Andreas Rheinhardt | 2023-08-05 | 1 | -132/+0 |
* | avcodec/h264dec: Constify slices' pointer to the parent context | Andreas Rheinhardt | 2022-03-25 | 1 | -1/+1 |
* | avcodec/h264dec: Move ERContext to H264Context | Andreas Rheinhardt | 2022-03-25 | 1 | -3/+4 |
* | avcodec/mpegutils.h: Move DELAYED_PIC_REF macro to h264dec.h | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+5 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -1/+0 |
* | avcodec/h264dec: Remove unnecessary headers | Andreas Rheinhardt | 2022-01-26 | 1 | -3/+0 |
* | lavc/svq3: stop including h264dec.h | Anton Khirnov | 2022-01-26 | 1 | -1/+0 |
* | lavc/h264: move MB_TYPE defs from h264dec.h to h264_parse | Anton Khirnov | 2022-01-26 | 1 | -2/+0 |
* | lavc/h264: move some shared code from h264dec to h264_parse | Anton Khirnov | 2022-01-26 | 1 | -26/+0 |
* | lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMES | Anton Khirnov | 2022-01-26 | 1 | -4/+2 |
* | lavc/h264dec.h: Move MMCOOpcode to h264_parse.h | Anton Khirnov | 2022-01-26 | 1 | -13/+0 |
* | lavc/h264: replace MAX_MMCO_COUNT with H264_MAX_MMCO_COUNT | Anton Khirnov | 2022-01-26 | 1 | -4/+2 |
* | avcodec/h264dec: Move pack8to16 to its only user | Andreas Rheinhardt | 2022-01-26 | 1 | -9/+0 |
* | avcodec/h264dec: Move find_start_code() to its only user | Andreas Rheinhardt | 2022-01-26 | 1 | -11/+0 |
* | avcodec/h264dec: apply H.274 film grain | Niklas Haas | 2021-08-24 | 1 | -0/+6 |
* | avcodec/h264_slice: compute and export film grain seed | Niklas Haas | 2021-08-24 | 1 | -0/+7 |
* | avcodec/h264_picture: add ff_h264_replace_picture() | James Almer | 2021-08-10 | 1 | -0/+1 |
* | avcodec/h264dec: update exported AVOptions in the user-facing context | James Almer | 2021-04-14 | 1 | -0/+2 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | h264dec: support exporting QP tables through the AVVideoEncParams API | Anton Khirnov | 2020-05-25 | 1 | -0/+6 |
* | lavc/h264dec.h: remove unused ff_h264_decode_slice_header | Linjie Fu | 2019-12-17 | 1 | -2/+0 |
* | avcodec/h264dec: Fix potential array overread | Michael Niedermayer | 2017-11-15 | 1 | -0/+1 |
* | Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4' | James Almer | 2017-11-08 | 1 | -0/+1 |
|\ |
|
| * | h264dec: track the last seen value of x264_build | Anton Khirnov | 2017-07-26 | 1 | -0/+1 |
| * | h264dec: export cropping information instead of handling it internally | Anton Khirnov | 2017-01-12 | 1 | -0/+5 |
| * | h264dec: be more explicit in handling container cropping | Anton Khirnov | 2017-01-12 | 1 | -0/+5 |
* | | avcodec/h264dec: export cropping information instead of handling it internally | James Almer | 2017-05-26 | 1 | -4/+5 |
* | | avcodec/h264dec: be more explicit in handling container cropping | James Almer | 2017-05-26 | 1 | -0/+5 |
* | | Merge commit 'f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed' | Clément Bœsch | 2017-05-05 | 1 | -1/+0 |
|\| |
|
| * | h264dec: make ff_h264_decode_init() static | Anton Khirnov | 2017-01-09 | 1 | -1/+0 |
| * | h264dec: make sure to only end a field if it has been started | Anton Khirnov | 2016-12-19 | 1 | -0/+5 |
* | | h264: revert 1189af429211ac650aac730368a6cf5b23756605. | Ronald S. Bultje | 2017-03-28 | 1 | -8/+0 |
* | | Merge commit '38efff92f1ef81f3de20ff0460ec7b70c253d714' | Clément Bœsch | 2017-01-24 | 1 | -18/+9 |
|\| |
|
| * | h264: fix decoding multiple fields per packet with slice threads | Anton Khirnov | 2016-07-15 | 1 | -3/+9 |
| * | h264: eliminate decode_postinit() | Anton Khirnov | 2016-07-15 | 1 | -1/+2 |
* | | avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8" | Michael Niedermayer | 2017-01-24 | 1 | -0/+2 |