OSDN Git Service

coroid/libav_saccubus.git
19 years agoset global_quality
Michael Niedermayer [Mon, 14 Mar 2005 23:14:17 +0000 (23:14 +0000)]
set global_quality

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

19 years agouse libavformats index system instead of the half duplicated mess in avidec.c
Michael Niedermayer [Sun, 13 Mar 2005 02:04:35 +0000 (02:04 +0000)]
use libavformats index system instead of the half duplicated mess in avidec.c

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

19 years ago"put_s should store signed values. Spotted on #mplayerdev by someone I
Luca Barbato [Sun, 13 Mar 2005 01:58:29 +0000 (01:58 +0000)]
"put_s should store signed values. Spotted on #mplayerdev by someone I
don't remember." patch by (Luca Barbato [lu_zero gentoo org)

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

19 years agokeyframe & non keyframe index fixes
Michael Niedermayer [Sun, 13 Mar 2005 00:13:01 +0000 (00:13 +0000)]
keyframe & non keyframe index fixes

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

19 years agoAdd 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>
François Revol [Sat, 12 Mar 2005 13:31:03 +0000 (13:31 +0000)]
Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>

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

19 years ago10l (compile fix)
Loren Merritt [Sat, 12 Mar 2005 03:10:44 +0000 (03:10 +0000)]
10l (compile fix)

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

19 years agoPatch from Gianluigi Tiesi (sherpya at netfarm dot it):
D Richard Felker III [Fri, 11 Mar 2005 19:52:43 +0000 (19:52 +0000)]
Patch from Gianluigi Tiesi (sherpya at netfarm dot it):
"A small patch to avoid error compiling matroska.c on mingw"
My comment: using typedefs for things like this is always ridiculous.

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

19 years agouuid patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård [Fri, 11 Mar 2005 17:13:03 +0000 (17:13 +0000)]
uuid patch by (Måns Rullgård <mru inprovide com>)

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

19 years agofix lib order and remove nonsense avcodec double linking
Michael Niedermayer [Fri, 11 Mar 2005 11:34:31 +0000 (11:34 +0000)]
fix lib order and remove nonsense avcodec double linking

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

19 years agoSet keyframe flag only on IDR-frames (needed for reordering across I-frames).
Loren Merritt [Fri, 11 Mar 2005 02:14:44 +0000 (02:14 +0000)]
Set keyframe flag only on IDR-frames (needed for reordering across I-frames).
Read vui bitstream restrictions (allows B-frame delay in advance, rather than waiting till we're out of order.)
Mark duplicate frames due to delay as duplicates.

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

19 years agoreplace custom bit-reading functions with FFmpeg's internal function;
Mike Melanson [Thu, 10 Mar 2005 05:34:10 +0000 (05:34 +0000)]
replace custom bit-reading functions with FFmpeg's internal function;
roll alac_file data structure members into ALACContext

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

19 years agooptimize & simplify
Michael Niedermayer [Wed, 9 Mar 2005 23:48:17 +0000 (23:48 +0000)]
optimize & simplify

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

19 years agoOops patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård [Wed, 9 Mar 2005 19:46:31 +0000 (19:46 +0000)]
Oops patch by (Måns Rullgård <mru inprovide com>)

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

19 years agoH.264 encoding with x264 by (Måns Rullgård <mru inprovide com>)
Michael Niedermayer [Wed, 9 Mar 2005 03:04:56 +0000 (03:04 +0000)]
H.264 encoding with x264 by (Måns Rullgård <mru inprovide com>)

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

19 years agodouble free patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård [Wed, 9 Mar 2005 02:12:44 +0000 (02:12 +0000)]
double free patch by (Måns Rullgård <mru inprovide com>)
"This free is handled in av_write_trailer() since Oct 1 2004, but apparently mpegts was missed at the time."

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

19 years ago(10l) supported pix_fmts forgotten
Michael Niedermayer [Tue, 8 Mar 2005 20:35:27 +0000 (20:35 +0000)]
(10l) supported pix_fmts forgotten

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

19 years agofixing playback of xvid pretending to be divx (sample_vop_nc.avi)
Michael Niedermayer [Tue, 8 Mar 2005 14:39:58 +0000 (14:39 +0000)]
fixing playback of xvid pretending to be divx (sample_vop_nc.avi)

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

19 years agoremove an assert that was breaking compilation on some gccs.
Loren Merritt [Mon, 7 Mar 2005 09:05:33 +0000 (09:05 +0000)]
remove an assert that was breaking compilation on some gccs.

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

19 years agoAVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)
Michael Niedermayer [Sun, 6 Mar 2005 23:20:53 +0000 (23:20 +0000)]
AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)
with minor changes from me

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

