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
2017-05-26avcodec/h264dec: export cropping information instead of handling it internallyJames Almer
2017-04-03h264: don't sync pic_id between threads.Ronald S. Bultje
2017-03-31h264: don't write to source picture object in ff_h264_ref_picture().Ronald S. Bultje
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-06-30Merge commit 'bec993381cfec72051b0d9f12ac9d9bb9c750983'Clément Bœsch
2016-06-29Merge commit '39ab2ea53121b9976a619cd545fbd3464b908696'Clément Bœsch
2016-06-29Merge commit '4f81f8dba735c212efae077c4fec8ad4fe53b352'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-06-12h264: postpone generating the implicit MMCOsAnton Khirnov
2016-06-12h264: rename mmco_index to nb_mmcoAnton Khirnov
2016-06-12Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch
2016-06-08Drop unnecessary golomb.h #includesDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-24h264: factor out calculating the POC count into a separate fileAnton Khirnov
2016-02-19avcodec/h264: Execute error concealment before marking the frame as done.Michael Niedermayer
2015-08-18lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje
2015-08-06lavc: propagate hwaccel errorswm4
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-05-26avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale
2015-04-29Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer
2015-04-29Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98'Michael Niedermayer
2015-04-29Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3'Michael Niedermayer
2015-04-29h264: use properly allocated AVFramesAnton Khirnov
2015-04-29h264: drop H264Context.ouputed_pocAnton Khirnov
2015-04-29h264: drop needs_reallocAnton Khirnov
2015-04-09avcodec/h264: Use only one ERContextMichael Niedermayer
2015-04-04Merge commit 'a4d34e218f548d381e09c483e8dc6ad18a8d571c'Michael Niedermayer
2015-04-03h264: disable ER by defaultAnton Khirnov
2015-03-22Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'Michael Niedermayer
2015-03-21Merge commit '582683b6ac798ed2a004a4e2121b7bd47892bbfd'Michael Niedermayer
2015-03-21Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer
2015-03-21h264: use a smaller struct for the ref listsAnton Khirnov
2015-03-21h264: move remaining ER stuff into the per-slice contextAnton Khirnov
2015-03-21h264: move the ref lists variables into the per-slice contextAnton Khirnov
2015-02-08avcodec/h264: Setup decoder to have matching reference to the EC codeMichael Niedermayer
2014-06-21Merge commit 'ca1e36a8e4cd416142487071dbca734567bdaddf'Michael Niedermayer
2014-06-20h264: fix build when error resilience is disabledVittorio Giovara
2014-05-28Merge commit '888dcd86755d37e55fd74166f6d38ad66d41db58'Michael Niedermayer
2014-05-27h264_picture: Remove pointless dsputil.h #includeDiego Biurrun
2014-05-20avcodec/h264_picture: Fix build without error resilienceMichael Niedermayer
2014-05-03avcodec/h264: mark recovery_cnt==0 frames as keyframesMichael Niedermayer
2014-03-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-24h264: Split h264 slice decoding from nal decodingLuca Barbato