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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: drop unused NAL_FF_IGNOREAnton Khirnov
2016-06-21h264: pass a H2645NAL to slice header decodingAnton Khirnov
2016-06-17h264: Support AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-04-24h264: eliminate max_contextsAnton Khirnov
2016-04-24h264: allocate some tables per slice contexts, not threadsAnton 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: 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: remove a stale commentAnton 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: stop testing whether the reference count changes in ff_set_ref_count()Anton Khirnov
2016-04-24h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton 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-28h264: reimplement 3aa661ec5 in a more explicit wayAnton Khirnov
2016-03-28h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov
2016-03-28h264: remove the svq3-specific codeAnton Khirnov
2016-03-28h264: factor out pred weight table parsing into a separate fileAnton Khirnov
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
2015-12-06h264: derive the delay from the level when it's not presentAnton Khirnov
2015-10-14h264: Run VLC init under pthread_onceDerek Buitenhuis
2015-10-08cabac: Make CABAC states hardcodedAnton Khirnov
2015-08-06h264: Do not print an error when the buffer has to be refilledLuca Barbato
2015-08-05h264: Use AVERROR return codes instead of -1Jake Sebastian-Jones
2015-07-27h264: fix AVDISCARD_NONKEY for some interlaced contentJohn Högberg
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-17h264: Add support for Closed Caption exportKieran Kunhya
2015-06-30h264: Parse registered data SEI message and AFD valueVittorio Giovara
2015-06-27h264: do not update the context fields copied between threads after finish_se...Anton Khirnov
2015-04-29h264: use properly allocated AVFramesAnton Khirnov
2015-04-29h264: embed the DPB in the contextAnton Khirnov
2015-04-29h264: drop a comment that carries no useful informationAnton Khirnov
2015-04-29h264: move freeing the escaped RBSP buffer to free_context()Anton Khirnov
2015-04-29h264: eliminate ff_h264_set_parameter_from_sps()Anton Khirnov
2015-04-29h264: move the DPB init/uninit to init_context()/free_context()Anton Khirnov