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
2015-10-15Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'Hendrik Leppkes
2015-10-14h264: Run VLC init under pthread_onceDerek Buitenhuis
2015-10-10cabac: Make cabac starts hardcodedAnton Khirnov
2015-10-08cabac: Make CABAC states hardcodedAnton Khirnov
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-09-27h264: Fix ticket #3147 H264 - Wrong field orderThomas Mundt
2015-09-12avcodec/h264: use AV_OPT_TYPE_BOOL for is_avc optionClément Bœsch
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-06h264: Do not print an error when the buffer has to be refilledLuca Barbato
2015-08-06lavc: propagate hwaccel errorswm4
2015-08-05h264: Use AVERROR return codes instead of -1Jake Sebastian-Jones
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
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-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