summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-091-9/+0
* avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new headerAndreas Rheinhardt2022-10-041-3/+7
* avcodec/mpeg12: Inline ff_mpeg12_common_init() into mpeg12enc.cAndreas Rheinhardt2022-10-041-2/+0
* avcodec/mpeg12.h: Move encoder-only stuff into a new headerAndreas Rheinhardt2022-02-131-8/+0
* avcodec/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-31/+0
* avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt2021-09-201-0/+2
* avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt2021-09-201-0/+10
* avcodec/mpeg12: Don't initialize encoder-only parts of RLTableAndreas Rheinhardt2020-12-311-2/+0
* avcodec/speedhqenc: Call correct functionAndreas Rheinhardt2020-12-111-0/+1
* avcodec/mpeg12: Don't pretend reading dct_dc_size_* VLCs can failAndreas Rheinhardt2020-10-121-4/+0
* mpeg12: Add a common function to find the best frame rateMark Thompson2017-10-171-0/+4
* avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson2017-01-111-0/+9
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avcodec/mpeg12: Remove duplicate block_last_index setting codeMichael Niedermayer2016-02-161-2/+1
* | Merge commit '7c25ffe070c286874a8c3513f7504b90e1626b0c'Derek Buitenhuis2016-02-161-1/+6
|\ \ | |/
| * mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara2016-02-091-1/+5
* | Merge commit '8606e881b02bec2ac24943d22c8afe11d641fac8'Michael Niedermayer2015-06-121-18/+1
|\ \ | |/
| * mpeg12: Move the vlc bits to a stand alone fileLuca Barbato2015-06-121-18/+1
* | Merge commit 'b2b766914a49c4e3537df3a585e97b98d432edd2'Michael Niedermayer2015-06-011-0/+6
|\ \ | |/
| * mpegvideo: mpeg12: Move function declarationsVittorio Giovara2015-05-311-0/+6
* | Merge commit 'e557584aa7df6ac9f52af7ee7e5c963437da2e2f'Michael Niedermayer2013-03-281-15/+0
|\ \ | |/
| * mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun2013-03-271-15/+0
* | Merge commit '1b6d66745ac1768adb387c2227cdcf4452271149'Michael Niedermayer2013-03-281-0/+11
|\ \ | |/
| * Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun2013-03-271-0/+11
* | Merge commit 'eee2000b41234ae9465c314e18bfec1700181f32'Michael Niedermayer2013-03-281-0/+2
|\ \ | |/
| * mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-271-0/+2
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-281-1/+1
|\ \ | |/
| * cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-271-1/+1
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-1/+1
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-201-1/+1
|\ \ | |/
| * mpeg12: do not decode extradata more than once.Anton Khirnov2012-12-191-0/+1
| * Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau2011-10-241-1/+0
* | mpeg12: fix logic that prevents extradata from being parsed twice.Michael Niedermayer2012-05-111-0/+1
* | Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Michael Niedermayer2011-10-241-1/+0
* | Revert "mpeg12: move closed_gop from MpegEncContext to Mpeg1Context"Michael Niedermayer2011-10-241-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-241-0/+16
|\ \ | |/
| * mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-231-0/+1
| * mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-231-0/+1
| * mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.hAnton Khirnov2011-10-231-0/+13
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Make dc_lum_vlc and dc_chroma_vlc non-static symbols,Vitor Sessak2011-01-051-4/+4
* mpeg12: fix non-standard use of "extern inline"Måns Rullgård2009-05-171-1/+1
* convert mpeg1_decode_block_intra() to inline globalPeter Ross2009-02-051-0/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-201-1/+1
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-191-0/+28
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* forgot to svn add mpeg12.h in r9477Aurelien Jacobs2007-07-051-0/+31