summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpeg4video: Make initializing RLTable thread-safeAndreas Rheinhardt2021-04-271-1/+13
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-3/+3
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* | Merge commit '59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d'Michael Niedermayer2015-04-291-10/+0
|\ \ | |/
| * h263: Drop commented-out code and a related otherwise unused functionVittorio Giovara2015-04-281-10/+0
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\ \ | |/
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | Merge commit 'dc6ea00cd2b91b591e6726e5bf1d5e03a4a9bdd0'Michael Niedermayer2013-11-021-80/+102
|\ \ | |/
| * mpeg4video: K&R formatting cosmeticsVittorio Giovara2013-11-011-80/+102
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-4/+4
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-4/+4
|\ \ | |/
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-4/+4
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-4/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-4/+4
|/
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-231-1/+1
* Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer2010-01-081-0/+99
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-0/+72