summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-091-66/+0
* avcodec/mpeg12data: Remove ff_rl_mpeg1Andreas Rheinhardt2022-10-271-0/+1
* avcodec/mpeg12: Use ff_rl_mpeg1.table_(run|level) directlyAndreas Rheinhardt2022-10-271-4/+4
* avcodec/mpeg12: Pass parameters explicitly in ff_init_2d_vlc_rl()Andreas Rheinhardt2022-10-271-9/+14
* avcodec/mpeg12: Avoid indirection when accessing rl_vlc tablesAndreas Rheinhardt2022-10-271-8/+11
* avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new headerAndreas Rheinhardt2022-10-041-0/+1
* avcodec/mpeg12: Inline ff_mpeg12_common_init() into mpeg12enc.cAndreas Rheinhardt2022-10-041-9/+0
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-3/+3
* avcodec/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-1/+2
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-081-5/+1
* avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt2021-09-201-0/+2
* avcodec/mpeg12: ReindentationAndreas Rheinhardt2020-12-311-25/+25
* avcodec/mpeg12: Make initializing VLCs thread-safeAndreas Rheinhardt2020-12-311-7/+8
* avcodec/mpeg12: Don't initialize encoder-only parts of RLTableAndreas Rheinhardt2020-12-311-4/+0
* avcodec/mpeg12: Reduce size of motion-vector VLCAndreas Rheinhardt2020-10-121-1/+1
* avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson2017-01-111-11/+4
* avcodec/vdpau: clean up vdpau_internal.hJames Almer2016-08-041-1/+0
* avcodec/mpeg12: Remove duplicate block_last_index setting codeMichael Niedermayer2016-02-161-5/+3
* avcodec/mpeg12: Fix error returnMichael Niedermayer2016-02-161-2/+2
* Merge commit '7c25ffe070c286874a8c3513f7504b90e1626b0c'Derek Buitenhuis2016-02-161-0/+97
|\
| * mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara2016-02-091-0/+88
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-011-0/+1
|\ \ | |/
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+1
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-281-2/+2
|\ \ | |/
| * rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-2/+2
* | avcodec/mpeg12: Try to fetch pts/dts from both the packet associated with the...Michael Niedermayer2015-01-071-1/+1
* | avcodec/parser: add fuzzy mode to ff_fetch_timestamp()Michael Niedermayer2015-01-071-1/+1
* | rl.h: Use on-stack temporary VLC tables instead of having them static.Reimar Döffinger2014-09-021-11/+10
* | rl.h: remove deprecated and now unused vlc member.Reimar Döffinger2014-09-021-6/+7
* | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer2014-04-051-1/+0
|\ \ | |/
| * Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-141-1/+0
|\ \ | |/
| * Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-1/+0
* | Revert "Merge commit of 'vdpau: remove old-style decoders'"Michael Niedermayer2013-08-171-0/+1
* | Merge commit '38f64c03301ac66d7b54b3e4bd2bf6454f9fb2d3'Michael Niedermayer2013-08-161-1/+24
|\ \ | |/
| * mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun2013-08-151-1/+24
* | Merge commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8'Michael Niedermayer2013-08-061-1/+0
|\ \ | |/
| * vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-1/+0
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-4/+0
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-2/+3
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
* | Merge commit '1b6d66745ac1768adb387c2227cdcf4452271149'Michael Niedermayer2013-03-281-2562/+11
|\ \ | |/
| * Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun2013-03-271-2429/+11
* | Merge commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022'Michael Niedermayer2013-03-281-1/+2
|\ \ | |/
| * vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabledJanne Grunau2013-03-261-1/+2
* | Merge commit 'f1e9398621af0bc9d166014e4ce6996bb4f141d0'Michael Niedermayer2013-03-261-4/+4
|\ \ | |/
| * lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-261-4/+4
* | mpeg2: 12LSB w/h of 0 is not allowed in compliant videos thus this also needs...Michael Niedermayer2013-03-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-181-1/+8
|\ \ | |/