Diego Biurrun
|
88bd7fdc82
|
Drop DCTELEM typedef
It does not help as an abstraction and adds dsputil dependencies.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
12 years ago |
Michael Niedermayer
|
84281d111c
|
ff_mpeg4videodec_static_init: fix return type
Fixes CID743439
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
1bd024ec77
|
mpeg4videodec: split static decoder table init out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Martin Storsjö
|
6f13a371ec
|
mpeg4: Add ff_ prefixes to nonstatic symbols
Signed-off-by: Martin Storsjö <martin@martin.st>
|
13 years ago |
Michael Niedermayer
|
c9cab022a3
|
mpeg4dec: restore error concealment functionality after merge
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Diego Biurrun
|
58c42af722
|
doxygen: misc consistency, spelling and wording fixes
|
13 years ago |
Dustin Brody
|
5b22d6e132
|
lavc: convert error_recognition to err_recognition.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
13 years ago |
Diego Biurrun
|
153382e1b6
|
multiple inclusion guard cleanup
Add missing multiple inclusion guards; clean up #endif comments;
add missing library prefixes; keep guard names consistent.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Diego Elio Pettenò
|
6a495e986f
|
Make inter_rvlc and intra_rvlc static tables.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 84ae8936f6 )
|
14 years ago |
Diego Elio Pettenò
|
84ae8936f6
|
Make inter_rvlc and intra_rvlc static tables.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
14 years ago |
Måns Rullgård
|
9c9a0840d0
|
Add lots of missing includes
Originally committed as revision 22337 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
0366b6e199
|
Make some tables static again, i mistakely thought they would be used in several
places.
Originally committed as revision 21111 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
a7ac9c2f62
|
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.
Originally committed as revision 21104 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
fef59a5b4b
|
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability
of msmpeg4 code (one now knows where that table comes from).
Originally committed as revision 21097 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
05b858b045
|
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
is in its name.
Originally committed as revision 21096 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
28fbbee15f
|
Remove useless line.
Originally committed as revision 21092 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
ca334dd14b
|
Split the mpeg4 encoder and decoder off h263.c
Originally committed as revision 21079 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |