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-10-27avcodec/mpeg12data: Remove ff_rl_mpeg1Andreas Rheinhardt
2022-10-27avcodec/mpeg12: Use ff_rl_mpeg1.table_(run|level) directlyAndreas Rheinhardt
2022-10-27avcodec/mpeg12: Pass parameters explicitly in ff_init_2d_vlc_rl()Andreas Rheinhardt
2022-10-27avcodec/mpeg12: Avoid indirection when accessing rl_vlc tablesAndreas Rheinhardt
2022-10-04avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new headerAndreas Rheinhardt
2022-10-04avcodec/mpeg12: Inline ff_mpeg12_common_init() into mpeg12enc.cAndreas Rheinhardt
2022-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt
2022-02-13avcodec/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt
2022-02-08avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt
2021-09-20avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt
2020-12-31avcodec/mpeg12: ReindentationAndreas Rheinhardt
2020-12-31avcodec/mpeg12: Make initializing VLCs thread-safeAndreas Rheinhardt
2020-12-31avcodec/mpeg12: Don't initialize encoder-only parts of RLTableAndreas Rheinhardt
2020-10-12avcodec/mpeg12: Reduce size of motion-vector VLCAndreas Rheinhardt
2017-01-11avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson
2016-08-04avcodec/vdpau: clean up vdpau_internal.hJames Almer
2016-02-16avcodec/mpeg12: Remove duplicate block_last_index setting codeMichael Niedermayer
2016-02-16avcodec/mpeg12: Fix error returnMichael Niedermayer
2016-02-16Merge commit '7c25ffe070c286874a8c3513f7504b90e1626b0c'Derek Buitenhuis
2016-02-09mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara
2015-06-01Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-05-28Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer
2015-05-28rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov
2015-01-07avcodec/mpeg12: Try to fetch pts/dts from both the packet associated with the...Michael Niedermayer
2015-01-07avcodec/parser: add fuzzy mode to ff_fetch_timestamp()Michael Niedermayer
2014-09-02rl.h: Use on-stack temporary VLC tables instead of having them static.Reimar Döffinger
2014-09-02rl.h: remove deprecated and now unused vlc member.Reimar Döffinger
2014-04-05Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer
2014-04-04Remove a number of unnecessary dsputil.h #includesDiego Biurrun
2013-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-08-18Revert "Merge commit of 'vdpau: remove old-style decoders'"Michael Niedermayer
2013-08-16Merge commit '38f64c03301ac66d7b54b3e4bd2bf6454f9fb2d3'Michael Niedermayer
2013-08-15mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun
2013-08-06Merge commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8'Michael Niedermayer
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-28Merge commit '1b6d66745ac1768adb387c2227cdcf4452271149'Michael Niedermayer
2013-03-28Merge commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022'Michael Niedermayer
2013-03-27Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun
2013-03-27vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabledJanne Grunau
2013-03-26Merge commit 'f1e9398621af0bc9d166014e4ce6996bb4f141d0'Michael Niedermayer
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-03-18mpeg2: 12LSB w/h of 0 is not allowed in compliant videos thus this also needs...Michael Niedermayer
2013-03-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-18mpeg12: do not fail on zero dimensions in the sequence header.Anton Khirnov