19 years agoMBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<)
Loic Le Loarer [Sun, 6 Mar 2005 23:02:25 +0000 (23:02 +0000)]
MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<)

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

19 years agogroup audio codec ids
Michael Niedermayer [Sun, 6 Mar 2005 22:49:46 +0000 (22:49 +0000)]
group audio codec ids

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

19 years agoindeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)
Michael Niedermayer [Sun, 6 Mar 2005 20:07:41 +0000 (20:07 +0000)]
indeo3 for bigendian patch  by (demo-n <demo-n users.sourceforge net)

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

19 years agospam
Michael Niedermayer [Sun, 6 Mar 2005 19:59:37 +0000 (19:59 +0000)]
spam

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

19 years agoH.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide com)
Måns Rullgård [Sun, 6 Mar 2005 19:52:41 +0000 (19:52 +0000)]
H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide com)

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

19 years agoimproved detection of "AVC1" style H.264 patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård [Sun, 6 Mar 2005 19:40:12 +0000 (19:40 +0000)]
improved detection of "AVC1" style H.264 patch by (Måns Rullgård <mru inprovide com>)

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

19 years agoget rid of nasty exit()'s so the decoder will only warn the user before
Mike Melanson [Sun, 6 Mar 2005 14:48:50 +0000 (14:48 +0000)]
get rid of nasty exit()'s so the decoder will only warn the user before
it runs off the end of a buffer; eventually, this should be replaced
with FFmpeg's internal bit reader which is hopefully more robust

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

19 years ago-freduce-all-givs has been removed from gcc
Falk Hüffner [Sun, 6 Mar 2005 14:42:10 +0000 (14:42 +0000)]
-freduce-all-givs has been removed from gcc

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

19 years agodecoder works fine now, when fed properly-sized chunks by the demuxer;
Mike Melanson [Sun, 6 Mar 2005 07:00:24 +0000 (07:00 +0000)]
decoder works fine now, when fed properly-sized chunks by the demuxer;
cleaned up some cruft for this commit

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

19 years agodo not use a variable before proper initialization
Mike Melanson [Sun, 6 Mar 2005 06:22:24 +0000 (06:22 +0000)]
do not use a variable before proper initialization

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

19 years agofirst pass at ALAC decoder from David Hammerton; while David's original
Mike Melanson [Sun, 6 Mar 2005 00:43:55 +0000 (00:43 +0000)]
first pass at ALAC decoder from David Hammerton; while David's original
decoder works great, this decoder is not completely and seamlessly
integrated yet with FFmpeg

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

19 years agoSupport for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>)
Torsten Martinsen [Sat, 5 Mar 2005 11:44:25 +0000 (11:44 +0000)]
Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>)

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

19 years agotypo
Michael Niedermayer [Sat, 5 Mar 2005 03:37:19 +0000 (03:37 +0000)]
typo

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

19 years agompeg-es bitrate parsing
Michael Niedermayer [Sat, 5 Mar 2005 03:36:32 +0000 (03:36 +0000)]
mpeg-es bitrate parsing

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

