]> git.sesse.net Git - ffmpeg/log
ffmpeg
19 years agoSort B-frames into display order.
Loren Merritt [Tue, 4 Jan 2005 01:12:48 +0000 (01:12 +0000)]
Sort B-frames into display order.

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

19 years ago10l
Michael Niedermayer [Mon, 3 Jan 2005 20:33:52 +0000 (20:33 +0000)]
10l

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

19 years agoDisable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)
Gianluigi Tiesi [Mon, 3 Jan 2005 16:13:52 +0000 (16:13 +0000)]
Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)

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

19 years agoskip INDX chunks
Michael Niedermayer [Mon, 3 Jan 2005 02:52:11 +0000 (02:52 +0000)]
skip INDX chunks

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

19 years agoffserver now runs again (sort of).
Philip Gladstone [Mon, 3 Jan 2005 02:42:02 +0000 (02:42 +0000)]
ffserver now runs again (sort of).

* In the test cases, the swf, asf, jpg file formats all work
* The avi case doesn't play in winamp. I suspect that the duration field
  of zero confuses it
* The RM doesn't play. This always was pretty flaky.

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

19 years agoRemove .mpg streams due to a standards compliance issue
Philip Gladstone [Mon, 3 Jan 2005 02:40:22 +0000 (02:40 +0000)]
Remove .mpg streams due to a standards compliance issue

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

19 years agoSmall configure fix for Darwin / Mac OS X.
Roine Gustafsson [Mon, 3 Jan 2005 00:36:56 +0000 (00:36 +0000)]
Small configure fix for Darwin / Mac OS X.
This option tells linker to look for local libraries first. If you have
a shared livavcodec/libavformat in the library path and try to build a
static build, the linker will find the shared library first and link
with it.
patch by (Roine Gustafsson <roine users.sourceforge net>)

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

19 years agoMake -pphelp output consistent with the other instances of -xxx help.
Diego Biurrun [Mon, 3 Jan 2005 00:36:26 +0000 (00:36 +0000)]
Make -pphelp output consistent with the other instances of -xxx help.

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

19 years agospaces in path fixes
Michael Niedermayer [Sat, 1 Jan 2005 23:38:09 +0000 (23:38 +0000)]
spaces in path fixes

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

19 years agoWV1F support
Michael Niedermayer [Sat, 1 Jan 2005 23:02:09 +0000 (23:02 +0000)]
WV1F support

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

19 years agofaster and slightly less accurate nearest neighbor resampler
Michael Niedermayer [Fri, 31 Dec 2004 17:37:23 +0000 (17:37 +0000)]
faster and slightly less accurate nearest neighbor resampler

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

19 years ago10l
Michael Niedermayer [Fri, 31 Dec 2004 14:02:35 +0000 (14:02 +0000)]
10l

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

19 years agospecial case for filter_length==1
Michael Niedermayer [Fri, 31 Dec 2004 12:58:46 +0000 (12:58 +0000)]
special case for filter_length==1

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

19 years ago- correct several errors on the deblocking accross slice boundaries.
Loïc Le Loarer [Fri, 31 Dec 2004 00:07:17 +0000 (00:07 +0000)]
- correct several errors on the deblocking accross slice boundaries.
- add support for deblocking_filter_idc==2 which means no deblocking accross slice.
- correct MMCO with multiple slices.

5 more streams from H264 conformance suite are now correctly decoded.

patch by (Loic <lll+ffmpeg >< m4x dot org>)

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

19 years agoFix avc1 if there is nore than one nal per mov frame
Roberto Togni [Thu, 30 Dec 2004 18:05:54 +0000 (18:05 +0000)]
Fix avc1 if there is nore than one nal per mov frame

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

19 years agoimgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t...
Panagiotis Issaris [Thu, 30 Dec 2004 14:48:01 +0000 (14:48 +0000)]
imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>)

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

19 years agoffm_init() for win32, so the regression tests dont fail there
Michael Niedermayer [Thu, 30 Dec 2004 11:48:23 +0000 (11:48 +0000)]
ffm_init() for win32, so the regression tests dont fail there

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

19 years agoFix compilation when both amr_nb and amr_wb are enabled
Roberto Togni [Wed, 29 Dec 2004 23:17:42 +0000 (23:17 +0000)]
Fix compilation when both amr_nb and amr_wb are enabled

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

