OSDN Git Service

coroid/libav_saccubus.git
17 years agoRemove redundant #ifdef HAVE_THREAD, the file is only compiled
Diego Biurrun [Tue, 14 Nov 2006 00:56:56 +0000 (00:56 +0000)]
Remove redundant #ifdef HAVE_THREAD, the file is only compiled
if that condition holds anyway.

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

17 years agoRemove ifneq MINGW condition around man page installation. We don't do
Diego Biurrun [Tue, 14 Nov 2006 00:50:05 +0000 (00:50 +0000)]
Remove ifneq MINGW condition around man page installation.  We don't do
OS-dependent conditions in Makefiles anymore and I doubt this is correct.
If it turns out to be a problem it can easily be fixed.

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

17 years agobreak CONFIG_LIST and HAVE_LIST onto multiple lines
Måns Rullgård [Tue, 14 Nov 2006 00:47:27 +0000 (00:47 +0000)]
break CONFIG_LIST and HAVE_LIST onto multiple lines

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

17 years agofix HAVE_LRINTF setting
Måns Rullgård [Tue, 14 Nov 2006 00:42:31 +0000 (00:42 +0000)]
fix HAVE_LRINTF setting

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

17 years agorename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure
Måns Rullgård [Tue, 14 Nov 2006 00:35:21 +0000 (00:35 +0000)]
rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure

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

17 years agofactorize config.h/config.mak writing
Måns Rullgård [Tue, 14 Nov 2006 00:16:43 +0000 (00:16 +0000)]
factorize config.h/config.mak writing

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

17 years agorename shell variables v4l[2] to video4linux[2]
Måns Rullgård [Tue, 14 Nov 2006 00:12:02 +0000 (00:12 +0000)]
rename shell variables v4l[2] to video4linux[2]

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

17 years agorename shell variable _altivec_h to altivec_h
Måns Rullgård [Mon, 13 Nov 2006 23:52:32 +0000 (23:52 +0000)]
rename shell variable _altivec_h to altivec_h

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

17 years agorename shell variable sunmlib to mlib for consistency with CONFIG_MLIB
Måns Rullgård [Mon, 13 Nov 2006 23:40:04 +0000 (23:40 +0000)]
rename shell variable sunmlib to mlib for consistency with CONFIG_MLIB

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

17 years agorename shell variable _memalign to memalign
Måns Rullgård [Mon, 13 Nov 2006 23:24:17 +0000 (23:24 +0000)]
rename shell variable _memalign to memalign

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

17 years agorename shell variable _malloc_h to malloc_h
Måns Rullgård [Mon, 13 Nov 2006 23:22:41 +0000 (23:22 +0000)]
rename shell variable _malloc_h to malloc_h

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

17 years agorename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN
Måns Rullgård [Mon, 13 Nov 2006 23:14:24 +0000 (23:14 +0000)]
rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN

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

17 years agoremove unused option --disable-simple_idct
Måns Rullgård [Mon, 13 Nov 2006 22:27:46 +0000 (22:27 +0000)]
remove unused option --disable-simple_idct

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

17 years agorename shell variable vorbis to libvorbis
Måns Rullgård [Mon, 13 Nov 2006 22:16:24 +0000 (22:16 +0000)]
rename shell variable vorbis to libvorbis

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

17 years agorename shell variable netserver to beos_netserver for consistency
Måns Rullgård [Mon, 13 Nov 2006 22:12:39 +0000 (22:12 +0000)]
rename shell variable netserver to beos_netserver for consistency

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

17 years agorename CONFIG_AC3 to CONFIG_A52
Måns Rullgård [Mon, 13 Nov 2006 22:09:31 +0000 (22:09 +0000)]
rename CONFIG_AC3 to CONFIG_A52
it's more consistent and Dolby never liked people "infringing" their TM

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

17 years agoremove filter_out() function, it's unused and not POSIX compliant
Måns Rullgård [Mon, 13 Nov 2006 21:43:43 +0000 (21:43 +0000)]
remove filter_out() function, it's unused and not POSIX compliant

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

17 years agoSupport for 16-bit grayscale
Kostya Shishkov [Mon, 13 Nov 2006 11:39:28 +0000 (11:39 +0000)]
Support for 16-bit grayscale

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

17 years agoGive error about planar RGB
Kostya Shishkov [Mon, 13 Nov 2006 11:38:42 +0000 (11:38 +0000)]
Give error about planar RGB

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

17 years agoUpdate error message
Kostya Shishkov [Mon, 13 Nov 2006 11:36:22 +0000 (11:36 +0000)]
Update error message

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