19 years ago10l (fix reordering when B-frames are not present)
Loren Merritt [Sat, 5 Mar 2005 00:14:21 +0000 (00:14 +0000)]
10l (fix reordering when B-frames are not present)

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

19 years agoH.264: decode arbitrary frame orders and allow B-frames as references.
Loren Merritt [Fri, 4 Mar 2005 12:47:38 +0000 (12:47 +0000)]
H.264: decode arbitrary frame orders and allow B-frames as references.

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

19 years agomp4a fix based on some code by (Song.Itany inventec-inc com)
Michael Niedermayer [Fri, 4 Mar 2005 00:30:18 +0000 (00:30 +0000)]
mp4a fix based on some code by (Song.Itany inventec-inc com)

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

19 years agooops, other half of the vismv patch
Loren Merritt [Thu, 3 Mar 2005 12:12:44 +0000 (12:12 +0000)]
oops, other half of the vismv patch

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

19 years agovismv didn't display 8x8 mvs in H.264
Loren Merritt [Thu, 3 Mar 2005 07:21:23 +0000 (07:21 +0000)]
vismv didn't display 8x8 mvs in H.264

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

19 years agovismb: display 4x4 partition boundaries in H.264
Loren Merritt [Thu, 3 Mar 2005 06:57:17 +0000 (06:57 +0000)]
vismb: display 4x4 partition boundaries in H.264

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

19 years ago04-vp3 fix(by matthieu castet).patch
Michael Niedermayer [Thu, 3 Mar 2005 02:24:20 +0000 (02:24 +0000)]
04-vp3 fix(by matthieu castet).patch

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

19 years agocast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug...
Michael Niedermayer [Wed, 2 Mar 2005 20:46:06 +0000 (20:46 +0000)]
cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug related to frexp()

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

19 years agoVP3 post-processing loop filter; disabled until the correct final step
Mike Melanson [Tue, 1 Mar 2005 06:14:45 +0000 (06:14 +0000)]
VP3 post-processing loop filter; disabled until the correct final step
is determined

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

19 years agogo LOCO, courtesy of Kostya Shishkov
Mike Melanson [Tue, 1 Mar 2005 02:24:58 +0000 (02:24 +0000)]
go LOCO, courtesy of Kostya Shishkov

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

19 years ago10l (deallocated memory again)
Loren Merritt [Mon, 28 Feb 2005 05:27:21 +0000 (05:27 +0000)]
10l (deallocated memory again)

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

19 years agoset block align
Michael Niedermayer [Mon, 28 Feb 2005 03:16:13 +0000 (03:16 +0000)]
set block align

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

19 years agora288 demuxing support (doesnt really work, might be demuxer or decoder bug)
Michael Niedermayer [Mon, 28 Feb 2005 02:51:53 +0000 (02:51 +0000)]
ra288 demuxing support (doesnt really work, might be demuxer or decoder bug)

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

19 years agoNetBSD 2.0 patch by ("Steven M. Schultz" <sms 2bsd com>)
Steven M. Schultz [Mon, 28 Feb 2005 00:05:48 +0000 (00:05 +0000)]
NetBSD 2.0 patch by ("Steven M. Schultz" <sms 2bsd com>)

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

19 years agoindeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian Jedruszki...
Sebastian Jedruszkiewicz [Sun, 27 Feb 2005 23:43:24 +0000 (23:43 +0000)]
indeo3 for bigendian patch by (elf at frogger dot rules dot pl    Sebastian Jedruszkiewicz)

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

19 years agosupport for negative strides
Jindřich Makovička [Sun, 27 Feb 2005 08:56:26 +0000 (08:56 +0000)]
support for negative strides

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

