]> git.sesse.net Git - ffmpeg/log
ffmpeg
21 years agofixing mem corruption
Michael Niedermayer [Fri, 4 Apr 2003 13:36:07 +0000 (13:36 +0000)]
fixing mem corruption

Originally committed as revision 1729 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoRTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>)
Andriy Rysin [Fri, 4 Apr 2003 13:29:58 +0000 (13:29 +0000)]
RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>)

Originally committed as revision 1728 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing typo in some outcommentet code
Michael Niedermayer [Wed, 2 Apr 2003 18:01:42 +0000 (18:01 +0000)]
fixing typo in some outcommentet code

Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agooptionally optimize for size (libavcodec.a is >30% smaller), no i didnt test the...
Michael Niedermayer [Wed, 2 Apr 2003 16:06:17 +0000 (16:06 +0000)]
optionally optimize for size (libavcodec.a is >30% smaller), no i didnt test the speed ...

Originally committed as revision 1726 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l
Michael Niedermayer [Wed, 2 Apr 2003 10:18:29 +0000 (10:18 +0000)]
10l

Originally committed as revision 1725 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomsmpeg4 2pass support & some related cleanup
Michael Niedermayer [Wed, 2 Apr 2003 09:57:34 +0000 (09:57 +0000)]
msmpeg4 2pass support & some related cleanup

Originally committed as revision 1724 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing msmpeg4v2 encoding
Michael Niedermayer [Tue, 1 Apr 2003 15:38:01 +0000 (15:38 +0000)]
fixing msmpeg4v2 encoding

Originally committed as revision 1723 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosome static -> dynamic alloc & 16->8 bit
Michael Niedermayer [Mon, 31 Mar 2003 11:13:14 +0000 (11:13 +0000)]
some static -> dynamic alloc & 16->8 bit

Originally committed as revision 1722 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Sascha Sommer [Mon, 31 Mar 2003 01:49:18 +0000 (01:49 +0000)]
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)

Originally committed as revision 1721 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agompeg1 slice encoding support
Michael Niedermayer [Sun, 30 Mar 2003 19:26:01 +0000 (19:26 +0000)]
mpeg1 slice encoding support

Originally committed as revision 1720 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosimplify slice encoding (variance of packet size is practically identical)
Michael Niedermayer [Sun, 30 Mar 2003 16:22:08 +0000 (16:22 +0000)]
simplify slice encoding (variance of packet size is practically identical)

Originally committed as revision 1719 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodisabling ac3 decoding regression test (its different between different compilers...
Michael Niedermayer [Sun, 30 Mar 2003 12:24:46 +0000 (12:24 +0000)]
disabling ac3 decoding regression test (its different between different compilers/platforms due to float use)

Originally committed as revision 1718 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodon't use proxy and suppress verbose output patch by (Roumen Petrov <help at roumenpe...
Roumen Petrov [Sun, 30 Mar 2003 11:54:24 +0000 (11:54 +0000)]
don't use proxy and suppress verbose output patch by (Roumen Petrov <help at roumenpetrov dot info>)

Originally committed as revision 1717 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofaster C linear blend & interpolate deinterlacers
Michael Niedermayer [Sat, 29 Mar 2003 14:06:24 +0000 (14:06 +0000)]
faster C linear blend & interpolate deinterlacers

Originally committed as revision 1716 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing cliping of c deinterlacers
Michael Niedermayer [Sat, 29 Mar 2003 13:31:12 +0000 (13:31 +0000)]
fixing cliping of c deinterlacers
5 tap lowpass deinterlacer

Originally committed as revision 1715 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoAVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
Roman Shaposhnik [Fri, 28 Mar 2003 14:05:55 +0000 (14:05 +0000)]
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)

Originally committed as revision 1714 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l
Michael Niedermayer [Thu, 27 Mar 2003 16:16:58 +0000 (16:16 +0000)]
10l

Originally committed as revision 9699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

21 years ago10000l (YUV vs. YVU swscale fix/cleanup)
Michael Niedermayer [Thu, 27 Mar 2003 16:04:53 +0000 (16:04 +0000)]
10000l (YUV vs. YVU swscale fix/cleanup)

Originally committed as revision 9698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