17 years agoUse table for determining type sizes
Kostya Shishkov [Mon, 13 Nov 2006 11:34:46 +0000 (11:34 +0000)]
Use table for determining type sizes

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

17 years agoadd low delay forcing option for mpeg1/2 encoding
Baptiste Coudurier [Mon, 13 Nov 2006 11:30:26 +0000 (11:30 +0000)]
add low delay forcing option for mpeg1/2 encoding

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

17 years agoDecoder can decode many ZLib-packed strips
Kostya Shishkov [Mon, 13 Nov 2006 11:27:36 +0000 (11:27 +0000)]
Decoder can decode many ZLib-packed strips

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

17 years agoPrint error message for unsupported mode (RGB planar,CMYK,YCrCb)
Kostya Shishkov [Mon, 13 Nov 2006 11:20:50 +0000 (11:20 +0000)]
Print error message for unsupported mode (RGB planar,CMYK,YCrCb)

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

17 years ago8-bit images support for TIFF
Kostya Shishkov [Mon, 13 Nov 2006 05:32:10 +0000 (05:32 +0000)]
8-bit images support for TIFF

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

17 years agoRows per strip may be >= height
Kostya Shishkov [Mon, 13 Nov 2006 05:30:50 +0000 (05:30 +0000)]
Rows per strip may be >= height

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

17 years agoWarn about JPEG in TIFF
Kostya Shishkov [Mon, 13 Nov 2006 05:29:45 +0000 (05:29 +0000)]
Warn about JPEG in TIFF

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

17 years agoCorrectly detect 4-component images
Kostya Shishkov [Mon, 13 Nov 2006 05:28:55 +0000 (05:28 +0000)]
Correctly detect 4-component images

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

17 years agoSimplify VMD demuxer (but it still does not work right)
Kostya Shishkov [Mon, 13 Nov 2006 05:18:19 +0000 (05:18 +0000)]
Simplify VMD demuxer (but it still does not work right)

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

17 years agoOutput proper 16-bit sound (fixes decoding on PPC)
Kostya Shishkov [Mon, 13 Nov 2006 05:15:55 +0000 (05:15 +0000)]
Output proper 16-bit sound (fixes decoding on PPC)

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

17 years agosupport for libswscale.pc without --enable-swscaler
j@v2v.cc [Mon, 13 Nov 2006 00:17:19 +0000 (00:17 +0000)]
support for libswscale.pc without --enable-swscaler
patch by j -- at -- v2v -- dot -- cc

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

17 years agozigzag_direct_noperm doesn't exist, remove declaration
Måns Rullgård [Sun, 12 Nov 2006 23:35:49 +0000 (23:35 +0000)]
zigzag_direct_noperm doesn't exist, remove declaration

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

17 years agoSync documentation with the current ffmpeg -h output.
Diego Biurrun [Sun, 12 Nov 2006 23:19:26 +0000 (23:19 +0000)]
Sync documentation with the current ffmpeg -h output.
patch from Víctor Paesa, wzrlpy arsystel com

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

17 years agomake more tables static
Måns Rullgård [Sun, 12 Nov 2006 23:14:20 +0000 (23:14 +0000)]
make more tables static

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

17 years agorename squareTbl -> ff_squareTbl
Måns Rullgård [Sun, 12 Nov 2006 21:48:04 +0000 (21:48 +0000)]
rename squareTbl -> ff_squareTbl

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

17 years agorename ff_cavs_flush to cavs_flush and make it static
Stefan Gehrer [Sun, 12 Nov 2006 20:23:47 +0000 (20:23 +0000)]
rename ff_cavs_flush to cavs_flush and make it static

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

17 years agomove all cavs-parsing to cavs.c
Stefan Gehrer [Sun, 12 Nov 2006 20:18:07 +0000 (20:18 +0000)]
move all cavs-parsing to cavs.c
This should help building parser without decoder

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

17 years agorename cropTbl -> ff_cropTbl
Måns Rullgård [Sun, 12 Nov 2006 20:08:09 +0000 (20:08 +0000)]
rename cropTbl -> ff_cropTbl

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

17 years agomake mpeg4video_split public as ff_mpeg4video_split
Stefan Gehrer [Sun, 12 Nov 2006 20:01:50 +0000 (20:01 +0000)]
make mpeg4video_split public as ff_mpeg4video_split

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

17 years agorename inverse -> ff_inverse
Måns Rullgård [Sun, 12 Nov 2006 18:49:36 +0000 (18:49 +0000)]
rename inverse -> ff_inverse

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

