aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/msmpeg4data.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-0/+4
|\
| * msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun2012-03-011-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-13/+13
|\|
| * msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-13/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-13/+0
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling cosmeticsDiego Biurrun2008-10-021-1/+1
* Add (additional) const to many global tables.Reimar Döffinger2008-10-021-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* remove duplicate tablesStefan Gehrer2008-06-251-1/+0
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò2008-01-071-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun2007-08-131-0/+57
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
* split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs2007-05-101-2001/+10
* add some commentsDenis Fortin2007-05-021-0/+6
* 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/+22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-131/+131
* wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from (Steve...Michael Niedermayer2005-12-171-4/+4
* adding a few constMichael Niedermayer2005-06-011-4/+4
* In that patch:anonymous2005-01-301-1/+1
* use dc tables from msmpeg4 instead of duplicating them patch by anonymousanonymous2005-01-261-4/+4
* per file doxyMichael Niedermayer2003-03-061-1/+2
* finetuneing thresholds/factorsMichael Niedermayer2003-01-191-1/+4
* qpel encodingMichael Niedermayer2002-12-271-57/+184
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-5/+5
* wmv1 slice_height != mb_height supportMichael Niedermayer2002-07-071-0/+4
* wmv1 supportMichael Niedermayer2002-06-181-2/+83
* msmpeg4v1 decodingMichael Niedermayer2002-06-021-23/+28
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-051-0/+16
* Initial revisionFabrice Bellard2001-07-221-0/+1767