21 years agothe media node now won't connect itself to the default audio input with -ad wait:
François Revol [Thu, 27 Mar 2003 15:08:16 +0000 (15:08 +0000)]
the media node now won't connect itself to the default audio input with -ad wait:
(allows redirecting another node to it)

Originally committed as revision 1713 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoexperimental BeOS audio input support. (needs unreleased library)
François Revol [Thu, 27 Mar 2003 14:44:30 +0000 (14:44 +0000)]
experimental BeOS audio input support. (needs unreleased library)

Originally committed as revision 1712 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agocleanup; unused pipe() stuff removed.
François Revol [Thu, 27 Mar 2003 13:37:47 +0000 (13:37 +0000)]
cleanup; unused pipe() stuff removed.

Originally committed as revision 1711 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoI420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)
Sebastien Bechet [Wed, 26 Mar 2003 23:25:18 +0000 (23:25 +0000)]
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)

Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agotest ffserver even if ffmpeg regresion test fails
Michael Niedermayer [Wed, 26 Mar 2003 23:19:50 +0000 (23:19 +0000)]
test ffserver even if ffmpeg regresion test fails

Originally committed as revision 1709 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodebug stuff only for DEBUG :)
François Revol [Wed, 26 Mar 2003 16:46:20 +0000 (16:46 +0000)]
debug stuff only for DEBUG :)

Originally committed as revision 1708 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofaster hadamard transform
Michael Niedermayer [Wed, 26 Mar 2003 11:29:45 +0000 (11:29 +0000)]
faster hadamard transform

Originally committed as revision 1707 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l
Michael Niedermayer [Wed, 26 Mar 2003 10:39:34 +0000 (10:39 +0000)]
10l

Originally committed as revision 1706 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoallways test ffserver too by default
Michael Niedermayer [Wed, 26 Mar 2003 10:37:05 +0000 (10:37 +0000)]
allways test ffserver too by default
update ffserver regression checksums (this has been forgotten several times in the past, lets hope no bugs where introduced during that lazyness...)

Originally committed as revision 1705 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot...
Mark Hills [Wed, 26 Mar 2003 10:30:08 +0000 (10:30 +0000)]
ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>)

Originally committed as revision 1704 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoOpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)
Roman Shaposhnik [Wed, 26 Mar 2003 09:28:52 +0000 (09:28 +0000)]
OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)

Originally committed as revision 1703 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agobinary compatibility fix (workaround for r.147, r.148)
Nick Kurshev [Mon, 24 Mar 2003 08:52:32 +0000 (08:52 +0000)]
binary compatibility fix (workaround for r.147, r.148)

Originally committed as revision 1702 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agouser setable quantizer bias
Michael Niedermayer [Sat, 22 Mar 2003 12:09:02 +0000 (12:09 +0000)]
user setable quantizer bias

Originally committed as revision 1701 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agobinary compatibility fix
Michael Niedermayer [Sat, 22 Mar 2003 07:59:36 +0000 (07:59 +0000)]
binary compatibility fix

Originally committed as revision 1700 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l
Michael Niedermayer [Sat, 22 Mar 2003 00:00:53 +0000 (00:00 +0000)]
10l

Originally committed as revision 1699 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agobitstream tracing support
Michael Niedermayer [Fri, 21 Mar 2003 23:13:35 +0000 (23:13 +0000)]
bitstream tracing support

Originally committed as revision 1698 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van...
Leon van Stuivenberg [Fri, 21 Mar 2003 22:50:54 +0000 (22:50 +0000)]
 new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>)

Originally committed as revision 1697 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l
Michael Niedermayer [Thu, 20 Mar 2003 21:32:43 +0000 (21:32 +0000)]
10l

Originally committed as revision 1696 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agobetter non conformant divx packed bitstream detection, so unpacked (no b frames)...
Michael Niedermayer [Thu, 20 Mar 2003 17:52:30 +0000 (17:52 +0000)]
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read

Originally committed as revision 1695 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoMacOS X stack overflow? patch by (Sylvain Corré <sylvain dot corre at wanadoo.fr>)
Sylvain Corré [Thu, 20 Mar 2003 01:32:17 +0000 (01:32 +0000)]
MacOS X stack overflow? patch by (Sylvain Corré <sylvain dot corre at wanadoo.fr>)