17 years agoAllows playback of truncated matroska files.
Aurelien Jacobs [Sun, 12 Nov 2006 16:59:27 +0000 (16:59 +0000)]
Allows playback of truncated matroska files.

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

17 years agofix make dep with some gcc versions
Måns Rullgård [Sun, 12 Nov 2006 16:37:32 +0000 (16:37 +0000)]
fix make dep with some gcc versions

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

17 years agocosmetic: fix indentation after previous commit
Aurelien Jacobs [Sun, 12 Nov 2006 16:36:14 +0000 (16:36 +0000)]
cosmetic: fix indentation after previous commit

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

17 years agoFix avidec.c compilation when dv demuxer is disabled.
Aurelien Jacobs [Sun, 12 Nov 2006 16:35:19 +0000 (16:35 +0000)]
Fix avidec.c compilation when dv demuxer is disabled.

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

17 years agochange include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de...
Oded Shimon [Sun, 12 Nov 2006 16:24:05 +0000 (16:24 +0000)]
change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..

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

17 years agoslight simplification
Diego Biurrun [Sun, 12 Nov 2006 16:07:14 +0000 (16:07 +0000)]
slight simplification

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

17 years ago#define ENABLE_*_CODEC etc as 0 or 1 in config.h
Måns Rullgård [Sun, 12 Nov 2006 15:19:58 +0000 (15:19 +0000)]
#define ENABLE_*_CODEC etc as 0 or 1 in config.h

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

17 years agomore verbose r_frame_rate definition
Michael Niedermayer [Sun, 12 Nov 2006 13:54:11 +0000 (13:54 +0000)]
more verbose r_frame_rate definition

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

17 years agomake some tables static
Måns Rullgård [Sun, 12 Nov 2006 13:40:40 +0000 (13:40 +0000)]
make some tables static

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

17 years agofix checksum check (was my bug not libnut)
Michael Niedermayer [Sun, 12 Nov 2006 12:16:59 +0000 (12:16 +0000)]
fix checksum check (was my bug not libnut)

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

17 years agofix timestamp rounding in syncpoints
Michael Niedermayer [Sun, 12 Nov 2006 12:07:42 +0000 (12:07 +0000)]
fix timestamp rounding in syncpoints
index reading (unfinished and disabled)

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

17 years agoregister nut muxer if libnut is used
Oded Shimon [Sun, 12 Nov 2006 06:10:21 +0000 (06:10 +0000)]
register nut muxer if libnut is used

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

17 years agoAdd libnut support until ffmpeg gets an independant and complete de/muxer for NUT
Oded Shimon [Sun, 12 Nov 2006 06:09:15 +0000 (06:09 +0000)]
Add libnut support until ffmpeg gets an independant and complete de/muxer for NUT

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

17 years agoadding more static keywords
Måns Rullgård [Sun, 12 Nov 2006 03:34:12 +0000 (03:34 +0000)]
adding more static keywords

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

17 years agomake vp6_pcr_tree static
Måns Rullgård [Sun, 12 Nov 2006 01:08:05 +0000 (01:08 +0000)]
make vp6_pcr_tree static

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

17 years agofix make dep for out of tree builds
Måns Rullgård [Sat, 11 Nov 2006 20:58:32 +0000 (20:58 +0000)]
fix make dep for out of tree builds

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

17 years agomake some symbols static
Måns Rullgård [Sat, 11 Nov 2006 20:56:36 +0000 (20:56 +0000)]
make some symbols static

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

17 years agomake some symbols static
Måns Rullgård [Sat, 11 Nov 2006 20:54:48 +0000 (20:54 +0000)]
make some symbols static

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

17 years agosimplify
Michael Niedermayer [Sat, 11 Nov 2006 19:47:58 +0000 (19:47 +0000)]
simplify

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

17 years agomake two functions static
Måns Rullgård [Sat, 11 Nov 2006 19:46:53 +0000 (19:46 +0000)]
make two functions static

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

17 years agodont do startcode search from last syncpoint if there are no errors
Michael Niedermayer [Sat, 11 Nov 2006 19:43:55 +0000 (19:43 +0000)]
dont do startcode search from last syncpoint if there are no errors

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

17 years agonut simple seeking first try
Michael Niedermayer [Sat, 11 Nov 2006 19:37:21 +0000 (19:37 +0000)]
nut simple seeking first try

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

17 years agodisable nut regression test until we have a working muxer
Michael Niedermayer [Sat, 11 Nov 2006 01:56:23 +0000 (01:56 +0000)]
disable nut regression test until we have a working muxer

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

