summaryrefslogtreecommitdiff
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAge
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-25
* h264_ps: make the PPS hold a reference to its SPSAnton Khirnov2020-04-10
* h264_sei: parse the picture timing SEIs correctlyAnton Khirnov2020-04-10
* h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov2020-03-20
* h264dec: do not return a value from init_dimensions()Anton Khirnov2020-03-16
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* avcodec/h264_slice: clear frame only on gaps when it is not otherwise initila...Michael Niedermayer2019-09-24
* avcodec/h264_slice: set the SEI parameters early on the AVCodecContextSteve Lhomme2019-07-14
* avcodec/h264_slice: Fix integer overflow in implicit_weight_table()Michael Niedermayer2019-01-12
* h264/pic_timing: support multiple timecodesJosh de Kock2018-10-23
* lavc/h264: create AVFrame side data from H.264 timecodesDevin Heitmueller2018-10-23
* h264_slice: Copy the value of x264_build before calling h264_slice_header_ini...Derek Buitenhuis2018-10-09
* h264: Support multi-field closed captions by using AVBufferRef and not resett...Kieran Kunhya2018-08-17
* h264_slice: Fix return of incomplete frames from decoderJohn Stebbins2018-06-28
* avcodec/h264_slice: Fix integer overflow with last_pocMichael Niedermayer2018-04-12
* avcodec/h264: Increase field_poc to 64bit in ff_h264_init_poc() to detect ove...Michael Niedermayer2018-02-17
* avcodec/h264_slice: Do not attempt to render into frames already outputMichael Niedermayer2018-01-07
* avcodec/h264_slice: use H264_SEI_FpaType enum constantsJames Almer2017-12-01
* avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fieldsJames Almer2017-12-01
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-29
|\
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-28
| * h264: Add support for alternative transfer characterics SEIVittorio Giovara2017-08-10
| * h264dec: add a CUVID hwaccelAnton Khirnov2017-07-26
* | h264dec: add a NVDEC hwaccelAnton Khirnov2017-11-10
* | Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4'James Almer2017-11-08
|\|
| * h264dec: track the last seen value of x264_buildAnton Khirnov2017-07-26
| * dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-08
| * h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-16
* | lavc: drop VDAClément Bœsch2017-10-23
* | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-21
|\|
| * h264_sei: Check actual presence of picture timing SEI messageMichael Niedermayer2017-02-28
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-31
| * h264dec: export cropping information instead of handling it internallyAnton Khirnov2017-01-12
| * h264dec: be more explicit in handling container croppingAnton Khirnov2017-01-12
| * h264dec: drop a redundant checkAnton Khirnov2017-01-09
| * h264dec: make sure to only end a field if it has been startedAnton Khirnov2016-12-19
| * h264_slice: Wait for refs to be available before we use them in error conceal...Derek Buitenhuis2016-12-14
* | h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-09-12
* | h264: Add support for alternative transfer characterics SEIVittorio Giovara2017-08-10
* | avcodec/h264_slice: Fix overflow in slice offsetMichael Niedermayer2017-08-05
* | avcodec/h264_slice: don't sync default_ref[] between threads.Wan-Teh Chang2017-07-27
* | avcodec/h264_slice: Fix signed integer overflowMichael Niedermayer2017-07-05
* | dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-27
* | avcodec/h264_parse: Check picture structure when initializing weight tableMichael Niedermayer2017-06-10
* | avcodec/h264dec: export cropping information instead of handling it internallyJames Almer2017-05-26
* | avcodec/h264dec: be more explicit in handling container croppingJames Almer2017-05-26
* | h264: don't re-call ff_h264_direct_ref_list_init() w/ frame-mt.Ronald S. Bultje2017-04-07
* | avcodec/h264: Check weight values to be within the specs limits.Michael Niedermayer2017-04-07
* | pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje2017-04-06
* | h264: revert 1189af429211ac650aac730368a6cf5b23756605.Ronald S. Bultje2017-03-28