Originally committed as revision 1694 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodb video chunk in avi files support (idea by Dmitry Poplavsky <dima at thekompany...
Michael Niedermayer [Thu, 20 Mar 2003 01:04:33 +0000 (01:04 +0000)]
db video chunk in avi files support (idea by Dmitry Poplavsky <dima at thekompany dot com>)

Originally committed as revision 1693 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoerror resilience cleanup (its faster too...)
Michael Niedermayer [Thu, 20 Mar 2003 01:00:57 +0000 (01:00 +0000)]
error resilience cleanup (its faster too...)

Originally committed as revision 1692 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoclear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs...
Leon van Stuivenberg [Tue, 18 Mar 2003 20:08:57 +0000 (20:08 +0000)]
clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>)

Originally committed as revision 1691 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomerging a small amount of the changes from BroadQ, the rest is either not clean ...
Michael Niedermayer [Tue, 18 Mar 2003 17:22:23 +0000 (17:22 +0000)]
merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later)

Originally committed as revision 1690 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoqmin/qmax cleanup
Michael Niedermayer [Mon, 17 Mar 2003 11:02:33 +0000 (11:02 +0000)]
qmin/qmax cleanup

Originally committed as revision 1689 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l
Michael Niedermayer [Mon, 17 Mar 2003 09:53:39 +0000 (09:53 +0000)]
10l

Originally committed as revision 1688 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agorawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)
Fred Rothganger [Sun, 16 Mar 2003 21:03:20 +0000 (21:03 +0000)]
rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)

Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofield pic decoding cleanup
Michael Niedermayer [Sun, 16 Mar 2003 20:22:22 +0000 (20:22 +0000)]
field pic decoding cleanup

Originally committed as revision 1686 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agocleaner & more flexible edge bug workaround
Michael Niedermayer [Sat, 15 Mar 2003 20:47:09 +0000 (20:47 +0000)]
cleaner & more flexible edge bug workaround

Originally committed as revision 1685 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agohalfpel MC doxy
Michael Niedermayer [Sat, 15 Mar 2003 02:06:09 +0000 (02:06 +0000)]
halfpel MC doxy

Originally committed as revision 1684 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l
Alex Beregszaszi [Fri, 14 Mar 2003 11:21:19 +0000 (11:21 +0000)]
10l

Originally committed as revision 1683 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* fixing cut&paste bug
Zdenek Kabelac [Fri, 14 Mar 2003 07:24:25 +0000 (07:24 +0000)]
* fixing cut&paste bug

Originally committed as revision 1682 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* don't rebuild ffmpeg when libs were not modified
Zdenek Kabelac [Thu, 13 Mar 2003 15:36:53 +0000 (15:36 +0000)]
* don't rebuild ffmpeg when libs were not modified

Originally committed as revision 1681 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofix build issue with --enable-shared & --enable-vorbis
François Revol [Thu, 13 Mar 2003 15:05:54 +0000 (15:05 +0000)]
fix build issue with --enable-shared & --enable-vorbis
(should be reverted if ilbavformat ever gets really built as a shared lib)

Originally committed as revision 1680 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agooops
Michael Niedermayer [Wed, 12 Mar 2003 23:12:23 +0000 (23:12 +0000)]
oops

Originally committed as revision 1679 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agorvlc decoding support
Michael Niedermayer [Wed, 12 Mar 2003 23:09:18 +0000 (23:09 +0000)]
rvlc decoding support

Originally committed as revision 1678 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago/me should really learn doxygen :)
François Revol [Wed, 12 Mar 2003 21:57:24 +0000 (21:57 +0000)]
/me should really learn doxygen :)

Originally committed as revision 1677 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomore fix for make -j x
François Revol [Wed, 12 Mar 2003 21:48:26 +0000 (21:48 +0000)]
more fix for make -j x

Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* added more options
Zdenek Kabelac [Wed, 12 Mar 2003 19:49:58 +0000 (19:49 +0000)]
* added more options

Originally committed as revision 1675 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* cosmetic doc fix
Zdenek Kabelac [Wed, 12 Mar 2003 19:48:46 +0000 (19:48 +0000)]
* cosmetic doc fix

Originally committed as revision 1674 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* update
Zdenek Kabelac [Wed, 12 Mar 2003 18:58:04 +0000 (18:58 +0000)]
* update