19 years agotarget VCD GOP size patch by (Panagiotis Issaris <takis >< lumumba dot luc.ac.be>)
Panagiotis Issaris [Wed, 29 Dec 2004 23:04:26 +0000 (23:04 +0000)]
target VCD GOP size patch by (Panagiotis Issaris <takis >< lumumba dot luc.ac.be>)

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

19 years agovbv size for ffserver.conf patch by (Panagiotis Issaris <takis [] lumumba*luc*ac...
Panagiotis Issaris [Wed, 29 Dec 2004 22:52:33 +0000 (22:52 +0000)]
vbv size for ffserver.conf patch by (Panagiotis Issaris <takis [] lumumba*luc*ac*be>)

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

19 years agotarget DV patch by (Panagiotis Issaris <takis at lumumba..luc..ac..be>)
Panagiotis Issaris [Wed, 29 Dec 2004 18:50:47 +0000 (18:50 +0000)]
target DV patch by (Panagiotis Issaris <takis at lumumba..luc..ac..be>)

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

19 years agocommon.h -> common.h/bitstream.h
Michael Niedermayer [Wed, 29 Dec 2004 18:31:28 +0000 (18:31 +0000)]
common.h -> common.h/bitstream.h

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

19 years agocommon.c -> bitstream.c (and the single non bitstream func -> utils.c)
Michael Niedermayer [Wed, 29 Dec 2004 17:50:25 +0000 (17:50 +0000)]
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
common.h -> common.h/bitstream.h

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

19 years agomotion_val doxy
Michael Niedermayer [Wed, 29 Dec 2004 12:14:14 +0000 (12:14 +0000)]
motion_val doxy

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

19 years agoimplement B_DIRECT and B_SKIP macroblock types.
Loren Merritt [Wed, 29 Dec 2004 04:17:52 +0000 (04:17 +0000)]
implement B_DIRECT and B_SKIP macroblock types.
fix reference list sorting for B-frames.
fix mv caching for mixed list B-blocks.

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

19 years agor/w -> rb/wb
Michael Niedermayer [Fri, 24 Dec 2004 12:34:11 +0000 (12:34 +0000)]
r/w -> rb/wb

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

19 years agoSyntax errors fixed.
Diego Biurrun [Thu, 23 Dec 2004 21:33:53 +0000 (21:33 +0000)]
Syntax errors fixed.

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

19 years agofopen "r" -> "rb"
Michael Niedermayer [Thu, 23 Dec 2004 20:13:59 +0000 (20:13 +0000)]
fopen "r" -> "rb"

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

19 years agopreroll is in ms
Michael Niedermayer [Wed, 22 Dec 2004 03:04:21 +0000 (03:04 +0000)]
preroll is in ms
pts should start at start_time

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

19 years ago1/0l fix
Michael Niedermayer [Wed, 22 Dec 2004 01:33:04 +0000 (01:33 +0000)]
1/0l fix

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

19 years agoprefer integer fps if possible when guessing
Michael Niedermayer [Tue, 21 Dec 2004 02:27:40 +0000 (02:27 +0000)]
prefer integer fps if possible when guessing

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

19 years agoguess fps for the variable fps case
Michael Niedermayer [Tue, 21 Dec 2004 02:16:11 +0000 (02:16 +0000)]
guess fps for the variable fps case

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

19 years agofix regression test failure
Michael Niedermayer [Tue, 21 Dec 2004 02:01:32 +0000 (02:01 +0000)]
fix regression test failure

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

19 years agostream copy block_align
Michael Niedermayer [Mon, 20 Dec 2004 12:55:40 +0000 (12:55 +0000)]
stream copy block_align

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

19 years agovismv for h264 displayed incorrect motion vectors.
Loren Merritt [Mon, 20 Dec 2004 03:03:37 +0000 (03:03 +0000)]
vismv for h264 displayed incorrect motion vectors.

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

19 years ago10l (double free)
Michael Niedermayer [Sun, 19 Dec 2004 20:25:55 +0000 (20:25 +0000)]
10l (double free)

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

19 years agoWhen using the -target option, although PAL or NTSC is specified,
Panagiotis Issaris [Sun, 19 Dec 2004 15:31:55 +0000 (15:31 +0000)]
When using the -target option, although PAL or NTSC is specified,
the framerate is not set according to the standard
add NTSC-Film framerates.
patch by (Panagiotis Issaris <takis O lumumba o luc o ac o be>)

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

19 years agobetter motion_subsample_log2 docs
Michael Niedermayer [Sun, 19 Dec 2004 12:26:54 +0000 (12:26 +0000)]
better motion_subsample_log2 docs

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

19 years agobroken avi / div by zero fix
Michael Niedermayer [Sun, 19 Dec 2004 02:55:40 +0000 (02:55 +0000)]
broken avi / div by zero fix

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

19 years agotry to guess the fps if they are variable
Michael Niedermayer [Sun, 19 Dec 2004 01:23:22 +0000 (01:23 +0000)]
try to guess the fps if they are variable

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

19 years agofixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigbjørn...
Sigbjørn Skjæret [Sat, 18 Dec 2004 16:20:42 +0000 (16:20 +0000)]
fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigbjørn Skjæret {sskjer-1 broadpark no})

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

