Vittorio Giovara
|
9c1db92ad3
|
mpegvideo: Drop err_recognition
It is just a duplicate of an AVCodecContext member so use it instead.
|
2015-05-22 15:34:39 +01:00 |
|
Nidhi Makhijani
|
93f29948e4
|
mpeg4video: Fix doxygen comment syntax to document correct struct member
Also fix some comment typos.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2014-08-14 11:59:59 +02:00 |
|
Nidhi Makhijani
|
ccbf370f20
|
mpegvideo: move vol_control_parameters to the only place it is used
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2014-07-29 09:13:18 -07:00 |
|
Anton Khirnov
|
ff7ffe4809
|
mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContext
|
2013-12-05 13:22:37 +01:00 |
|
Anton Khirnov
|
f7d228676c
|
mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContext
|
2013-12-05 13:22:18 +01:00 |
|
Anton Khirnov
|
e41ff4210a
|
mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext
|
2013-12-05 13:19:22 +01:00 |
|
Anton Khirnov
|
e026ee0446
|
mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContext
|
2013-11-29 17:37:16 +01:00 |
|
Anton Khirnov
|
513d849bb6
|
mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4DecContext
|
2013-11-29 17:36:57 +01:00 |
|
Anton Khirnov
|
9ba3fc3e3d
|
mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecContext
|
2013-11-29 17:36:43 +01:00 |
|
Anton Khirnov
|
58c120a929
|
mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContext
|
2013-11-29 17:36:28 +01:00 |
|
Anton Khirnov
|
6e81597d5a
|
mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContext
|
2013-11-29 17:36:05 +01:00 |
|
Anton Khirnov
|
3b1c0f686d
|
mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContext
|
2013-11-29 17:35:13 +01:00 |
|
Anton Khirnov
|
b1aacd5668
|
mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContext
|
2013-11-29 14:19:48 +01:00 |
|
Anton Khirnov
|
0388907400
|
mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecContext
|
2013-11-29 14:19:48 +01:00 |
|
Anton Khirnov
|
43af264de8
|
mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncContext to Mpeg4DecContext
|
2013-11-29 14:19:48 +01:00 |
|
Anton Khirnov
|
e2ceb17642
|
mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpeg4videodec
|
2013-11-29 14:19:47 +01:00 |
|
Anton Khirnov
|
48e1394095
|
mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.
|
2013-11-29 14:19:47 +01:00 |
|
Anton Khirnov
|
bc5abfb19e
|
mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext
|
2013-11-29 14:19:47 +01:00 |
|
Anton Khirnov
|
1a89025793
|
mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContext
|
2013-11-29 14:19:47 +01:00 |
|
Anton Khirnov
|
e62a43f6b1
|
mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContext
The field remains in MpegEncContext for use in the encoder.
|
2013-11-29 14:19:47 +01:00 |
|
Anton Khirnov
|
ee8af2dd99
|
mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
|
2013-11-29 14:19:47 +01:00 |
|
Anton Khirnov
|
35e0833d41
|
mpeg4videodec: add a mpeg4-specific private context.
|
2013-11-29 14:19:47 +01:00 |
|
Vittorio Giovara
|
dc6ea00cd2
|
mpeg4video: K&R formatting cosmetics
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2013-11-01 22:53:48 +01:00 |
|
Diego Biurrun
|
c591d4575a
|
avcodec: Replace local extern declarations for tables with header #includes
|
2013-08-15 14:38:03 +02:00 |
|
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>
|
2013-01-22 18:32:56 -08:00 |
|
Martin Storsjö
|
6f13a371ec
|
mpeg4: Add ff_ prefixes to nonstatic symbols
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2012-02-15 22:06:52 +02:00 |
|
Diego Biurrun
|
58c42af722
|
doxygen: misc consistency, spelling and wording fixes
|
2011-12-12 23:06:23 +01:00 |
|
Dustin Brody
|
5b22d6e132
|
lavc: convert error_recognition to err_recognition.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
2011-12-12 19:42:50 +01:00 |
|
Diego Biurrun
|
153382e1b6
|
multiple inclusion guard cleanup
Add missing multiple inclusion guards; clean up #endif comments;
add missing library prefixes; keep guard names consistent.
|
2011-05-21 13:48:10 +02:00 |
|
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
2011-03-19 13:33:20 +00:00 |
|
Diego Elio Pettenò
|
84ae8936f6
|
Make inter_rvlc and intra_rvlc static tables.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
2011-02-06 09:53:33 -05:00 |
|
Måns Rullgård
|
9c9a0840d0
|
Add lots of missing includes
Originally committed as revision 22337 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-03-08 18:43:52 +00:00 |
|
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
|
2010-01-09 17:22:37 +00:00 |
|
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
|
2010-01-08 19:59:51 +00:00 |
|
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
|
2010-01-08 17:41:14 +00:00 |
|
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
|
2010-01-08 17:28:43 +00:00 |
|
Michael Niedermayer
|
28fbbee15f
|
Remove useless line.
Originally committed as revision 21092 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-01-08 16:26:44 +00:00 |
|
Michael Niedermayer
|
ca334dd14b
|
Split the mpeg4 encoder and decoder off h263.c
Originally committed as revision 21079 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-01-07 23:53:49 +00:00 |
|