19 years ago changes 'make' in a couple places to $(MAKE) patch by ("Steven M. Schultz" <sms...
Steven M. Schultz [Sun, 27 Feb 2005 02:46:30 +0000 (02:46 +0000)]
 changes 'make' in a couple places to $(MAKE) patch by ("Steven M. Schultz" <sms 2bsd com>)

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

19 years agoThis patch corrects the bug, that if padbottom IS NOT specified and
Calcium [Sun, 27 Feb 2005 01:46:24 +0000 (01:46 +0000)]
This patch corrects the bug, that if padbottom IS NOT specified and
padright IS specified
patch by (Calcium <calcium nurs.or jp>)

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

19 years agodoc update for Shorten codec
Mike Melanson [Sat, 26 Feb 2005 14:30:04 +0000 (14:30 +0000)]
doc update for Shorten codec

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

19 years ago10l (shorten.o missing)
Michael Niedermayer [Sat, 26 Feb 2005 03:40:29 +0000 (03:40 +0000)]
10l (shorten.o missing)

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

19 years agoshorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)
Michael Niedermayer [Sat, 26 Feb 2005 03:36:04 +0000 (03:36 +0000)]
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)

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

19 years agowatermark filter by (Marcus Engene <ffmpeg engene se>)
Michael Niedermayer [Fri, 25 Feb 2005 22:22:20 +0000 (22:22 +0000)]
watermark filter by (Marcus Engene <ffmpeg engene se>)

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

19 years agoset supported pix_fmts
Michael Niedermayer [Fri, 25 Feb 2005 15:06:21 +0000 (15:06 +0000)]
set supported pix_fmts

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

19 years agopseudo codec tag for adpcm_swf
Alex Beregszaszi [Fri, 25 Feb 2005 11:15:31 +0000 (11:15 +0000)]
pseudo codec tag for adpcm_swf

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

19 years agoproper handling of samplesize
Alex Beregszaszi [Fri, 25 Feb 2005 11:15:12 +0000 (11:15 +0000)]
proper handling of samplesize

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

19 years agoIn-loop deblocking for B-frames.
Loren Merritt [Fri, 25 Feb 2005 07:40:29 +0000 (07:40 +0000)]
In-loop deblocking for B-frames.

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

19 years agoget fish to compile (time() forbidden), pstrcat not declared from ppm.c
François Revol [Thu, 24 Feb 2005 22:07:10 +0000 (22:07 +0000)]
get fish to compile (time() forbidden), pstrcat not declared from ppm.c

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

19 years agokill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård [Thu, 24 Feb 2005 19:08:50 +0000 (19:08 +0000)]
kill warnings patch by (Måns Rullgård <mru inprovide com>)

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

19 years ago-strict -1 comment fix
Michael Niedermayer [Thu, 24 Feb 2005 16:39:03 +0000 (16:39 +0000)]
-strict -1 comment fix

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

19 years ago01-makefile_fix_updated.patch
Nilesh Bansal [Thu, 24 Feb 2005 15:18:02 +0000 (15:18 +0000)]
01-makefile_fix_updated.patch
   Adds --enable-theora/--enable-vorbis/--enable-ogg to configure
   If compiled WITHOUT --enable-theora, native VP3 decoder is used
patch by (Nilesh Bansal <nileshbansal gmail com>)

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

19 years ago10l in implicit_weight_table
Loren Merritt [Thu, 24 Feb 2005 09:27:46 +0000 (09:27 +0000)]
10l in implicit_weight_table

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

19 years ago- renaming the AC coding set variable names to more meaningful ones
anonymous [Wed, 23 Feb 2005 17:24:17 +0000 (17:24 +0000)]
- renaming the AC coding set variable names to more meaningful ones
- removed old MB decoding functions, and moved around macros to be used in
the previously unused code, which match better msmpeg4.c/whole MPV
framework
- cleaned (not yet functionnal, lots missing) DC prediction
- trying to pass the proper coded status to block decoder
patch by anonymous

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

19 years ago100l, forgot to change an ifdef on last commit
Reimar Döffinger [Wed, 23 Feb 2005 14:07:18 +0000 (14:07 +0000)]
100l, forgot to change an ifdef on last commit

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

