Falk Hüffner [Thu, 4 Jul 2002 01:47:32 +0000 (01:47 +0000)]
* Detect "retrict" keyword
* Use "restrict" in some dsputil routines (yields large speedup)
Originally committed as revision 716 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Wed, 3 Jul 2002 23:30:32 +0000 (23:30 +0000)]
Make dct_unquantize_h263 work on systems without MVI extension.
Originally committed as revision 715 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Wed, 3 Jul 2002 03:01:06 +0000 (03:01 +0000)]
Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård
for some improvements.
Originally committed as revision 714 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Wed, 3 Jul 2002 01:09:44 +0000 (01:09 +0000)]
Use updated motion compensation routines.
Originally committed as revision 713 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Tue, 2 Jul 2002 02:22:46 +0000 (02:22 +0000)]
Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to
be a noticeable win (at least for me :)
Originally committed as revision 712 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Mon, 1 Jul 2002 23:47:01 +0000 (23:47 +0000)]
Assembly version of put_pixels. This is currently the function that
takes the most time, and it allows for more efficient unaligned access
and better control over memory latencies.
Originally committed as revision 711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Mon, 1 Jul 2002 23:02:36 +0000 (23:02 +0000)]
Add profiling support.
Originally committed as revision 710 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Mon, 1 Jul 2002 04:26:07 +0000 (04:26 +0000)]
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This
allows better scheduling of the memory accesses, and is portable among
all compilers.
Originally committed as revision 709 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 30 Jun 2002 20:34:54 +0000 (20:34 +0000)]
using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)
Originally committed as revision 6617 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sun, 30 Jun 2002 20:32:42 +0000 (20:32 +0000)]
last line messed up in Y800 bugfix
Originally committed as revision 6616 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sun, 30 Jun 2002 19:04:02 +0000 (19:04 +0000)]
fixing rgb24tobgr32
Originally committed as revision 6615 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sat, 29 Jun 2002 21:43:28 +0000 (21:43 +0000)]
fixing memory overwrite bugs in the new converters
Originally committed as revision 6609 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sat, 29 Jun 2002 21:35:48 +0000 (21:35 +0000)]
test new converter stuff too
Originally committed as revision 6608 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sat, 29 Jun 2002 21:26:15 +0000 (21:26 +0000)]
merging changes from mplayerxp (rgb2rgb*.{c,h} only)
Originally committed as revision 6607 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sat, 29 Jun 2002 20:50:11 +0000 (20:50 +0000)]
fixing memory overwrite bugs again ...
Originally committed as revision 6606 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sat, 29 Jun 2002 15:01:23 +0000 (15:01 +0000)]
colorspace converter tests (memory corruption tests at different width/src/dst)
quite impressive results only 1 of the 13 rgb->rgb converters fails for the c versions
... sadly only 1 of the mmx converters passes though :( ... i feared allready that last mplayerxp merge reversed the bugfixes :((((
Originally committed as revision 6604 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Thu, 27 Jun 2002 23:48:53 +0000 (23:48 +0000)]
yvu9 -> yv12 unscaled converter with linear chroma scaling
Originally committed as revision 6583 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Thu, 27 Jun 2002 19:17:25 +0000 (19:17 +0000)]
-sws 6 (luma bicubic & chroma bilinear)
Originally committed as revision 6581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Thu, 27 Jun 2002 18:00:47 +0000 (18:00 +0000)]
use unified yuv2rgb init
{RGB,BGR}{1,4,8,15,16,24,32} output supported
Originally committed as revision 6579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Thu, 27 Jun 2002 17:40:51 +0000 (17:40 +0000)]
fixing scaling/contrast for 1/4/8 bpp
exporting yuv2rgb_c_init() as the swscaler will use it (avoids code duplication)
Originally committed as revision 6578 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Zdenek Kabelac [Thu, 27 Jun 2002 13:21:16 +0000 (13:21 +0000)]
* turned into debug message - it's annoying when watching mjpeg files
Originally committed as revision 707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 25 Jun 2002 10:15:42 +0000 (10:15 +0000)]
init dc_scale tables to defaults (fixes mjpeg sig11)
Originally committed as revision 706 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Mon, 24 Jun 2002 22:22:39 +0000 (22:22 +0000)]
Ugly hack to make the assembler accept MVI instructions.
Originally committed as revision 705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Mon, 24 Jun 2002 22:21:30 +0000 (22:21 +0000)]
* Fixed constraints
* Support ccc
* Support gcc 3.2 builtins
Originally committed as revision 704 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Mon, 24 Jun 2002 21:17:22 +0000 (21:17 +0000)]
Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more
code duplication, I'm currently working on the put/add variants, but I
did not get them to be as fast as the old method yet...
Originally committed as revision 703 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 24 Jun 2002 20:05:53 +0000 (20:05 +0000)]
killing globals
Originally committed as revision 6555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Mon, 24 Jun 2002 15:02:52 +0000 (15:02 +0000)]
4mv bugfix
Originally committed as revision 702 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 24 Jun 2002 00:56:27 +0000 (00:56 +0000)]
10l
Originally committed as revision 6542 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Mon, 24 Jun 2002 00:18:29 +0000 (00:18 +0000)]
100l (non mmx versions didnt compile)
some cleanup
Originally committed as revision 6541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Arpi [Sun, 23 Jun 2002 19:30:35 +0000 (19:30 +0000)]
IF09 is alias for YVU9 (actually it has extra 4th plane containing MC change
flags, but it doesn't matter for now) - IF09 is supported by win32 Indeo codecs
and by some others too
Originally committed as revision 6536 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sun, 23 Jun 2002 18:51:43 +0000 (18:51 +0000)]
yvu9 support (other planar yuv formats with other chroma subsamplings should be trivial to add, if they had a IMGFMT)
disabled broken (=new) converters (they cause random sig11)
various bugfixes
Originally committed as revision 6533 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sun, 23 Jun 2002 11:01:25 +0000 (11:01 +0000)]
cleanup
Originally committed as revision 6521 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sun, 23 Jun 2002 10:36:18 +0000 (10:36 +0000)]
selftest support
bugfixes
Originally committed as revision 6518 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sat, 22 Jun 2002 23:08:37 +0000 (23:08 +0000)]
more mpeg4 fourcc's
Originally committed as revision 701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 22 Jun 2002 20:37:30 +0000 (20:37 +0000)]
cleanup & grayscale support
Originally committed as revision 6504 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sat, 22 Jun 2002 15:52:25 +0000 (15:52 +0000)]
fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3
Originally committed as revision 700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Arpi [Sat, 22 Jun 2002 08:49:45 +0000 (08:49 +0000)]
sync with mplayer xp
- partial yvu9 support (copy only)
- rgb 15/16 -> 24/32 converters
- int->unsigned changes
Originally committed as revision 6493 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Alex Beregszaszi [Fri, 21 Jun 2002 17:37:00 +0000 (17:37 +0000)]
pre-yvu9toyv12 converter, only grayscale Y-plane coping :)
Originally committed as revision 6485 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Fabrice Bellard [Tue, 18 Jun 2002 19:25:38 +0000 (19:25 +0000)]
fixed VOB parsing bug
Originally committed as revision 699 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 18 Jun 2002 09:12:54 +0000 (09:12 +0000)]
wmv1
Originally committed as revision 698 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 18 Jun 2002 00:50:20 +0000 (00:50 +0000)]
wmv1 support
Originally committed as revision 697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 18 Jun 2002 00:49:00 +0000 (00:49 +0000)]
wmv1 support
dc scale optimisation
better ac table selection for msmpeg4
Originally committed as revision 696 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 18 Jun 2002 00:46:02 +0000 (00:46 +0000)]
dc scale simplification/optimization
Originally committed as revision 695 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 17 Jun 2002 17:12:22 +0000 (17:12 +0000)]
10l
Originally committed as revision 6459 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Mon, 17 Jun 2002 12:40:40 +0000 (12:40 +0000)]
1bpp support
Originally committed as revision 6457 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Fabrice Bellard [Mon, 17 Jun 2002 08:29:03 +0000 (08:29 +0000)]
use #ifdef
Originally committed as revision 694 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Mon, 17 Jun 2002 03:10:37 +0000 (03:10 +0000)]
Change ticker_tick to use ticker_abs as we want the absolute number
of ticks. In particular we want an INT64 return.
Originally committed as revision 693 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Mon, 17 Jun 2002 03:08:29 +0000 (03:08 +0000)]
Add ticker_abs function that returns the number of ticks to get the
supplied frame (or sample) number. This is not the same as ticker_tick
Originally committed as revision 692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 17 Jun 2002 01:48:31 +0000 (01:48 +0000)]
8bpp bugfixes (brightness, contrast ...)
4bpp
Originally committed as revision 6454 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sun, 16 Jun 2002 21:24:57 +0000 (21:24 +0000)]
ordered dither for 8bpp
Originally committed as revision 6453 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sun, 16 Jun 2002 20:25:50 +0000 (20:25 +0000)]
8bpp support (no dithering yet, use -vop noise for now)
Originally committed as revision 6452 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Philip Gladstone [Fri, 14 Jun 2002 03:38:00 +0000 (03:38 +0000)]
Change the way that the ?date= stuff is parsed. It now takes a time (with optional date)
in local time rather than GMT. Note that you are advised to use the date as well as the time
as the time is relative to the current day (which is not much use if the time is in the
future). The date format parsing is pretty strict still:
YYYY-MM-DDTHH:MM:SS is a format that works. The T is a literal non-digit character. I wouldn't
use a space. The :SS can be omitted. The number of digits *must* be four in the Year.
Originally committed as revision 691 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 13 Jun 2002 23:36:30 +0000 (23:36 +0000)]
reverted to inttypes.h since it gives problems on some unixes
Originally committed as revision 690 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 11 Jun 2002 13:45:17 +0000 (13:45 +0000)]
moved code to mem.c and allcodecs.c
Originally committed as revision 689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 11 Jun 2002 13:44:14 +0000 (13:44 +0000)]
fixed one mpeg decoder memory leak
Originally committed as revision 688 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 11 Jun 2002 13:43:27 +0000 (13:43 +0000)]
move unaligned access macros to dsputil.h - added unaligned 32 bit store
Originally committed as revision 687 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 11 Jun 2002 13:42:18 +0000 (13:42 +0000)]
memory functions are exported
Originally committed as revision 686 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 11 Jun 2002 13:41:41 +0000 (13:41 +0000)]
put codec registering in another file so that the user can install the codecs he wants
Originally committed as revision 685 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 11 Jun 2002 13:41:01 +0000 (13:41 +0000)]
put memory functions in a separate file so that the user can redefinite them without modifying the library
Originally committed as revision 684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 11 Jun 2002 13:39:47 +0000 (13:39 +0000)]
added installlib target to install static libraries and includes
Originally committed as revision 683 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 11 Jun 2002 13:38:54 +0000 (13:38 +0000)]
do not export internal functions - use stdint.h
Originally committed as revision 682 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 11 Jun 2002 13:23:09 +0000 (13:23 +0000)]
optimized ticker_tick() if num is big - please test it (should reduce CPU usage - this code is temporary before new PTS handling scheme)
Originally committed as revision 681 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Mon, 10 Jun 2002 02:44:36 +0000 (02:44 +0000)]
* Add code to restart ffmpeg if it crashes
* Add code to monitor the actual datarates on the http connections
* Fix problem when ffmpeg uses more than 24 hours of CPU (display only problem)
Originally committed as revision 680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 9 Jun 2002 14:04:36 +0000 (14:04 +0000)]
grayscale only encoding
Originally committed as revision 679 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 9 Jun 2002 13:43:53 +0000 (13:43 +0000)]
passing avctx->flags so that grayscale only decoding works with mpeg1/2 too
Originally committed as revision 678 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 9 Jun 2002 13:35:56 +0000 (13:35 +0000)]
grayscale only decoding
Originally committed as revision 677 to svn://svn.ffmpeg.org/ffmpeg/trunk
Felix Bünemann [Fri, 7 Jun 2002 22:01:03 +0000 (22:01 +0000)]
in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>"
this binary char corrupts the makefile and should be removed.
patch by Felix Buenemann <atmosfear@users.sourceforge.net>
Originally committed as revision 676 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 6 Jun 2002 14:31:18 +0000 (14:31 +0000)]
fixed multiple allocation bug
Originally committed as revision 675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 6 Jun 2002 14:25:44 +0000 (14:25 +0000)]
fixed case where abs_level > MAX_LEVEL
Originally committed as revision 674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 5 Jun 2002 23:43:56 +0000 (23:43 +0000)]
optimizing MPV_decode_mb
Originally committed as revision 673 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 5 Jun 2002 18:48:07 +0000 (18:48 +0000)]
added ff_idct_put/add
Originally committed as revision 672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 5 Jun 2002 18:46:25 +0000 (18:46 +0000)]
added inlined put/add functions
Originally committed as revision 671 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 5 Jun 2002 18:36:03 +0000 (18:36 +0000)]
use ff_idct_put/add()
Originally committed as revision 670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 5 Jun 2002 18:35:28 +0000 (18:35 +0000)]
use ff_idct_put()
Originally committed as revision 669 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 5 Jun 2002 18:14:21 +0000 (18:14 +0000)]
use a local dir for tests
Originally committed as revision 668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 5 Jun 2002 14:25:06 +0000 (14:25 +0000)]
removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs
Originally committed as revision 667 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Wed, 5 Jun 2002 02:21:10 +0000 (02:21 +0000)]
* Get the buffer size right now we have the buffer inside the FFStream block
Originally committed as revision 666 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Wed, 5 Jun 2002 02:19:45 +0000 (02:19 +0000)]
Add the copyright/comment/author/title keywords
Originally committed as revision 665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Wed, 5 Jun 2002 02:18:17 +0000 (02:18 +0000)]
* Add the comment block if any of the comment fields are present.
* Eliminate compiler warning
* Add the codec name if we have it
Originally committed as revision 664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Wed, 5 Jun 2002 02:17:06 +0000 (02:17 +0000)]
* Give the max stream time configuration item a chance of working
* Add parameters to set author/comment/copyright/title to streamed asf
* Format the stats output a little bit better.
Originally committed as revision 663 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Tue, 4 Jun 2002 20:40:53 +0000 (20:40 +0000)]
Remove some calls to av_free that tured out to be duplicate. This improves
the behaviour of ffserver streaming asf files from disk.
Originally committed as revision 662 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 4 Jun 2002 18:35:31 +0000 (18:35 +0000)]
run1 can be <0 bugfix (found by fabrice)
Originally committed as revision 661 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 4 Jun 2002 12:58:40 +0000 (12:58 +0000)]
avoid name clash with libjpeg - added missing externs
Originally committed as revision 660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 4 Jun 2002 12:56:04 +0000 (12:56 +0000)]
added missing externs (we were lucky that commons are used)
Originally committed as revision 659 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 4 Jun 2002 12:53:11 +0000 (12:53 +0000)]
added missing externs
Originally committed as revision 658 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Mon, 3 Jun 2002 17:35:35 +0000 (17:35 +0000)]
* reimplemented remaing avg_ pixel functions
* modified PAVGB mmx macro to select mmx register with FE constant
Originally committed as revision 657 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Mon, 3 Jun 2002 17:31:46 +0000 (17:31 +0000)]
* implemented remaing avg_ pixel functions (these are not used offen)
Originally committed as revision 656 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Mon, 3 Jun 2002 14:44:37 +0000 (14:44 +0000)]
Revert previous bogus warning fix.
Originally committed as revision 655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Mon, 3 Jun 2002 11:16:11 +0000 (11:16 +0000)]
Minor warning cleanup.
Originally committed as revision 654 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Mon, 3 Jun 2002 07:58:35 +0000 (07:58 +0000)]
use qstride instead of fixed constants
Originally committed as revision 653 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Mon, 3 Jun 2002 07:01:42 +0000 (07:01 +0000)]
new field for communicating with external postprocessing
Originally committed as revision 652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 2 Jun 2002 22:08:04 +0000 (22:08 +0000)]
100l divx501+ seeking bugfix
Originally committed as revision 651 to svn://svn.ffmpeg.org/ffmpeg/trunk
Felix Bünemann [Sun, 2 Jun 2002 16:06:41 +0000 (16:06 +0000)]
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>)
Originally committed as revision 650 to svn://svn.ffmpeg.org/ffmpeg/trunk
D Richard Felker III [Sun, 2 Jun 2002 15:49:21 +0000 (15:49 +0000)]
10l found&patch by D Richard Felker III <dalias at aerifal.cx>
Originally committed as revision 649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 2 Jun 2002 15:31:30 +0000 (15:31 +0000)]
typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)
Originally committed as revision 648 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 2 Jun 2002 13:31:48 +0000 (13:31 +0000)]
divx5 bug workaround
Originally committed as revision 647 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 2 Jun 2002 12:25:54 +0000 (12:25 +0000)]
single coefficient elimination
error concealment / error resilience
b_quant_offset (unfinished, should be 0 for now)
Originally committed as revision 646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 2 Jun 2002 12:24:26 +0000 (12:24 +0000)]
b_quant_offset (unfinished, should be 0 for now)
Originally committed as revision 645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 2 Jun 2002 12:23:22 +0000 (12:23 +0000)]
data partitioning
Originally committed as revision 644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 2 Jun 2002 12:22:30 +0000 (12:22 +0000)]
msmpeg4v1 decoding
Originally committed as revision 643 to svn://svn.ffmpeg.org/ffmpeg/trunk