summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4data.h
Commit message (Expand)AuthorAgeFilesLines
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-021-0/+116
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-3/+3
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-5/+5
|\ \ | |/
| * mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-5/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make inter_rvlc and intra_rvlc static tables.Diego Elio Pettenò2011-02-061-2/+2
* | Make inter_rvlc and intra_rvlc static tables.Diego Elio Pettenò2011-02-061-2/+2
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Make some tables static again, i mistakely thought they would be used in severalMichael Niedermayer2010-01-091-4/+4
* Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer2010-01-081-7/+7
* Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer2010-01-081-2/+2
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-68/+12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+3
* misc typo fixesDiego Biurrun2007-06-121-1/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+20
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-251-4/+4
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-92/+92
* adding a few constMichael Niedermayer2005-06-011-2/+2
* AVRationalMichael Niedermayer2003-10-201-12/+12
* intra dc treshold != 0 decoding fixedMichael Niedermayer2003-10-121-0/+4
* warning fixAlex Beregszaszi2003-07-071-1/+1
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-101-4/+6
* rvlc decoding supportMichael Niedermayer2003-03-121-0/+208
* per file doxyMichael Niedermayer2003-03-061-0/+5
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-13/+13
* correcter mpeg4 headersMichael Niedermayer2002-12-301-0/+6
* correct mpeg4 vo typeMichael Niedermayer2002-12-091-2/+7
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-131-1/+3
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-2/+2
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-131-0/+4
* dc scale simplification/optimizationMichael Niedermayer2002-06-181-0/+10
* data partitioningMichael Niedermayer2002-06-021-0/+4
* - H263 PAR support by Alex Beregszaszi.Juanjo2002-05-031-1/+1
* export delay infoMichael Niedermayer2002-04-221-0/+3
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-071-0/+24
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-051-2/+21
* mpeg4 b-frames :)Michael Niedermayer2002-03-121-0/+4
* gmc bitstream decoding support (the real motion compensation isnt implemnted ...Michael Niedermayer2002-03-071-0/+6
* parsing more of the mpeg4 header & print some "not supported" stuffMichael Niedermayer2002-03-051-0/+12
* updated scansFabrice Bellard2001-08-071-23/+0
* Initial revisionFabrice Bellard2001-07-221-0/+106
OpenPOWER on IntegriCloud