summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* 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: fix decoding multiple fields per packet with slice threadsAnton Khirnov2016-07-151-47/+82
* h264: eliminate decode_postinit()Anton Khirnov2016-07-151-3/+138
* 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
* h264: handle frame recovery in h264_field_start()Anton Khirnov2016-06-211-0/+18
* h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov2016-06-211-0/+4
* h264: always set redundant_pic_count during slice header parsingAnton Khirnov2016-06-211-0/+1
* h264: call the hwaccel frame_start() from h264_field_start()Anton Khirnov2016-06-211-0/+6
* h264: fix the check for mixed IDR/non-IDR slicesAnton Khirnov2016-06-211-0/+7
* h264: do not pass H264Context to h264_slice_header_parse()Anton Khirnov2016-06-211-19/+19
* h264: fix warnings in fill_filter_caches_inter()Anton Khirnov2016-06-211-9/+9
* h264: drop tests whether the codec id is AV_CODEC_ID_H264Anton Khirnov2016-06-211-1/+0
* h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-211-3/+3
* h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-211-0/+1
* h264: create a new header for common h264 definitionsAnton Khirnov2016-06-211-0/+1
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* h264: factor out setting frame properties / side dataAnton Khirnov2016-06-211-0/+166
* h264: move a per-field block from decode_slice_header() to field_start()Anton Khirnov2016-06-211-9/+7
* h264: only allow ending a field/starting a new one before finish_setup()Anton Khirnov2016-06-211-15/+19
* h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov2016-06-211-8/+5
* h264: decode the poc values from the slice header into the per-slice contextAnton Khirnov2016-06-211-25/+16
* h264: set mb_aff_frame in frame_start()Anton Khirnov2016-06-211-5/+3
* h264: move the block starting a new field out of slice_header_parse()Anton Khirnov2016-06-211-35/+33
* h264: pass a H2645NAL to slice header decodingAnton Khirnov2016-06-211-13/+16
* h264: factor out setting the parameter sets for a frameAnton Khirnov2016-06-121-91/+100
* h264: pass just the PPS to get_chroma_qp()Anton Khirnov2016-06-121-6/+6
* h264: merge the two reinit blocks in slice_header_parse()Anton Khirnov2016-06-121-19/+2
* h264: factor starting a new field out of parsing the slice headerAnton Khirnov2016-06-121-169/+188
* h264: postpone generating the implicit MMCOsAnton Khirnov2016-06-121-6/+6
* h264: decode the MMCOs into per-slice contextsAnton Khirnov2016-06-121-11/+10
* h264: rename mmco_index to nb_mmcoAnton Khirnov2016-06-121-4/+4
* h264: move initializing the slice start out of h264_slice_header_parse()Anton Khirnov2016-06-121-17/+16
* h264: move calculating the POC out of h264_slice_header_parse()Anton Khirnov2016-06-121-4/+4
* h264: move building the reference list out of h264_slice_header_parse()Anton Khirnov2016-06-121-3/+4
* h264: move initing the implicit pred weight table out of h264_slice_header_pa...Anton Khirnov2016-06-121-14/+14
* h264: split reading the ref list modifications and actually building the ref ...Anton Khirnov2016-06-121-0/+3
* h264: move initialising the implicit pred weight table for MBAFFAnton Khirnov2016-06-121-7/+4
OpenPOWER on IntegriCloud