19 years agoadd multi slice support
Loic Le Loarer [Sat, 18 Dec 2004 03:49:07 +0000 (03:49 +0000)]
add multi slice support
for main profile H.264 streams. I have tested this on all H264
conformance streams and comparing the result with the current CVS
version, there is 8 streams which decode correctly more frames and 2
streams which are now completely correct with my patch.

This patch also correct some typo in comments.

patch by (Loic Le Loarer <lll+ffmpeg >at< m4x org>)

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

19 years agofixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>)
Drew Hess [Sat, 18 Dec 2004 03:07:15 +0000 (03:07 +0000)]
fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>)

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

19 years agoadd -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users sourcefo...
Roine Gustafsson [Fri, 17 Dec 2004 19:23:53 +0000 (19:23 +0000)]
add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users sourceforge net>)

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

19 years agoworkaround some broken mpeg-ps timestamps
Michael Niedermayer [Wed, 15 Dec 2004 02:36:03 +0000 (02:36 +0000)]
workaround some broken mpeg-ps timestamps

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

19 years agoquantizer overflow warning + AAN dct fix
Michael Niedermayer [Tue, 14 Dec 2004 20:17:23 +0000 (20:17 +0000)]
quantizer overflow warning + AAN dct fix

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

19 years agotry to set next_pts to a reasonable value in case of streamcopy
Michael Niedermayer [Tue, 14 Dec 2004 20:01:49 +0000 (20:01 +0000)]
try to set next_pts to a reasonable value in case of streamcopy

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

19 years agosome sanity checks on what is muxed, invalid timestamps in mpeg are very common and...
Michael Niedermayer [Tue, 14 Dec 2004 16:19:26 +0000 (16:19 +0000)]
some sanity checks on what is muxed, invalid timestamps in mpeg are very common and lead to strange errors in the mpeg muxer otherwise

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

19 years agofix timestamp prediction for low_delay mpeg streams
Michael Niedermayer [Tue, 14 Dec 2004 12:04:45 +0000 (12:04 +0000)]
fix timestamp prediction for low_delay mpeg streams

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

19 years agox86 cpu capabilities detection rewrite / cleanup
Michael Niedermayer [Mon, 13 Dec 2004 16:11:38 +0000 (16:11 +0000)]
x86 cpu capabilities detection rewrite / cleanup

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

19 years agoanother try at fixing rv20 ...
Michael Niedermayer [Mon, 13 Dec 2004 11:41:59 +0000 (11:41 +0000)]
another try at fixing rv20 ...

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

19 years agoflush remaining data from parser at EOF
Michael Niedermayer [Sun, 12 Dec 2004 14:19:54 +0000 (14:19 +0000)]
flush remaining data from parser at EOF

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

19 years agowarn the user if the quantization code could overflow with the selected custom matrix...
Michael Niedermayer [Sat, 11 Dec 2004 18:33:18 +0000 (18:33 +0000)]
warn the user if the quantization code could overflow with the selected custom matrix and qp limits

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

19 years agouppercase codec_tag=AVC1 support
Michael Niedermayer [Thu, 9 Dec 2004 22:04:15 +0000 (22:04 +0000)]
uppercase codec_tag=AVC1 support

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

19 years agoload the 'avcC' atom needed for 'avc1' decoding
Mike Melanson [Thu, 9 Dec 2004 19:44:55 +0000 (19:44 +0000)]
load the 'avcC' atom needed for 'avc1' decoding

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

19 years agoout of buffer access fix
Michael Niedermayer [Thu, 9 Dec 2004 01:01:11 +0000 (01:01 +0000)]
out of buffer access fix

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

19 years agomore flexible frame skip decission
Michael Niedermayer [Wed, 8 Dec 2004 18:02:56 +0000 (18:02 +0000)]
more flexible frame skip decission

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

