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-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-03-28h264: factor out pred weight table parsing into a separate fileAnton Khirnov
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-01-04avcodec/h264_refs: Fix and add back trace code removed in e1c5170c638e39a8017...Michael Niedermayer
2016-01-04Merge commit '2080bea4a74b6b1598caa806a11ea807ba546f94'Hendrik Leppkes
2016-01-04avcodec/h264: Fix regression caused by removial of default_ref_listMichael Niedermayer
2016-01-04h264_refs: Remove broken trace debug codeDiego Biurrun
2016-01-01h264: improve behaviour with invalid reference listsAnton Khirnov
2015-12-29avcodec: Use get_ue_golomb_long() when neededMark Harris
2015-12-20avcodec/h264_refs: Fix long_idx checkMichael Niedermayer
2015-12-17Merge commit '741b494fa8cd28a7d096349bac183893c236e3f9'Hendrik Leppkes
2015-12-06h264: eliminate default_ref_listAnton Khirnov
2015-11-29avcodec/h264_refs: Check that long references match before useMichael Niedermayer
2015-11-20avcodec/h264, videotoolbox: do not return invalid frames on failurewm4
2015-07-29avcodec/h264_refs: Allow slightly larger pps_ref_count[0] in PAFF RAP detecti...Michael Niedermayer
2015-07-29avcodec/h264_refs: extend RAP heuristic to multiple PPSMichael Niedermayer
2015-06-30avcodec/h264_refs: discard mismatching referencesMichael Niedermayer
2015-06-27Merge commit '6d4d3fee63c46d921c4870feab79269af94e84e1'Michael Niedermayer
2015-06-27h264: make sure the current picture is not made a long ref multiple timesAnton Khirnov
2015-04-29Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer
2015-04-29h264: use properly allocated AVFramesAnton Khirnov
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-04-04avcodec/h264_refs: More completely clear slice contexts in ff_h264_remove_all...Michael Niedermayer
2015-04-04avcodec/h264_refs: Do not set reference to things which dont existMichael Niedermayer
2015-03-31avcodec/h264_refs: fix null pointer dereference with -DTRACEMichael Niedermayer
2015-03-29lavc/h264_refs: Fix compilation with -DTRACE.Carl Eugen Hoyos
2015-03-22Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'Michael Niedermayer
2015-03-21Merge commit 'f42485dbce614b3f63182845da43db690b427b7c'Michael Niedermayer
2015-03-21Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer
2015-03-21Merge commit '56febc993b928ccc039a32158ca60b234c311875'Michael Niedermayer
2015-03-21Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'Michael Niedermayer
2015-03-21h264: use a smaller struct for the ref listsAnton Khirnov
2015-03-21h264: use a separate GetBitContext for slice dataAnton Khirnov
2015-03-21h264: move the ref lists variables into the per-slice contextAnton Khirnov
2015-03-21h264: move the slice type variables into the per-slice contextAnton Khirnov
2015-03-21h264: split weighted pred-related vars into per-slice contextAnton Khirnov
2015-02-08avcodec/h264: Move COPY_PICTURE() to h264.h so it can be used from other part...Michael Niedermayer
2015-02-05avcodec/h264_refs: set last_pic_for_ec only if it has not been set previouslyMichael Niedermayer
2015-01-11avcodec/h264: Keep a reference to the last picture for ECMichael Niedermayer
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-06-04avcodec/h264: in the absence of recovery points, be more tolerant on acceptin...Michael Niedermayer
2014-04-02Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e'Michael Niedermayer
2014-04-02More correct printf format specifiersDiego Biurrun