17 years agoupdating nut demuxer to latest spec
Michael Niedermayer [Sat, 11 Nov 2006 01:35:50 +0000 (01:35 +0000)]
updating nut demuxer to latest spec
no muxing yet
no index yet
no seeking yet
libnuts crcs dont match mine (didnt investigate yet)
samplerate is stored wrong by libnut (demuxer has a workaround)
code is not clean or beautifull yet, but i thought its better to commit early before someone unneccesarily wastes his time duplicating the work
demuxer split from muxer

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

17 years agoFix wrong comment.
Steve L'Homme [Sat, 11 Nov 2006 00:56:27 +0000 (00:56 +0000)]
Fix wrong comment.
Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Fri, 10 Nov 2006 15:29:50 +0100
Subject: [Ffmpeg-devel] [PATCH] fix a comment

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

17 years agoAdd A_AAC codec identifier support in matroska.
Steve L'Homme [Sat, 11 Nov 2006 00:49:39 +0000 (00:49 +0000)]
Add A_AAC codec identifier support in matroska.
Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Fri, 10 Nov 2006 15:22:33 +0100
Subject: [Ffmpeg-devel] [PATCH] Handle "A_AAC" in matroska codec IDs

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

17 years agolibnut uses "MP3 " for mp3
Michael Niedermayer [Sat, 11 Nov 2006 00:29:49 +0000 (00:29 +0000)]
libnut uses "MP3 " for mp3

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

17 years agoreport error when local tag has 0 size
Baptiste Coudurier [Fri, 10 Nov 2006 14:04:44 +0000 (14:04 +0000)]
report error when local tag has 0 size

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

17 years agozero private bits
Michael Niedermayer [Fri, 10 Nov 2006 11:45:43 +0000 (11:45 +0000)]
zero private bits

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

17 years agostore a identifer and the first header in extradata
Michael Niedermayer [Fri, 10 Nov 2006 11:31:02 +0000 (11:31 +0000)]
store a identifer and the first header in extradata
with this mp3 should be binary identical to what you had before header compression
support mp3 with crc (by droping the crc and putting it back during header decompress, currently its just random tough, does any deocoder even check it?)

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

17 years agoalso set strict_std_compliance for stream copy, its needed for the bitstream filters
Michael Niedermayer [Fri, 10 Nov 2006 09:44:38 +0000 (09:44 +0000)]
also set strict_std_compliance for stream copy, its needed for the bitstream filters

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

17 years agomp3 header (de)compression bitstream filter
Michael Niedermayer [Fri, 10 Nov 2006 01:41:53 +0000 (01:41 +0000)]
mp3 header (de)compression bitstream filter
this will make mp3 frames 4 bytes smaller, it will not give you binary identical mp3 files, but it will give you mp3 files which decode to binary identical output
this will only work in containers providing at least packet size, sample_rate and number of channels
bugreports about mp3 files for which this fails are welcome
and this is experimental (dont expect compatibility and dont even expect to be able to decompress what you compressed, hell dont even expect this to work without editing the source a little)

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

17 years agodisable -Winline spam, --enable-extra-warnings to enable
Måns Rullgård [Thu, 9 Nov 2006 21:09:22 +0000 (21:09 +0000)]
disable -Winline spam, --enable-extra-warnings to enable

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

17 years ago16bit in avi is RGB555
Michael Niedermayer [Thu, 9 Nov 2006 17:28:46 +0000 (17:28 +0000)]
16bit in avi is RGB555

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

17 years agoRemove the H264Context parameter from decode_init_vlc() as it is not being used.
Panagiotis Issaris [Thu, 9 Nov 2006 16:40:33 +0000 (16:40 +0000)]
Remove the H264Context parameter from decode_init_vlc() as it is not being used.

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

17 years agoSynch with ffmpeg's r6938 "allow spaces in source and build directory names..."
Luca Abeni [Thu, 9 Nov 2006 15:13:56 +0000 (15:13 +0000)]
Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."

Originally committed as revision 20816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoget rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC...
Baptiste Coudurier [Thu, 9 Nov 2006 11:37:30 +0000 (11:37 +0000)]
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used

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

17 years ago10000l to myself, fixing regression test failure
Michael Niedermayer [Thu, 9 Nov 2006 01:23:47 +0000 (01:23 +0000)]
10000l to myself, fixing regression test failure

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

17 years agocheck for byteswap.h
Måns Rullgård [Thu, 9 Nov 2006 01:06:48 +0000 (01:06 +0000)]
check for byteswap.h

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

17 years agosupport m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov
Baptiste Coudurier [Thu, 9 Nov 2006 00:09:27 +0000 (00:09 +0000)]
support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov

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

