| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h264_slice: fix undefined integer overflow with POC in error concealment | Michael Niedermayer | 2020-10-18 | 1 | -1/+1 |
* | avcodec/h264_slice: use av_buffer_replace() to simplify code | James Almer | 2020-10-05 | 1 | -22/+12 |
* | avcodec/h264_slice: sync User Data Unregistered SEI buffers across threads | James Almer | 2020-09-23 | 1 | -0/+20 |
* | avcodec: use av_timecode_make_smpte_tc_string2 in hevc and h264 decoder | Marton Balint | 2020-09-13 | 1 | -1/+1 |
* | avcodec/h264_slice: add timecode metadata | Limin Wang | 2020-07-09 | 1 | -0/+3 |
* | avcodec/h264_slice: replace cur->f with out for better readability | Limin Wang | 2020-07-09 | 1 | -23/+24 |
* | avcodec/h264_slice: use av_timecode_get_smpte() | Limin Wang | 2020-06-28 | 1 | -27/+6 |
* | avcodec/h264: create user data unregistered SEI side data for H.264 | Limin Wang | 2020-06-15 | 1 | -0/+14 |
* | h264dec: support exporting QP tables through the AVVideoEncParams API | Anton Khirnov | 2020-05-25 | 1 | -0/+9 |
* | h264_ps: make the PPS hold a reference to its SPS | Anton Khirnov | 2020-04-10 | 1 | -22/+5 |
* | h264_sei: parse the picture timing SEIs correctly | Anton Khirnov | 2020-04-10 | 1 | -0/+10 |
* | h264dec: do not export the chroma sample location immediately on parsing the SPS | Anton Khirnov | 2020-03-20 | 1 | -0/+1 |
* | h264dec: do not return a value from init_dimensions() | Anton Khirnov | 2020-03-16 | 1 | -6/+2 |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -3/+0 |
* | avcodec/h264_slice: clear frame only on gaps when it is not otherwise initila... | Michael Niedermayer | 2019-09-24 | 1 | -9/+9 |
* | avcodec/h264_slice: set the SEI parameters early on the AVCodecContext | Steve Lhomme | 2019-07-14 | 1 | -6/+6 |
* | avcodec/h264_slice: Fix integer overflow in implicit_weight_table() | Michael Niedermayer | 2019-01-12 | 1 | -1/+1 |
* | h264/pic_timing: support multiple timecodes | Josh de Kock | 2018-10-23 | 1 | -26/+33 |
* | lavc/h264: create AVFrame side data from H.264 timecodes | Devin Heitmueller | 2018-10-23 | 1 | -0/+38 |
* | h264_slice: Copy the value of x264_build before calling h264_slice_header_ini... | Derek Buitenhuis | 2018-10-09 | 1 | -1/+1 |
* | h264: Support multi-field closed captions by using AVBufferRef and not resett... | Kieran Kunhya | 2018-08-17 | 1 | -8/+14 |
* | h264_slice: Fix return of incomplete frames from decoder | John Stebbins | 2018-06-28 | 1 | -0/+5 |
* | avcodec/h264_slice: Fix integer overflow with last_poc | Michael Niedermayer | 2018-04-12 | 1 | -1/+1 |
* | avcodec/h264: Increase field_poc to 64bit in ff_h264_init_poc() to detect ove... | Michael Niedermayer | 2018-02-17 | 1 | -1/+3 |
* | avcodec/h264_slice: Do not attempt to render into frames already output | Michael Niedermayer | 2018-01-07 | 1 | -0/+6 |
* | avcodec/h264_slice: use H264_SEI_FpaType enum constants | James Almer | 2017-12-01 | 1 | -8/+8 |
* | avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fields | James Almer | 2017-12-01 | 1 | -3/+3 |
* | Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa' | James Almer | 2017-11-29 | 1 | -0/+7 |
|\ |
|
| * | stereo3d: Support view type for frame sequence type | Vittorio Giovara | 2017-11-28 | 1 | -0/+7 |
| * | h264: Add support for alternative transfer characterics SEI | Vittorio Giovara | 2017-08-10 | 1 | -0/+6 |
| * | h264dec: add a CUVID hwaccel | Anton Khirnov | 2017-07-26 | 1 | -1/+5 |
* | | h264dec: add a NVDEC hwaccel | Anton Khirnov | 2017-11-10 | 1 | -0/+4 |
* | | Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4' | James Almer | 2017-11-08 | 1 | -2/+5 |
|\| |
|
| * | h264dec: track the last seen value of x264_build | Anton Khirnov | 2017-07-26 | 1 | -1/+5 |
| * | dxva: add support for new dxva2 and d3d11 hwaccel APIs | wm4 | 2017-06-08 | 1 | -1/+2 |
| * | h264_sei: Add namespace prefix to all SEI values | Mark Thompson | 2017-05-16 | 1 | -12/+12 |
* | | lavc: drop VDA | Clément Bœsch | 2017-10-23 | 1 | -5/+0 |
* | | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33' | James Almer | 2017-10-21 | 1 | -21/+2 |
|\| |
|
| * | h264_sei: Check actual presence of picture timing SEI message | Michael Niedermayer | 2017-02-28 | 1 | -2/+3 |
| * | golomb: Convert to the new bitstream reader | Diego Biurrun | 2017-01-31 | 1 | -1/+1 |
| * | h264dec: export cropping information instead of handling it internally | Anton Khirnov | 2017-01-12 | 1 | -2/+19 |
| * | h264dec: be more explicit in handling container cropping | Anton Khirnov | 2017-01-12 | 1 | -4/+11 |
| * | h264dec: drop a redundant check | Anton Khirnov | 2017-01-09 | 1 | -17/+0 |
| * | h264dec: make sure to only end a field if it has been started | Anton Khirnov | 2016-12-19 | 1 | -2/+2 |
| * | h264_slice: Wait for refs to be available before we use them in error conceal... | Derek Buitenhuis | 2016-12-14 | 1 | -0/+3 |
* | | h264_sei: Add namespace prefix to all SEI values | Mark Thompson | 2017-09-12 | 1 | -12/+12 |
* | | h264: Add support for alternative transfer characterics SEI | Vittorio Giovara | 2017-08-10 | 1 | -0/+6 |
* | | avcodec/h264_slice: Fix overflow in slice offset | Michael Niedermayer | 2017-08-05 | 1 | -7/+9 |
* | | avcodec/h264_slice: don't sync default_ref[] between threads. | Wan-Teh Chang | 2017-07-27 | 1 | -1/+0 |
* | | avcodec/h264_slice: Fix signed integer overflow | Michael Niedermayer | 2017-07-05 | 1 | -1/+1 |