Sat, 04 Aug 2007 11:01:11 +0000 |
michael |
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.
libavcodec
|
Thu, 02 Aug 2007 20:49:42 +0000 |
michael |
output last frame if seq end code is encountered
libavcodec
|
Thu, 02 Aug 2007 01:28:37 +0000 |
michael |
simplify s->mv_dir init
libavcodec
|
Wed, 01 Aug 2007 22:12:52 +0000 |
michael |
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
libavcodec
|
Wed, 01 Aug 2007 21:17:26 +0000 |
michael |
exchange if() and for() in the MT_FIELD case
libavcodec
|
Wed, 01 Aug 2007 21:05:58 +0000 |
michael |
exchange for() and if() order in the MT_FRAME case
libavcodec
|
Wed, 01 Aug 2007 20:37:41 +0000 |
michael |
change
libavcodec
|
Wed, 01 Aug 2007 20:04:12 +0000 |
michael |
merge another 2 if() to save a few cpu cycles
libavcodec
|
Wed, 01 Aug 2007 19:37:28 +0000 |
michael |
reorder if() so that the condition can be simplified
libavcodec
|
Wed, 01 Aug 2007 19:26:24 +0000 |
michael |
merge/simplify 2 if()
libavcodec
|
Wed, 01 Aug 2007 19:17:36 +0000 |
michael |
merge 2 if()
libavcodec
|
Tue, 31 Jul 2007 21:39:09 +0000 |
michael |
move some code which was executed for every skipped MB so it is only executed
libavcodec
|
Tue, 31 Jul 2007 21:00:17 +0000 |
michael |
get rid of a useless variable
libavcodec
|
Tue, 31 Jul 2007 20:52:49 +0000 |
michael |
avoid 2 additions (1 cpu cycle) per MB
libavcodec
|
Tue, 31 Jul 2007 20:44:48 +0000 |
michael |
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it
libavcodec
|
Thu, 05 Jul 2007 09:21:55 +0000 |
aurel |
add proper ff_ prefix to new extern symbols
libavcodec
|
Thu, 05 Jul 2007 09:08:28 +0000 |
aurel |
split mpeg12 encoder out of mpeg12.c
libavcodec
|
Fri, 22 Jun 2007 17:18:58 +0000 |
michael |
get rid of one unneeded #ifdef HAVE_XVMC
libavcodec
|
Tue, 12 Jun 2007 18:50:50 +0000 |
diego |
misc typo fixes
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Sat, 19 May 2007 00:44:41 +0000 |
aurel |
move imx_dump_header bitstream filter in its own file
libavcodec
|
Sat, 12 May 2007 23:33:53 +0000 |
aurel |
allow to enable or disable every bitstream filters individually
libavcodec
|
Mon, 07 May 2007 00:47:03 +0000 |
aurel |
make some parser parameters const to avoid casting const to non-const
libavcodec
|
Sat, 05 May 2007 18:25:02 +0000 |
aurel |
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
libavcodec
|
Sat, 05 May 2007 18:18:51 +0000 |
aurel |
move mpegvideo_parser in it's own file
libavcodec
|
Wed, 02 May 2007 08:18:28 +0000 |
benoit |
make mpeg decoder handle mid-stream changes in resolution
libavcodec
|
Sat, 07 Apr 2007 14:09:20 +0000 |
diego |
typos/grammar
libavcodec
|
Wed, 14 Mar 2007 13:20:29 +0000 |
michael |
10l to whoever wrote this
libavcodec
|
Wed, 14 Mar 2007 13:19:19 +0000 |
michael |
kill av_mallocz_static() calls in init_rl()
libavcodec
|
Tue, 13 Mar 2007 22:47:05 +0000 |
michael |
dont malloc() static mv_penalty arrays
libavcodec
|