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
2022-08-24avcodec/h263dec: Sanity check against minimal I/P frame sizeMichael Niedermayer
2019-08-04avcodec/h263dec: fix hwaccel decodingStefan Schoenefeld
2018-06-18avcodec/h263dec: Check slice_ret in mspeg4 slice loopMichael Niedermayer
2017-06-19avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer
2017-03-21pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov
2017-01-21avcodec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecsMichael Niedermayer
2016-12-16avcodec/h263dec: Return the correct error code in explode modeMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-19lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-11-02Merge commit 'd35d0c723e3c8fc8cde76bf677f67928f5e179a8'Hendrik Leppkes
2015-10-30vdpau: remove dysfunctional H.263 supportRémi Denis-Courmont
2015-10-05Merge commit '4628443ca3534060888dd0015b229337eac13fd2'Hendrik Leppkes
2015-10-04h263: Drop uninitialized variable use from log messageVittorio Giovara
2015-08-19vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne
2015-08-18lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje
2015-08-03avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-06-08Merge commit '925b80d64029d41962e5998d7d901226c3a9baea'Michael Niedermayer
2015-06-08mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara
2015-06-01Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'Michael Niedermayer
2015-05-31mpegvideo: wmv2: Move function declarationsVittorio Giovara
2015-05-26avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale
2015-05-22Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'Michael Niedermayer
2015-05-22Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara
2015-05-22mpegvideo: Drop err_recognitionVittorio Giovara
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-05-17lavc/h263: Set color_range for gray decoding.Carl Eugen Hoyos
2015-05-09avcodec/h263dec: use PIX_FMT_GRAY8 when the user specified CODEC_FLAG_GRAYMichael Niedermayer
2015-04-29Merge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845'Michael Niedermayer
2015-04-28h263: Convert function to macroVittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-04-04mpeg4: use a self-explanatory #define MAX_NVOP_SIZEAndreas Cadhalpun
2015-01-27avcodec/h263dec: Try to use codec_tag instead of the stream_codec_tagMichael Niedermayer
2014-10-14Merge commit 'c80a816142699dea9cf9fa66689a7838a487ed7e'Michael Niedermayer
2014-10-14Merge commit '1f29e5d7a2b0950f3b6820896e97e2c02e6a10a9'Michael Niedermayer
2014-10-13h263dec: call get_format() on resolution changesRémi Denis-Courmont
2014-10-13h263dec: call get_format after setting resolution and profileRémi Denis-Courmont
2014-10-07Merge commit '9a03c2323593173a201cb75edd1b49887cf811ed'Michael Niedermayer
2014-10-07h263dec: Force padding bug workaround for H.263.Josh Allmann
2014-10-03avcodec/h263dec: Fix decoding messenger.h263Michael Niedermayer
2014-09-05avcodec/mpegvideo: Factor ff_mpv_decode_init() outMichael Niedermayer
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer