]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_slice.c
h264: move the parameter set definitions to a new header file
[ffmpeg] / libavcodec / h264_slice.c
2016-06-21 Anton Khirnovh264: move the parameter set definitions to a new heade...
2016-06-21 Anton Khirnovh264: create a new header for common h264 definitions
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-06-21 Anton Khirnovh264: factor out setting frame properties / side data
2016-06-21 Anton Khirnovh264: move a per-field block from decode_slice_header...
2016-06-21 Anton Khirnovh264: only allow ending a field/starting a new one...
2016-06-21 Anton Khirnovh264: store {curr,max}_pic_num in the per-slice context
2016-06-21 Anton Khirnovh264: decode the poc values from the slice header into...
2016-06-21 Anton Khirnovh264: set mb_aff_frame in frame_start()
2016-06-21 Anton Khirnovh264: move the block starting a new field out of slice_...
2016-06-21 Anton Khirnovh264: pass a H2645NAL to slice header decoding
2016-06-12 Anton Khirnovh264: factor out setting the parameter sets for a frame
2016-06-12 Anton Khirnovh264: pass just the PPS to get_chroma_qp()
2016-06-12 Anton Khirnovh264: merge the two reinit blocks in slice_header_parse()
2016-06-12 Anton Khirnovh264: factor starting a new field out of parsing the...
2016-06-12 Anton Khirnovh264: postpone generating the implicit MMCOs
2016-06-12 Anton Khirnovh264: decode the MMCOs into per-slice contexts
2016-06-12 Anton Khirnovh264: rename mmco_index to nb_mmco
2016-06-12 Anton Khirnovh264: move initializing the slice start out of h264_sli...
2016-06-12 Anton Khirnovh264: move calculating the POC out of h264_slice_header...
2016-06-12 Anton Khirnovh264: move building the reference list out of h264_slic...
2016-06-12 Anton Khirnovh264: move initing the implicit pred weight table out...
2016-06-12 Anton Khirnovh264: split reading the ref list modifications and...
2016-06-12 Anton Khirnovh264: move initialising the implicit pred weight table...
2016-06-12 Anton Khirnovh264: call ff_h264_fill_mbaff_ref_list() when construct...
2016-06-12 Anton Khirnovh264: move direct mode inits out of h264_slice_header_p...
2016-06-12 Anton Khirnovh264: start splitting decode_slice_header()
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-24 Anton Khirnovh264: eliminate max_contexts
2016-04-24 Anton Khirnovh264: remove an artificial restriction on the number...
2016-04-24 Anton Khirnovh264: remove pointless setting of some variables in...
2016-04-24 Anton Khirnovh264: remove a pointless comment
2016-04-24 Anton Khirnovh264: make slice threading work with deblocking_filter=1
2016-04-24 Anton Khirnovh264: remove H264Context.pict_type
2016-04-24 Anton Khirnovh264: drop a pointless indirection
2016-04-24 Anton Khirnovh264: eliminate low_delay
2016-04-24 Anton Khirnovh264_refs: remove an unused parameter from ff_h264_fill...
2016-04-24 Anton Khirnovh264: eliminate copy_fields
2016-04-24 Anton Khirnovh264: decouple h264_sei from the h264 decoder
2016-04-24 Anton Khirnovh264: factor out calculating the POC count into a separ...
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2016-04-24 Anton Khirnovh264: factor out parsing the reference count into a...
2016-04-24 Anton Khirnovh264: move reading direct_spatial_mv_pred out of ff_set...
2016-03-30 Diego Biurrunh264: Add missing ff_ prefix to internally visible...
2016-03-28 Anton Khirnovsvq3: move the dequant buffer to SVQ3Context
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2016-03-25 Diego Biurrunh264data: Move all data tables from a header to a ...
2016-03-25 Diego Biurrunlavc: Deduplicate zigzag_scan table
2016-03-19 Mark Thompsonlavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX...
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2015-12-07 Anton Khirnovh264: do not call frame_start() for missing frames
2015-12-06 Anton Khirnovh264: set frame_num in start_frame(), not decode_slice_...
2015-12-06 Anton Khirnovh264: eliminate default_ref_list
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-06-30 Vittorio Giovarah264: Allow stream and container cropping at the same...
2015-06-27 Anton Khirnovh264: do not update the context fields copied between...
2015-06-27 Anton Khirnovh264: make sure the slices do not overlap during slice...
2015-06-15 Andreas Cadhalpunh264: er: Copy from the previous reference only if...
2015-06-01 Michael Niedermayerh264: Fix HWACCEL_MAX for D3D11
2015-05-30 Luca Barbatoh264: Make sure reinit failures mark the context as...
2015-05-25 Steve LhommeD3D11va: add a Direct3D11 video decoder similar to...
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-04-29 Anton Khirnovh264: merge the init and reinit paths in update_thread_...
2015-04-29 Anton Khirnovh264: drop the reinit parameter from init_slice_header()
2015-04-29 Anton Khirnovh264: update the current bit depth/chroma type in init_...
2015-04-29 Anton Khirnovh264: copy nal_length_size in update_thread_context
2015-04-29 Anton Khirnovh264: move freeing the escaped RBSP buffer to free_cont...
2015-04-29 Anton Khirnovh264: eliminate ff_h264_set_parameter_from_sps()
2015-04-29 Anton Khirnovh264: move context reinit lower down in update_thread_c...
2015-04-29 Anton Khirnovh264: move the DPB init/uninit to init_context()/free_c...
2015-04-29 Anton Khirnovh264: drop H264Context.ouputed_poc
2015-04-29 Anton Khirnovh264: drop needs_realloc
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-04-03 Anton Khirnovh264: disable ER by default
2015-03-21 Anton Khirnovh264: move [uv]linesize to the per-slice context
2015-03-21 Anton Khirnovh264: use a smaller struct for the ref lists
2015-03-21 Anton Khirnovh264: drop the now unused per-slice H264Contexts
2015-03-21 Anton Khirnovh264: use the main H264Context as the parent for all...
2015-03-21 Anton Khirnovh264_slice: constify all the uses of H264Context during...
2015-03-21 Anton Khirnovh264: move rbsp_buffer into the per-slice context
2015-03-21 Anton Khirnovh264: move remaining ER stuff into the per-slice context
2015-03-21 Anton Khirnovh264: move top_borders into the per-slice context
2015-03-21 Anton Khirnovh264: move the scratch buffers into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_mbaff into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_field_decoding_flag into the per-slice...
2015-03-21 Anton Khirnovh264: use a separate GetBitContext for slice data
2015-03-21 Anton Khirnovh264: remove some remnants of data partitioning
2015-03-21 Anton Khirnovh264: move resync_mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_xy into the per-slice context
2015-03-21 Anton Khirnovh264: move is_complex into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_skip_run into the per-slice context
2015-03-21 Anton Khirnovh264: move redundant_pic_count into the per-slice context
2015-03-21 Anton Khirnovh264: move cabac_init_idc into the per-slice context
2015-03-21 Anton Khirnovh264: move loopfilter parameters into the per-slice...
2015-03-21 Anton Khirnovh264: move mvd_table into the per-slice context
2015-03-21 Anton Khirnovh264: move last_qscale_diff into the per-slice context
2015-03-21 Anton Khirnovh264: move [{top,left}_]cbp into the per-slice context
2015-03-21 Anton Khirnovh264: move cabac[_state] into the per-slice context
2015-03-21 Anton Khirnovh264: move mb[_{padding,luma_dc}] into the per-slice...
next