Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-15h264: fix decoding multiple fields per packet with slice threadsAnton Khirnov
2016-07-15h264: eliminate decode_postinit()Anton Khirnov
2016-07-11h264_ps: export actual height in MBs as SPS.mb_heightAnton Khirnov
2016-06-23h264: Eliminate unused but set variableDiego Biurrun
2016-06-21h264: handle frame recovery in h264_field_start()Anton Khirnov
2016-06-21h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov
2016-06-21h264: always set redundant_pic_count during slice header parsingAnton Khirnov
2016-06-21h264: call the hwaccel frame_start() from h264_field_start()Anton Khirnov
2016-06-21h264: fix the check for mixed IDR/non-IDR slicesAnton Khirnov
2016-06-21h264: do not pass H264Context to h264_slice_header_parse()Anton Khirnov
2016-06-21h264: fix warnings in fill_filter_caches_inter()Anton Khirnov
2016-06-21h264: drop tests whether the codec id is AV_CODEC_ID_H264Anton Khirnov
2016-06-21h264: add H264_ prefix to the NAL unit typesAnton Khirnov
2016-06-21h264: move the parameter set definitions to a new header fileAnton Khirnov
2016-06-21h264: create a new header for common h264 definitionsAnton Khirnov
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-06-21h264: factor out setting frame properties / side dataAnton Khirnov
2016-06-21h264: move a per-field block from decode_slice_header() to field_start()Anton Khirnov
2016-06-21h264: only allow ending a field/starting a new one before finish_setup()Anton Khirnov
2016-06-21h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov
2016-06-21h264: decode the poc values from the slice header into the per-slice contextAnton Khirnov
2016-06-21h264: set mb_aff_frame in frame_start()Anton Khirnov
2016-06-21h264: move the block starting a new field out of slice_header_parse()Anton Khirnov
2016-06-21h264: pass a H2645NAL to slice header decodingAnton Khirnov
2016-06-12h264: factor out setting the parameter sets for a frameAnton Khirnov
2016-06-12h264: pass just the PPS to get_chroma_qp()Anton Khirnov
2016-06-12h264: merge the two reinit blocks in slice_header_parse()Anton Khirnov
2016-06-12h264: factor starting a new field out of parsing the slice headerAnton Khirnov
2016-06-12h264: postpone generating the implicit MMCOsAnton Khirnov
2016-06-12h264: decode the MMCOs into per-slice contextsAnton Khirnov
2016-06-12h264: rename mmco_index to nb_mmcoAnton Khirnov
2016-06-12h264: move initializing the slice start out of h264_slice_header_parse()Anton Khirnov
2016-06-12h264: move calculating the POC out of h264_slice_header_parse()Anton Khirnov
2016-06-12h264: move building the reference list out of h264_slice_header_parse()Anton Khirnov
2016-06-12h264: move initing the implicit pred weight table out of h264_slice_header_pa...Anton Khirnov
2016-06-12h264: split reading the ref list modifications and actually building the ref ...Anton Khirnov
2016-06-12h264: move initialising the implicit pred weight table for MBAFFAnton Khirnov
2016-06-12h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref listAnton Khirnov
2016-06-12h264: move direct mode inits out of h264_slice_header_parse()Anton Khirnov
2016-06-12h264: start splitting decode_slice_header()Anton Khirnov
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-24h264: eliminate max_contextsAnton Khirnov
2016-04-24h264: remove an artificial restriction on the number of slice threadsAnton Khirnov
2016-04-24h264: remove pointless setting of some variables in loop_filterAnton Khirnov
2016-04-24h264: remove a pointless commentAnton Khirnov
2016-04-24h264: make slice threading work with deblocking_filter=1Anton Khirnov
2016-04-24h264: remove H264Context.pict_typeAnton Khirnov
2016-04-24h264: drop a pointless indirectionAnton Khirnov
2016-04-24h264: eliminate low_delayAnton Khirnov
2016-04-24h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()Anton Khirnov