17 years agorename CONFIG_SDL -> HAVE_SDL
Måns Rullgård [Wed, 8 Nov 2006 23:22:55 +0000 (23:22 +0000)]
rename CONFIG_SDL -> HAVE_SDL

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

17 years agorename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK
Måns Rullgård [Wed, 8 Nov 2006 23:18:18 +0000 (23:18 +0000)]
rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK

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

17 years agofix missdetection of mpeg-ps (ps2_interdite.mpg)
Michael Niedermayer [Wed, 8 Nov 2006 22:49:55 +0000 (22:49 +0000)]
fix missdetection of mpeg-ps (ps2_interdite.mpg)

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

17 years agoadd support for AAC in matroska
Aurelien Jacobs [Wed, 8 Nov 2006 20:13:30 +0000 (20:13 +0000)]
add support for AAC in matroska

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

17 years agoadd audio output sampling freqency reading in matroska
Aurelien Jacobs [Wed, 8 Nov 2006 20:09:56 +0000 (20:09 +0000)]
add audio output sampling freqency reading in matroska

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

17 years ago * fixing a memory leak in DV format.
Brian Brice [Wed, 8 Nov 2006 18:57:02 +0000 (18:57 +0000)]
  * fixing a memory leak in DV format.
    Patch by Brian Brice bbrice at newtek dot com

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

17 years agoAdd myself as matroska.c maintainer.
Aurelien Jacobs [Wed, 8 Nov 2006 18:55:21 +0000 (18:55 +0000)]
Add myself as matroska.c maintainer.

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

17 years agoBetter way to detect cluster (fix files encoded with Haali's muxer).
Aurelien Jacobs [Wed, 8 Nov 2006 18:53:36 +0000 (18:53 +0000)]
Better way to detect cluster (fix files encoded with Haali's muxer).

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

17 years ago100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the...
Michael Niedermayer [Wed, 8 Nov 2006 18:15:54 +0000 (18:15 +0000)]
100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture

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

17 years agoRemove illegal FourCC values.
Diego Biurrun [Wed, 8 Nov 2006 10:48:15 +0000 (10:48 +0000)]
Remove illegal FourCC values.

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

17 years agompeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)
Thijs Vermeir [Wed, 8 Nov 2006 01:21:23 +0000 (01:21 +0000)]
mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)
tabs removed by me
VOL vs. VOP check fixed by me

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

17 years agoutf8 title support for psp (untested)
Michael Niedermayer [Wed, 8 Nov 2006 01:15:06 +0000 (01:15 +0000)]
utf8 title support for psp (untested)

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

17 years agoallow spaces in source and build directory names
Måns Rullgård [Wed, 8 Nov 2006 00:02:15 +0000 (00:02 +0000)]
allow spaces in source and build directory names
out of tree builds from a source dir with spaces is impossible
due to how make handles vpath

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

17 years agoadd "seek by bytes" support to ffplay
Steve L'Homme [Tue, 7 Nov 2006 22:35:41 +0000 (22:35 +0000)]
add "seek by bytes" support to ffplay
Patch by Steve Lhomme % slhomme A divxcorp P com %
Orginal thread:
Date: Nov 6, 2006 5:58 PM
Subject: Re: [Ffmpeg-devel] [Bad news]: MPEG Seek has failed to work in FFmpeg SVN

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

17 years agoadd support for rtp/h264 streaming
Ryan Martell [Tue, 7 Nov 2006 22:10:07 +0000 (22:10 +0000)]
add support for rtp/h264 streaming
Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Nov 6, 2006 8:56 PM
Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP

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

17 years agoSome documentation on the vhook imlib2 moving images feature.
Víctor Paesa [Tue, 7 Nov 2006 21:25:47 +0000 (21:25 +0000)]
Some documentation on the vhook imlib2 moving images feature.
patch by Víctor Paesa, wzrlpy arsystel com

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

17 years agotypo
Baptiste Coudurier [Tue, 7 Nov 2006 13:50:41 +0000 (13:50 +0000)]
typo

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

17 years agoadd option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag
Baptiste Coudurier [Tue, 7 Nov 2006 13:45:08 +0000 (13:45 +0000)]
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag

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

17 years agoSimplify
Luca Barbato [Tue, 7 Nov 2006 12:45:29 +0000 (12:45 +0000)]
Simplify

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

17 years agoUse MMX only under x86_32, there are compilation problems.
Diego Biurrun [Tue, 7 Nov 2006 12:28:13 +0000 (12:28 +0000)]
Use MMX only under x86_32, there are compilation problems.

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