Originally committed as revision 1673 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* moved os_support.h into libavcodec
Zdenek Kabelac [Wed, 12 Mar 2003 18:57:33 +0000 (18:57 +0000)]
* moved os_support.h into libavcodec
* added few more functions for os2

Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosorry forgot
Michael Niedermayer [Wed, 12 Mar 2003 18:45:50 +0000 (18:45 +0000)]
sorry forgot

Originally committed as revision 1671 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* quick fix to support make -j x
Zdenek Kabelac [Wed, 12 Mar 2003 18:38:18 +0000 (18:38 +0000)]
* quick fix to support make -j x

Originally committed as revision 1670 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoCleaner support for usleep() (with the correct header :)
François Revol [Wed, 12 Mar 2003 17:15:42 +0000 (17:15 +0000)]
Cleaner support for usleep() (with the correct header :)

Originally committed as revision 1669 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoCleaner support for usleep()
François Revol [Wed, 12 Mar 2003 17:14:28 +0000 (17:14 +0000)]
Cleaner support for usleep()

Originally committed as revision 1668 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago100l
Michael Niedermayer [Wed, 12 Mar 2003 15:23:07 +0000 (15:23 +0000)]
100l

Originally committed as revision 1667 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoper context frame_rate_base, this should finally fix frame_rate related av sync issues
Michael Niedermayer [Wed, 12 Mar 2003 15:16:19 +0000 (15:16 +0000)]
per context frame_rate_base, this should finally fix frame_rate related av sync issues

Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomaking configure a shell script not a bash one patch by (Roman Shaposhnick <rvs at...
Roman Shaposhnik [Wed, 12 Mar 2003 01:42:16 +0000 (01:42 +0000)]
making configure a shell script not a bash one patch by (Roman Shaposhnick <rvs at sun dot com>)

Originally committed as revision 1665 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agocorrect AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)
Roman Shaposhnik [Wed, 12 Mar 2003 01:35:47 +0000 (01:35 +0000)]
correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)

Originally committed as revision 1664 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agorestoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot...
Slavik Gnatenko [Tue, 11 Mar 2003 12:09:13 +0000 (12:09 +0000)]
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)

Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing parsing of opendml avis
Michael Niedermayer [Tue, 11 Mar 2003 02:03:40 +0000 (02:03 +0000)]
fixing parsing of opendml avis

Originally committed as revision 1662 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* 'externaly' visible option list begins avoptions_ prefix
Zdenek Kabelac [Mon, 10 Mar 2003 11:48:33 +0000 (11:48 +0000)]
* 'externaly' visible option list begins avoptions_ prefix
* fixed FLAG AVOption

Originally committed as revision 1661 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoeven more fixes
Michael Niedermayer [Mon, 10 Mar 2003 11:24:10 +0000 (11:24 +0000)]
even more fixes

Originally committed as revision 1660 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* oooooops - sorry for this one - wrong logic
Zdenek Kabelac [Mon, 10 Mar 2003 11:22:30 +0000 (11:22 +0000)]
* oooooops - sorry for this one - wrong logic
  empty dsp_mask - no change
  FORCE - add,  no FORCE - enabled bits are masked out

Originally committed as revision 1659 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomore fixes
Michael Niedermayer [Mon, 10 Mar 2003 11:12:47 +0000 (11:12 +0000)]
more fixes

Originally committed as revision 1658 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomore fixes
Michael Niedermayer [Mon, 10 Mar 2003 10:40:26 +0000 (10:40 +0000)]
more fixes

Originally committed as revision 1657 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agobug workaround
Michael Niedermayer [Mon, 10 Mar 2003 10:36:17 +0000 (10:36 +0000)]
bug workaround

Originally committed as revision 1656 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosimplified
Alex Beregszaszi [Sun, 9 Mar 2003 16:07:19 +0000 (16:07 +0000)]
simplified

Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agolooks better IMHO
Michael Niedermayer [Sat, 8 Mar 2003 23:43:34 +0000 (23:43 +0000)]
looks better IMHO

Originally committed as revision 1654 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l
Michael Niedermayer [Sat, 8 Mar 2003 23:39:53 +0000 (23:39 +0000)]
10l

Originally committed as revision 1653 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing frame_rate accuracy
Michael Niedermayer [Sat, 8 Mar 2003 14:29:12 +0000 (14:29 +0000)]
fixing frame_rate accuracy