19 years agoswitch MPEG4 fourcc to FMP4
Michael Niedermayer [Tue, 22 Feb 2005 19:48:07 +0000 (19:48 +0000)]
switch MPEG4 fourcc to FMP4

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

19 years agofix for MAP_ANON vs. MAP_ANONYMOUS fix...
Reimar Döffinger [Tue, 22 Feb 2005 14:40:44 +0000 (14:40 +0000)]
fix for MAP_ANON vs. MAP_ANONYMOUS fix...

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

19 years agouse av_free() instead of free() where it's meant to.
François Revol [Tue, 22 Feb 2005 11:37:03 +0000 (11:37 +0000)]
use av_free() instead of free() where it's meant to.

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

19 years agosupport adpcm audio, also some more verbose messages
Alex Beregszaszi [Mon, 21 Feb 2005 19:28:32 +0000 (19:28 +0000)]
support adpcm audio, also some more verbose messages

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

19 years agomacromedia flavour adpcm decoding (used in flv and swf)
Alex Beregszaszi [Mon, 21 Feb 2005 19:27:32 +0000 (19:27 +0000)]
macromedia flavour adpcm decoding (used in flv and swf)

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

19 years agocorrect pcm in flv handling
Alex Beregszaszi [Mon, 21 Feb 2005 18:05:21 +0000 (18:05 +0000)]
correct pcm in flv handling

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

19 years ago10l
Alex Beregszaszi [Mon, 21 Feb 2005 17:52:23 +0000 (17:52 +0000)]
10l

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

19 years agoremoving --disable-risky patch by (Josh Varner <jlvarner gmail com>)
Josh Varner [Mon, 21 Feb 2005 17:50:48 +0000 (17:50 +0000)]
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)

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

19 years agoFix a crash when multiple metadata packets are present.
Loren Merritt [Sun, 20 Feb 2005 23:21:50 +0000 (23:21 +0000)]
Fix a crash when multiple metadata packets are present.

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

19 years agoFixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)
Milan Cutka [Thu, 17 Feb 2005 19:03:12 +0000 (19:03 +0000)]
Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)

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

19 years agobuffer overflows
Michael Niedermayer [Thu, 17 Feb 2005 19:00:42 +0000 (19:00 +0000)]
buffer overflows
one found by Milan Cutka
one by me

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

19 years agomemleak fix
Michael Niedermayer [Thu, 17 Feb 2005 00:00:20 +0000 (00:00 +0000)]
memleak fix

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

19 years agobetter error message patch by (Michel Bardiaux <mbardiaux peaktime be>)
Michel Bardiaux [Wed, 16 Feb 2005 23:56:51 +0000 (23:56 +0000)]
better error message patch by (Michel Bardiaux <mbardiaux peaktime be>)

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

19 years agoImproved NV12/NV21 support.
Ville Syrjälä [Wed, 16 Feb 2005 23:47:00 +0000 (23:47 +0000)]
Improved NV12/NV21 support.
- Fixed PlanarToNV12Wrapper() and made it handle NV21.
- Added yuv2nv12XinC() to handle software scaling.
- Added NV12/NV21 handling to various places.
- Removed NV12 from vf_hue and vf_spp as they don't look like they can
  actually handle it.

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

19 years agoremove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>)
Loic Le Loarer [Wed, 16 Feb 2005 23:18:06 +0000 (23:18 +0000)]
remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>)

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

19 years agoquick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment...
tjraivio@cc.hut.fi [Wed, 16 Feb 2005 23:14:38 +0000 (23:14 +0000)]
quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi)

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

19 years agononsense comment
Michael Niedermayer [Wed, 16 Feb 2005 23:11:11 +0000 (23:11 +0000)]
nonsense comment

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

