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-06-12Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch
2016-06-12lavc/h264: remove unused ff_h264_init_dequant_tables prototypeClément Bœsch
2016-06-12Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch
2016-05-17Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis
2016-05-17Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'Hendrik Leppkes
2016-05-07Merge commit 'ca2f19b9cc37be509d85f05c8f902860475905f8'Hendrik Leppkes
2016-05-03Merge commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe'Derek Buitenhuis
2016-04-27Merge commit 'ecc31f6b086453ab9811dce2ae5ceb6a7c19e4ad'Derek Buitenhuis
2016-04-26Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis
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-03-04Merge commit '5e555f93009f0605db120eec78262d0fe337e645'Derek Buitenhuis
2016-02-23h264: Add an AVClass pointer to H264ContextMichael Niedermayer
2016-01-04avcodec/h264: Fix regression caused by removial of default_ref_listMichael Niedermayer
2015-12-17Merge commit '741b494fa8cd28a7d096349bac183893c236e3f9'Hendrik Leppkes
2015-12-06h264: eliminate default_ref_listAnton Khirnov
2015-10-15Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'Hendrik Leppkes
2015-10-14h264: Run VLC init under pthread_onceDerek Buitenhuis
2015-10-02avcodec/h264: keep SPS and PPS bitstream datawm4
2015-08-10Merge commit '0f562f5b833d603e04123d198c59f8b2b5eb43e4'Hendrik Leppkes
2015-08-07Merge commit '9469370fb32679352e66826daf77bdd2e6f067b5'Hendrik Leppkes
2015-07-17Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37'Michael Niedermayer
2015-07-17h264: Add support for Closed Caption exportKieran Kunhya
2015-07-06avcodec: Add support for Closed Caption export in h264Kieran Kunhya
2015-07-01avcodec/h264: Greenmetadata SEI parsingNicolas DEROUINEAU
2015-06-30Merge commit '271ce76d317c5432e151216cf23f12b77ed6cb7e'Michael Niedermayer
2015-06-30h264: Parse registered data SEI message and AFD valueVittorio Giovara
2015-06-27Merge commit '5ec0bdf2c524224f30ba4786f47324970aed4aaa'Michael Niedermayer
2015-06-27Merge commit 'e49e0f58e273237f83b4486f3536931ed1943d18'Michael Niedermayer
2015-06-27h264: do not update the context fields copied between threads after finish_se...Anton Khirnov
2015-06-27h264: make sure the slices do not overlap during slice threadingAnton Khirnov
2015-06-27avcodec: Add support for per-frame AFD output in h264Kieran Kunhya
2015-06-12h264: update avctx width/height/pix_fmt when returning frameAndreas Cadhalpun
2015-04-29Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer
2015-04-29Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'Michael Niedermayer
2015-04-29Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849'Michael Niedermayer
2015-04-29Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'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: embed the DPB in the contextAnton 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