Originally committed as revision 1652 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoforgot ....
Michael Niedermayer [Sat, 8 Mar 2003 11:54:34 +0000 (11:54 +0000)]
forgot ....

Originally committed as revision 1651 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agowmv2 & huffyuv regression test
Michael Niedermayer [Sat, 8 Mar 2003 11:50:26 +0000 (11:50 +0000)]
wmv2 & huffyuv regression test

Originally committed as revision 1650 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoavi fps fixed
Michael Niedermayer [Sat, 8 Mar 2003 11:31:14 +0000 (11:31 +0000)]
avi fps fixed

Originally committed as revision 1649 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoupdate
Michael Niedermayer [Sat, 8 Mar 2003 11:23:24 +0000 (11:23 +0000)]
update

Originally committed as revision 1648 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agohuffyuv encoding fixed
Michael Niedermayer [Sat, 8 Mar 2003 11:21:33 +0000 (11:21 +0000)]
huffyuv encoding fixed

Originally committed as revision 1647 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoread BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)
Michael Niedermayer [Sat, 8 Mar 2003 10:57:44 +0000 (10:57 +0000)]
read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)
fixed framerate encoding & decoding hopefully, this should fix av sync on long AVIs

Originally committed as revision 1646 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomerging fourcc with codec_tag
Michael Niedermayer [Sat, 8 Mar 2003 01:40:52 +0000 (01:40 +0000)]
merging fourcc with codec_tag

Originally committed as revision 1645 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoreversing not yet reversed changes from r1.7 -> r1.8 except the static/const stuff
Michael Niedermayer [Sat, 8 Mar 2003 00:44:52 +0000 (00:44 +0000)]
reversing not yet reversed changes from r1.7 -> r1.8 except the static/const stuff
this seems to fix all avi parsing bugs
kabi, can u explain what this was good for?

Originally committed as revision 1644 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* support FF_MM_FORCE
Zdenek Kabelac [Fri, 7 Mar 2003 13:49:10 +0000 (13:49 +0000)]
* support FF_MM_FORCE

Originally committed as revision 1643 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* more generic avoption_parse
Zdenek Kabelac [Fri, 7 Mar 2003 13:48:02 +0000 (13:48 +0000)]
* more generic avoption_parse
* reused help ptr for sub ptr

Originally committed as revision 1642 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoFrame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)
Max Krasnyansky [Fri, 7 Mar 2003 12:37:49 +0000 (12:37 +0000)]
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)

Originally committed as revision 1641 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomore cosmetics so that doxygen output is readable ...
Michael Niedermayer [Thu, 6 Mar 2003 15:56:56 +0000 (15:56 +0000)]
more cosmetics so that doxygen output is readable ...

Originally committed as revision 1640 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agotypo
Michael Niedermayer [Thu, 6 Mar 2003 14:42:07 +0000 (14:42 +0000)]
typo

Originally committed as revision 1639 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodoxy / cosmetics
Michael Niedermayer [Thu, 6 Mar 2003 14:37:37 +0000 (14:37 +0000)]
doxy / cosmetics

Originally committed as revision 1638 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodoxy / cosmetics
Michael Niedermayer [Thu, 6 Mar 2003 13:51:18 +0000 (13:51 +0000)]
doxy / cosmetics

Originally committed as revision 1637 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agotypos & cosmetics
Michael Niedermayer [Thu, 6 Mar 2003 13:22:51 +0000 (13:22 +0000)]
typos & cosmetics

Originally committed as revision 1636 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoaltivec compilation fixes by (Magnus Damm <damm at opensource dot se>)
Michael Niedermayer [Thu, 6 Mar 2003 12:06:00 +0000 (12:06 +0000)]
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>)

Originally committed as revision 1635 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoper file doxy
Michael Niedermayer [Thu, 6 Mar 2003 11:32:04 +0000 (11:32 +0000)]
per file doxy

Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodoxy
Michael Niedermayer [Thu, 6 Mar 2003 11:25:55 +0000 (11:25 +0000)]
doxy

Originally committed as revision 1633 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agocosmetics
Michael Niedermayer [Thu, 6 Mar 2003 10:26:19 +0000 (10:26 +0000)]
cosmetics

Originally committed as revision 1632 to svn://svn.ffmpeg.org/ffmpeg/trunk