19 years agoframe skip support
Michael Niedermayer [Wed, 8 Dec 2004 11:46:16 +0000 (11:46 +0000)]
frame skip support

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

19 years agosuppress 100 pages of missing enum value in switch spam
Michael Niedermayer [Wed, 8 Dec 2004 11:08:08 +0000 (11:08 +0000)]
suppress 100 pages of missing enum value in switch spam

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

19 years agorv20 regression test
Michael Niedermayer [Tue, 7 Dec 2004 13:48:25 +0000 (13:48 +0000)]
rv20 regression test

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

19 years agorv20 encoding
Michael Niedermayer [Tue, 7 Dec 2004 13:14:37 +0000 (13:14 +0000)]
rv20 encoding

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

19 years agoseeking in rm 2nd try
Michael Niedermayer [Mon, 6 Dec 2004 23:43:28 +0000 (23:43 +0000)]
seeking in rm 2nd try

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

19 years agoseeking in rm
Michael Niedermayer [Mon, 6 Dec 2004 22:44:03 +0000 (22:44 +0000)]
seeking in rm

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

19 years agorm encoding fix
Michael Niedermayer [Mon, 6 Dec 2004 21:38:05 +0000 (21:38 +0000)]
rm encoding fix

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

19 years agotry to recover from errors instead of failing fataly
Michael Niedermayer [Mon, 6 Dec 2004 20:03:42 +0000 (20:03 +0000)]
try to recover from errors instead of failing fataly

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

19 years agovarious demuxer fixes
Michael Niedermayer [Mon, 6 Dec 2004 18:57:59 +0000 (18:57 +0000)]
various demuxer fixes

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

19 years agorv10 thread safety fix / rv10 ffplay fix
Michael Niedermayer [Mon, 6 Dec 2004 17:21:17 +0000 (17:21 +0000)]
rv10 thread safety fix / rv10 ffplay fix

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

19 years agotimestamp fix
Michael Niedermayer [Mon, 6 Dec 2004 16:40:10 +0000 (16:40 +0000)]
timestamp fix

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

19 years agouse pts based duration/bitrate guessing code for mpeg-ts
Michael Niedermayer [Mon, 6 Dec 2004 00:15:52 +0000 (00:15 +0000)]
use pts based duration/bitrate guessing code for mpeg-ts

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

19 years agofixing pipe seek bug
Michael Niedermayer [Mon, 6 Dec 2004 00:08:37 +0000 (00:08 +0000)]
fixing pipe seek bug

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

19 years agodetect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< free...
Matthieu Castet [Sun, 5 Dec 2004 23:26:43 +0000 (23:26 +0000)]
detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< free >.< fr>)

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

19 years agonext try at fixing rv20 decoding
Michael Niedermayer [Sun, 5 Dec 2004 23:21:39 +0000 (23:21 +0000)]
next try at fixing rv20 decoding

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

19 years agoThis patch takes into account that fifo_realloc may adjust fifo.wptr
Chriss [Sun, 5 Dec 2004 02:46:00 +0000 (02:46 +0000)]
This patch takes into account that fifo_realloc may adjust fifo.wptr
patch by ("Chris" chris at garveycocker dot com)

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

19 years agofifo_realloc()
Michael Niedermayer [Wed, 1 Dec 2004 02:28:28 +0000 (02:28 +0000)]
fifo_realloc()

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

19 years agokill a annoying debug printf
Michael Niedermayer [Tue, 30 Nov 2004 21:57:51 +0000 (21:57 +0000)]
kill a annoying debug printf

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

19 years agoraw rgb flip fix
Michael Niedermayer [Tue, 30 Nov 2004 21:50:16 +0000 (21:50 +0000)]
raw rgb flip fix

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

19 years agofixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.avi
Michael Niedermayer [Tue, 30 Nov 2004 18:45:34 +0000 (18:45 +0000)]
fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.avi

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

19 years agomax frames command line options
Michael Niedermayer [Tue, 30 Nov 2004 16:03:29 +0000 (16:03 +0000)]
max frames command line options

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

19 years agofix interlacing check in v1 huffyuv.
Loren Merritt [Sun, 28 Nov 2004 19:19:39 +0000 (19:19 +0000)]
fix interlacing check in v1 huffyuv.

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

