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
2020-07-05avcodec/h264dec: Disable forced small_padding on flag2 fastMichael Niedermayer
2017-02-08avcodec/h264_slice: Clear ref_counts on redundant slicesMichael Niedermayer
2016-08-15avcodec/h264: Put context_count check backMichael Niedermayer
2016-08-15avcodec/h264: Fix off by 1 context countMichael Niedermayer
2016-04-27avcodec/h264: Fix for H.264 configuration parsingIvan
2016-02-19avcodec/h264: Execute error concealment before marking the frame as done.Michael Niedermayer
2015-08-18lavc: move vdpau decoders under FF_API_VDPAU.wm4
2015-08-18lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje
2015-08-18FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje
2015-08-06lavc: propagate hwaccel errorswm4
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
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-17Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37'Michael Niedermayer
2015-07-17h264: Add support for Closed Caption exportKieran Kunhya
2015-07-16lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos
2015-07-06avcodec: Add support for Closed Caption export in h264Kieran Kunhya
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-27h264: do not update the context fields copied between threads after finish_se...Anton 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-05-26avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale
2015-05-01avcodec/h264: Remove failure on data partitioningMichael Niedermayer
2015-04-29Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer
2015-04-29Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'Michael Niedermayer
2015-04-29Merge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9'Michael Niedermayer
2015-04-29Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849'Michael Niedermayer
2015-04-29Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'Michael Niedermayer
2015-04-29Merge commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7'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: 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
2015-04-29h264: drop H264Context.ouputed_pocAnton Khirnov
2015-04-29h264: drop needs_reallocAnton 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-10avcodec/h264: Do not fail with randomly truncated VUIsMichael Niedermayer
2015-04-09avcodec/h264: Use only one ERContextMichael Niedermayer
2015-04-09avcodec/h264: Be more tolerant to changing pps id between slicesMichael Niedermayer