Mon, 08 Mar 2010 18:43:52 +0000 |
mru |
Add lots of missing includes
libavcodec
|
Sat, 09 Jan 2010 17:22:37 +0000 |
michael |
Make some tables static again, i mistakely thought they would be used in several
libavcodec
|
Fri, 08 Jan 2010 19:59:51 +0000 |
michael |
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.
libavcodec
|
Fri, 08 Jan 2010 17:41:14 +0000 |
michael |
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability
libavcodec
|
Fri, 08 Jan 2010 17:28:43 +0000 |
michael |
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
libavcodec
|
Fri, 08 Jan 2010 16:26:44 +0000 |
michael |
Remove useless line.
libavcodec
|
Thu, 07 Jan 2010 23:53:49 +0000 |
michael |
Split the mpeg4 encoder and decoder off h263.c
libavcodec
|