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
2018-05-16lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.Jun Zhao
2017-10-17h264: Add stream constraint values to the common headerMark Thompson
2016-08-01Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer
2016-08-01Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer
2016-07-29Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch
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: drop unused NAL_FF_IGNOREAnton 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: 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: 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: split reading the ref list modifications and actually building the ref ...Anton Khirnov
2016-06-12h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref listAnton Khirnov
2016-06-09h264: drop unused H264Context.gbAnton 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: 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: remove unused H264SliceContext.rbsp_bufferAnton Khirnov
2016-04-24h264: merge ff_h264_free_context() into h264_decode_end()Anton 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
2016-04-24h264_refs: make the H264Context const where possibleAnton Khirnov
2016-04-24h264_parser: remove the remaining dependencies on the h264 decoderAnton Khirnov
2016-04-24h264: decouple extradata parsing from the decoderAnton Khirnov
2016-04-24h264: decouple h264_sei from the h264 decoderAnton Khirnov
2016-04-24h264: factor out calculating the POC count into a separate fileAnton Khirnov
2016-04-24h264: decouple h264_ps from the h264 decoderAnton Khirnov
2016-04-24h264: factor out parsing the reference count into a separate fileAnton Khirnov
2016-04-24h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov
2016-03-30h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables()Diego Biurrun
2016-03-28h264: switch to h2645_parse for NAL parsingAnton Khirnov
2016-03-28svq3: drop the build dependency on the h264 decoderAnton Khirnov
2016-03-28h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov
2016-03-28h264: factor out pred weight table parsing into a separate fileAnton Khirnov
2016-02-23h264: Add an AVClass pointer to H264ContextMichael Niedermayer
2015-12-06h264: eliminate default_ref_listAnton Khirnov
2015-10-14h264: Run VLC init under pthread_onceDerek Buitenhuis
2015-07-17h264: Add support for Closed Caption exportKieran Kunhya