summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_slice: Do not attempt to render into frames already outputMichael Niedermayer2018-01-071-0/+6
* avcodec/h264_slice: use H264_SEI_FpaType enum constantsJames Almer2017-12-011-8/+8
* avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fieldsJames Almer2017-12-011-3/+3
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-291-0/+7
|\
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-281-0/+7
| * h264: Add support for alternative transfer characterics SEIVittorio Giovara2017-08-101-0/+6
| * h264dec: add a CUVID hwaccelAnton Khirnov2017-07-261-1/+5
* | h264dec: add a NVDEC hwaccelAnton Khirnov2017-11-101-0/+4
* | Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4'James Almer2017-11-081-2/+5
|\ \ | |/
| * h264dec: track the last seen value of x264_buildAnton Khirnov2017-07-261-1/+5
| * dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-081-1/+2
| * h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-161-12/+12
* | lavc: drop VDAClément Bœsch2017-10-231-5/+0
* | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-211-21/+2
|\ \ | |/
| * h264_sei: Check actual presence of picture timing SEI messageMichael Niedermayer2017-02-281-2/+3
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
| * h264dec: export cropping information instead of handling it internallyAnton Khirnov2017-01-121-2/+19
| * h264dec: be more explicit in handling container croppingAnton Khirnov2017-01-121-4/+11
| * h264dec: drop a redundant checkAnton Khirnov2017-01-091-17/+0
| * h264dec: make sure to only end a field if it has been startedAnton Khirnov2016-12-191-2/+2
| * h264_slice: Wait for refs to be available before we use them in error conceal...Derek Buitenhuis2016-12-141-0/+3
* | h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-09-121-12/+12
* | h264: Add support for alternative transfer characterics SEIVittorio Giovara2017-08-101-0/+6
* | avcodec/h264_slice: Fix overflow in slice offsetMichael Niedermayer2017-08-051-7/+9
* | avcodec/h264_slice: don't sync default_ref[] between threads.Wan-Teh Chang2017-07-271-1/+0
* | avcodec/h264_slice: Fix signed integer overflowMichael Niedermayer2017-07-051-1/+1
* | dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-271-1/+2
* | avcodec/h264_parse: Check picture structure when initializing weight tableMichael Niedermayer2017-06-101-1/+2
* | avcodec/h264dec: export cropping information instead of handling it internallyJames Almer2017-05-261-6/+19
* | avcodec/h264dec: be more explicit in handling container croppingJames Almer2017-05-261-7/+13
* | h264: don't re-call ff_h264_direct_ref_list_init() w/ frame-mt.Ronald S. Bultje2017-04-071-1/+2
* | avcodec/h264: Check weight values to be within the specs limits.Michael Niedermayer2017-04-071-2/+5
* | pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje2017-04-061-3/+5
* | h264: revert 1189af429211ac650aac730368a6cf5b23756605.Ronald S. Bultje2017-03-281-3/+0
* | avcodec/h264_sei: Check actual presence of SEI picture timing instead of impl...Michael Niedermayer2017-02-151-2/+2
* | avcodec/h264_slice: Clear ref_counts on redundant slicesMichael Niedermayer2017-02-081-1/+3
* | Merge commit '38efff92f1ef81f3de20ff0460ec7b70c253d714'Clément Bœsch2017-01-241-120/+140
|\ \ | |/
| * h264: fix decoding multiple fields per packet with slice threadsAnton Khirnov2016-07-151-47/+82
* | lavc/h264: simplify find_unused_picture()Clément Bœsch2017-01-191-13/+3
* | Merge commit 'f450cc7bc595155bacdb9f5d2414a076ccf81b4a'Matthieu Bouron2017-01-171-1/+105
|\ \ | |/
| * h264: eliminate decode_postinit()Anton Khirnov2016-07-151-3/+138
* | lavc/h264_slice: drop redundant current_slice resetClément Bœsch2017-01-161-2/+0
* | h264_slice: Wait for refs to be available before we use them in error conceal...Derek Buitenhuis2016-12-091-0/+3
* | Merge commit 'a8cbe5a0ccebf60a8a8b0aba5d5716dd54c1595c'Hendrik Leppkes2016-11-171-4/+4
|\ \ | |/
| * h264_ps: export actual height in MBs as SPS.mb_heightAnton Khirnov2016-07-111-2/+2
| * h264: Eliminate unused but set variableDiego Biurrun2016-06-231-3/+1
* | Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857'Timothy Gu2016-08-031-0/+32
|\ \ | |/
| * h264: handle frame recovery in h264_field_start()Anton Khirnov2016-06-211-0/+18
* | Merge commit 'e26c64148be8a20ace7512d96503172fb5e9753b'Timothy Gu2016-08-031-0/+4
|\ \ | |/
| * h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov2016-06-211-0/+4
OpenPOWER on IntegriCloud