19 years agosplit ffhuffyuv into 2 codecs:
Loren Merritt [Sun, 28 Nov 2004 18:29:38 +0000 (18:29 +0000)]
split ffhuffyuv into 2 codecs:
"huffyuv" is compatible with the official version
"ffvhuff" contains our improvements

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

19 years agofix some codec_id values so that new ones can be added at the end of the subsets...
Michael Niedermayer [Sun, 28 Nov 2004 15:33:15 +0000 (15:33 +0000)]
fix some codec_id values so that new ones can be added at the end of the subsets without breaking binary compatibility

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

19 years ago10l (dont use codec_id for error simulation)
Michael Niedermayer [Sun, 28 Nov 2004 14:58:50 +0000 (14:58 +0000)]
10l (dont use codec_id for error simulation)

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

19 years agoMemory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
Burkhard Plaum [Sat, 27 Nov 2004 18:10:06 +0000 (18:10 +0000)]
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)

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

19 years ago10l (encode bit buffer too small for 1920x1080 raw)
Michael Niedermayer [Sat, 27 Nov 2004 17:46:30 +0000 (17:46 +0000)]
10l (encode bit buffer too small for 1920x1080 raw)

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

19 years agonew option: context_model
Loren Merritt [Sat, 27 Nov 2004 03:54:18 +0000 (03:54 +0000)]
new option: context_model
stores per-frame optimal huffman tables.

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

19 years agocredits for Michel Bardiaux
Michael Niedermayer [Fri, 26 Nov 2004 14:13:10 +0000 (14:13 +0000)]
credits for Michel Bardiaux

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

19 years agofix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be})
Michael Niedermayer [Thu, 25 Nov 2004 19:26:46 +0000 (19:26 +0000)]
fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be})

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

19 years agofix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)
Jeff Muizelaar [Thu, 25 Nov 2004 19:17:27 +0000 (19:17 +0000)]
fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)

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

19 years agocvsignore config.log
François Revol [Thu, 25 Nov 2004 06:31:38 +0000 (06:31 +0000)]
cvsignore config.log

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

19 years agoYUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)
Luca Abeni [Wed, 24 Nov 2004 22:54:16 +0000 (22:54 +0000)]
YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)

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

19 years agoFixed typo which caused incorrect motion prediction in B-frames. patch by (Loren...
Loren Merritt [Wed, 24 Nov 2004 22:50:49 +0000 (22:50 +0000)]
Fixed typo which caused incorrect motion prediction in B-frames. patch by (Loren Merritt <lorenm ta u tod washington tod edu>)

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

19 years agocheck num_entries too to avoid reading over the array end and dont check i>0 it must...
Michael Niedermayer [Wed, 24 Nov 2004 00:15:49 +0000 (00:15 +0000)]
check num_entries too to avoid reading over the array end and dont check i>0 it must be >0 there

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

19 years agoFixes a segfault when flushing delayed B-frames on the 2nd pass. patch by (Loren...
Loren Merritt [Tue, 23 Nov 2004 23:58:54 +0000 (23:58 +0000)]
Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by (Loren Merritt <lorenm.u@washington@edu>)

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

19 years agoDVDNav4 patch by ("Chris" <chris at garveycocker d0t com>)
Chriss [Tue, 23 Nov 2004 22:25:12 +0000 (22:25 +0000)]
DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>)

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

19 years agocygwin fixes by (Sascha Sommer <saschasommer O freenet o de>)
Michael Niedermayer [Tue, 23 Nov 2004 18:28:23 +0000 (18:28 +0000)]
cygwin fixes by (Sascha Sommer <saschasommer O freenet o de>)

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

19 years agoint / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)
Michael Niedermayer [Tue, 23 Nov 2004 18:23:56 +0000 (18:23 +0000)]
int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)

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

19 years agofake regression errors caused by randomly choosen dct algo
Michael Niedermayer [Mon, 22 Nov 2004 00:23:32 +0000 (00:23 +0000)]
fake regression errors caused by randomly choosen dct algo

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

19 years agoBeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic...
François Revol [Sun, 21 Nov 2004 18:04:56 +0000 (18:04 +0000)]
BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS"

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

19 years agocvs policy
Michael Niedermayer [Sun, 21 Nov 2004 14:30:50 +0000 (14:30 +0000)]
cvs policy

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

19 years agoparts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and Paul...
Michael Niedermayer [Sun, 21 Nov 2004 03:37:33 +0000 (03:37 +0000)]
parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and Paul Curtis <pfc >at> terrapin <dot< com>)

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