summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref listAnton Khirnov2016-06-121-2/+0
* h264: move direct mode inits out of h264_slice_header_parse()Anton Khirnov2016-06-121-4/+4
* h264: start splitting decode_slice_header()Anton Khirnov2016-06-121-16/+27
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* h264: eliminate max_contextsAnton Khirnov2016-04-241-1/+1
* h264: remove an artificial restriction on the number of slice threadsAnton Khirnov2016-04-241-16/+1
* h264: remove pointless setting of some variables in loop_filterAnton Khirnov2016-04-241-2/+0
* h264: remove a pointless commentAnton Khirnov2016-04-241-3/+0
* h264: make slice threading work with deblocking_filter=1Anton Khirnov2016-04-241-20/+42
* h264: remove H264Context.pict_typeAnton Khirnov2016-04-241-4/+2
* h264: drop a pointless indirectionAnton Khirnov2016-04-241-3/+0
* h264: eliminate low_delayAnton Khirnov2016-04-241-16/+0
* h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()Anton Khirnov2016-04-241-1/+1
* h264: eliminate copy_fieldsAnton Khirnov2016-04-241-6/+18
* h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-241-1/+1
* h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-241-30/+31
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-209/+116
* h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-241-1/+3
* h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-241-0/+3
* h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables()Diego Biurrun2016-03-301-2/+2
* svq3: move the dequant buffer to SVQ3ContextAnton Khirnov2016-03-281-42/+6
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-17/+18
* h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-251-1/+1
* lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-251-2/+2
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-191-1/+1
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* h264: do not call frame_start() for missing framesAnton Khirnov2015-12-071-18/+32
* h264: set frame_num in start_frame(), not decode_slice_header()Anton Khirnov2015-12-061-3/+1
* h264: eliminate default_ref_listAnton Khirnov2015-12-061-17/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-5/+5
* h264: Allow stream and container cropping at the same timeVittorio Giovara2015-06-301-5/+2
* h264: do not update the context fields copied between threads after finish_se...Anton Khirnov2015-06-271-47/+78
* h264: make sure the slices do not overlap during slice threadingAnton Khirnov2015-06-271-6/+40
* h264: er: Copy from the previous reference only if compatibleAndreas Cadhalpun2015-06-151-2/+5
* h264: Fix HWACCEL_MAX for D3D11Michael Niedermayer2015-06-011-0/+1
* h264: Make sure reinit failures mark the context as not initializedLuca Barbato2015-05-301-0/+1
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-251-0/+3
OpenPOWER on IntegriCloud