19 years agoWriting to freed memory in write_section_data() patch by (Wolfram Gloger <wmglo dent...
Wolfram Gloger [Wed, 16 Feb 2005 23:04:11 +0000 (23:04 +0000)]
Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmglo dent dot med dot uni-muenchen de>)

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

19 years agoOff-by-one bug in libavcodec/idcinvideo.c, caused
Matti Hamalainen [Wed, 16 Feb 2005 22:42:41 +0000 (22:42 +0000)]
Off-by-one bug in libavcodec/idcinvideo.c, caused
segfaults on all .cin videos from Quake II.
patch by (Matti Hamalainen <mhamalai ratol fi>)

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

19 years agoMultichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)
Roberto Togni [Tue, 15 Feb 2005 20:58:32 +0000 (20:58 +0000)]
Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)
Derived from MPlayer patch by Larry Ruedisueli

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

19 years agoFreeBSD fix
Bohdan Horst [Mon, 14 Feb 2005 13:29:55 +0000 (13:29 +0000)]
FreeBSD fix

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

19 years agobuffer overflow
Michael Niedermayer [Sun, 13 Feb 2005 23:36:04 +0000 (23:36 +0000)]
buffer overflow

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

19 years ago-target dvd minimum vobu length patch by ("Chris" [chris garveycocker com])
Chriss [Wed, 9 Feb 2005 03:00:50 +0000 (03:00 +0000)]
-target dvd minimum vobu length patch by ("Chris" [chris garveycocker com])

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

19 years agoaudio duration fix?
Michael Niedermayer [Tue, 8 Feb 2005 00:38:24 +0000 (00:38 +0000)]
audio duration fix?

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

19 years ago.wma
Michael Niedermayer [Mon, 7 Feb 2005 23:13:38 +0000 (23:13 +0000)]
.wma

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

19 years agochecksum change due to (don't crash on null codec patch which changed the stored...
Michael Niedermayer [Mon, 7 Feb 2005 22:47:46 +0000 (22:47 +0000)]
checksum change due to (don't crash on null codec patch which changed the stored length of the compressor name, movenc.c 1.28->1.29)

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

19 years agodont kill the buffers while the decoder is using them
Michael Niedermayer [Mon, 7 Feb 2005 22:06:01 +0000 (22:06 +0000)]
dont kill the buffers while the decoder is using them

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

19 years agomax/avg bitrate change (movenc.c 1.25->1.26)
Michael Niedermayer [Mon, 7 Feb 2005 20:45:19 +0000 (20:45 +0000)]
max/avg bitrate change (movenc.c 1.25->1.26)

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

19 years agomax/avg bitrate change (movenc.c 1.25->1.26)
Michael Niedermayer [Mon, 7 Feb 2005 20:15:23 +0000 (20:15 +0000)]
max/avg bitrate change (movenc.c 1.25->1.26)

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

19 years agoregression test checksum change due to the mov header field and compressor name patch...
Michael Niedermayer [Mon, 7 Feb 2005 18:56:41 +0000 (18:56 +0000)]
regression test checksum change due to the mov header field and compressor name patch (movenc.c 1.24->1.25)

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

19 years agooptimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut...
Martin Drab [Mon, 7 Feb 2005 17:09:48 +0000 (17:09 +0000)]
optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut cz<)

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

19 years agoset timestamps correctly
Michael Niedermayer [Mon, 7 Feb 2005 16:58:15 +0000 (16:58 +0000)]
set timestamps correctly

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

19 years agocleanup
Michael Niedermayer [Mon, 7 Feb 2005 13:50:39 +0000 (13:50 +0000)]
cleanup

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

19 years agoreversing the 1.52->1.53 change (handle fixed sample_size patch)
Michael Niedermayer [Mon, 7 Feb 2005 01:10:09 +0000 (01:10 +0000)]
reversing the 1.52->1.53 change (handle fixed sample_size patch)
as this patch has been removed from mov.c in the 1.61->1.62 change

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