]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agoRemove alpha channel from RGB555
Alex Beregszaszi [Thu, 16 Nov 2006 20:46:36 +0000 (20:46 +0000)]
Remove alpha channel from RGB555

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

17 years agoBGR555 has never been working as alpha supporting format. Remove the false setting.
Alex Beregszaszi [Thu, 16 Nov 2006 20:43:29 +0000 (20:43 +0000)]
BGR555 has never been working as alpha supporting format. Remove the false setting.

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

17 years agoparse video frame headers to get key flag
Baptiste Coudurier [Thu, 16 Nov 2006 15:49:54 +0000 (15:49 +0000)]
parse video frame headers to get key flag

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

17 years agoforgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually...
Michael Niedermayer [Thu, 16 Nov 2006 14:49:04 +0000 (14:49 +0000)]
forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...)

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

17 years agofixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for...
Michael Niedermayer [Thu, 16 Nov 2006 14:44:00 +0000 (14:44 +0000)]
fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...)

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

17 years agoRemove stray newline.
Diego Biurrun [Thu, 16 Nov 2006 12:49:27 +0000 (12:49 +0000)]
Remove stray newline.

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

17 years ago10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)
Michael Niedermayer [Thu, 16 Nov 2006 12:27:43 +0000 (12:27 +0000)]
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)

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

17 years agoremove broken decoder locking code
Michael Niedermayer [Thu, 16 Nov 2006 11:58:27 +0000 (11:58 +0000)]
remove broken decoder locking code
seeks now cause a special flush packet to be inserted into the queue and decoder flush happens in the decoder thread where it should

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

17 years agoprint error when unsupported sample rate is used with swf
Baptiste Coudurier [Thu, 16 Nov 2006 11:19:03 +0000 (11:19 +0000)]
print error when unsupported sample rate is used with swf

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

17 years agocheck max_pts_distance
Michael Niedermayer [Thu, 16 Nov 2006 11:03:40 +0000 (11:03 +0000)]
check max_pts_distance

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

17 years agoskip non keyframes after seeking between syncpoint and the first keyframe
Michael Niedermayer [Thu, 16 Nov 2006 10:20:29 +0000 (10:20 +0000)]
skip non keyframes after seeking between syncpoint and the first keyframe

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

17 years agoremove unused variables
Michael Niedermayer [Thu, 16 Nov 2006 09:59:46 +0000 (09:59 +0000)]
remove unused variables

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

17 years agothrow error if unsupported resolution is used with h261
Baptiste Coudurier [Thu, 16 Nov 2006 09:58:34 +0000 (09:58 +0000)]
throw error if unsupported resolution is used with h261

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

17 years agoremoving unused code
Michael Niedermayer [Thu, 16 Nov 2006 09:56:04 +0000 (09:56 +0000)]
removing unused code

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

17 years agoremove duplicate code, patch by Ryan Martell rdm4 A martellventures P com
Ryan Martell [Thu, 16 Nov 2006 08:48:05 +0000 (08:48 +0000)]
remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com
Original thread:
Date: 11/15/2006 05:15 PM
Subject: [Ffmpeg-devel] [PATCH] rtsp.c minor cleanup

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

17 years agoUpdate to libnut API, non-negative errors
Oded Shimon [Thu, 16 Nov 2006 07:33:25 +0000 (07:33 +0000)]
Update to libnut API, non-negative errors

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

17 years agomake option field const
Baptiste Coudurier [Thu, 16 Nov 2006 00:29:15 +0000 (00:29 +0000)]
make option field const

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

17 years agoset CONFIG_OS2 using new method
Måns Rullgård [Wed, 15 Nov 2006 22:37:52 +0000 (22:37 +0000)]
set CONFIG_OS2 using new method

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

17 years agogcc always #defines __MINGW32__ on mingw targets
Måns Rullgård [Wed, 15 Nov 2006 22:33:39 +0000 (22:33 +0000)]
gcc always #defines __MINGW32__ on mingw targets

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

17 years agoI suppose I can add myself, at least for my vorbis encoder...
Oded Shimon [Wed, 15 Nov 2006 18:06:44 +0000 (18:06 +0000)]
I suppose I can add myself, at least for my vorbis encoder...

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

17 years agodetect a few more errors (fixes libmp3-bug.avi again)
Michael Niedermayer [Wed, 15 Nov 2006 17:58:35 +0000 (17:58 +0000)]
detect a few more errors (fixes libmp3-bug.avi again)
make pickyness of the decoder user selectable through error_resilience param like for video decoders

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

17 years agoadd movenc.c maintainers
Baptiste Coudurier [Wed, 15 Nov 2006 13:44:49 +0000 (13:44 +0000)]
add movenc.c maintainers

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

17 years agoupdate to libnut API, don't free the streams
Oded Shimon [Wed, 15 Nov 2006 11:29:39 +0000 (11:29 +0000)]
update to libnut API, don't free the streams

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

17 years agoAlso remove cws2fws on clean.
Diego Biurrun [Wed, 15 Nov 2006 02:13:11 +0000 (02:13 +0000)]
Also remove cws2fws on clean.

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

17 years agoDo not build output_example and qt-faststart by default.
Diego Biurrun [Wed, 15 Nov 2006 02:11:24 +0000 (02:11 +0000)]
Do not build output_example and qt-faststart by default.

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

17 years agoRemove duplicate *.lib from rm command.
Diego Biurrun [Wed, 15 Nov 2006 01:55:46 +0000 (01:55 +0000)]
Remove duplicate *.lib from rm command.

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

17 years agoRemove ifneq MINGW condition around man page uninstallation. We don't do
Diego Biurrun [Wed, 15 Nov 2006 01:45:19 +0000 (01:45 +0000)]
Remove ifneq MINGW condition around man page uninstallation.  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 7083 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoMove BeOS extralibs handling into configure.
Diego Biurrun [Wed, 15 Nov 2006 01:36:16 +0000 (01:36 +0000)]
Move BeOS extralibs handling into configure.

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

17 years agoMinGW compilation fix, inet_aton and #includes depend on networking support.
Diego Biurrun [Wed, 15 Nov 2006 01:11:33 +0000 (01:11 +0000)]
MinGW compilation fix, inet_aton and #includes depend on networking support.

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

17 years agoRemove tar target, it's hardly useful.
Diego Biurrun [Wed, 15 Nov 2006 00:51:07 +0000 (00:51 +0000)]
Remove tar target, it's hardly useful.

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

17 years agoset status variables automatically in check_header and check_func
Måns Rullgård [Wed, 15 Nov 2006 00:14:50 +0000 (00:14 +0000)]
set status variables automatically in check_header and check_func

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

17 years agorename HAVE_DLFCN to HAVE_DLFCN_H
Måns Rullgård [Tue, 14 Nov 2006 23:53:37 +0000 (23:53 +0000)]
rename HAVE_DLFCN to HAVE_DLFCN_H

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

17 years agoimprove broken shell detection, and give a better error message
Måns Rullgård [Tue, 14 Nov 2006 22:48:20 +0000 (22:48 +0000)]
improve broken shell detection, and give a better error message

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

17 years agocheck for frames with 2*size > max_dist and no crc
Michael Niedermayer [Tue, 14 Nov 2006 22:24:10 +0000 (22:24 +0000)]
check for frames with 2*size > max_dist and no crc

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

17 years agoresync from last syncpoint
Michael Niedermayer [Tue, 14 Nov 2006 22:23:26 +0000 (22:23 +0000)]
resync from last syncpoint

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

17 years agoremove skip spam
Michael Niedermayer [Tue, 14 Nov 2006 22:22:53 +0000 (22:22 +0000)]
remove skip spam

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

17 years agomaking decoding more error robust
Michael Niedermayer [Tue, 14 Nov 2006 22:06:28 +0000 (22:06 +0000)]
making decoding more error robust

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

17 years agomove comment
Måns Rullgård [Tue, 14 Nov 2006 21:57:27 +0000 (21:57 +0000)]
move comment

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

17 years agoMove BeOS-specific code into os_support.c.
Diego Biurrun [Tue, 14 Nov 2006 21:31:19 +0000 (21:31 +0000)]
Move BeOS-specific code into os_support.c.

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

17 years agoreset internal buffer during seeking
Michael Niedermayer [Tue, 14 Nov 2006 20:39:20 +0000 (20:39 +0000)]
reset internal buffer during seeking

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

17 years agomore checks and error messages
Michael Niedermayer [Tue, 14 Nov 2006 20:35:15 +0000 (20:35 +0000)]
more checks and error messages

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

17 years agoremove workaround for missing inttypes.h
Måns Rullgård [Tue, 14 Nov 2006 20:00:55 +0000 (20:00 +0000)]
remove workaround for missing inttypes.h

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

17 years agochanged rgba32_to routines to support both alpha and non-alpha formats (see r7066...
Alex Beregszaszi [Tue, 14 Nov 2006 19:53:22 +0000 (19:53 +0000)]
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too)

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

17 years agochanged rgba32_to routines to support both alpha and non-alpha formats
Alex Beregszaszi [Tue, 14 Nov 2006 19:48:11 +0000 (19:48 +0000)]
changed rgba32_to routines to support both alpha and non-alpha formats

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

17 years agoFix possible overflows. Found by Steven Johnson
Alex Beregszaszi [Tue, 14 Nov 2006 19:19:13 +0000 (19:19 +0000)]
Fix possible overflows. Found by Steven Johnson

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

17 years agoAdd myself as maintainer for the imc* files.
Benjamin Larsson [Tue, 14 Nov 2006 18:56:25 +0000 (18:56 +0000)]
Add myself as maintainer for the imc* files.

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

17 years agoRemove log2() usage.
Benjamin Larsson [Tue, 14 Nov 2006 18:54:42 +0000 (18:54 +0000)]
Remove log2() usage.

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

17 years agoupdate to libnut, add cache_syncpoints
Oded Shimon [Tue, 14 Nov 2006 17:01:33 +0000 (17:01 +0000)]
update to libnut, add cache_syncpoints

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

17 years agocall AVCodec.flush() for audio too
Michael Niedermayer [Tue, 14 Nov 2006 16:39:32 +0000 (16:39 +0000)]
call AVCodec.flush() for audio too

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

17 years agoadd 422P@HL I-only universal label
Baptiste Coudurier [Tue, 14 Nov 2006 14:54:40 +0000 (14:54 +0000)]
add 422P@HL I-only universal label

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

17 years agoUse common macro PUT_UTF8 in asf.c
Zuxy Meng [Tue, 14 Nov 2006 14:37:59 +0000 (14:37 +0000)]
Use common macro PUT_UTF8 in asf.c
Patch by Zuxy Meng, % zuxy P meng A gmail P com %
date: Nov 5, 2006 9:56 AM
subject: [Ffmpeg-devel] PUT_UTF8 & asf format enhancement

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

17 years agoindention
Michael Niedermayer [Tue, 14 Nov 2006 13:33:05 +0000 (13:33 +0000)]
indention

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

17 years agoseeking with index
Michael Niedermayer [Tue, 14 Nov 2006 13:32:14 +0000 (13:32 +0000)]
seeking with index

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

17 years agoindex less seeking in O(log n) time
Michael Niedermayer [Tue, 14 Nov 2006 13:19:51 +0000 (13:19 +0000)]
index less seeking in O(log n) time

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

17 years agoMove AMR support instructions into the documentation.
Diego Biurrun [Tue, 14 Nov 2006 11:41:31 +0000 (11:41 +0000)]
Move AMR support instructions into the documentation.

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

17 years agoRemove empty section.
Diego Biurrun [Tue, 14 Nov 2006 11:25:12 +0000 (11:25 +0000)]
Remove empty section.

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

17 years agoUpdate list of supported codecs.
Diego Biurrun [Tue, 14 Nov 2006 11:24:58 +0000 (11:24 +0000)]
Update list of supported codecs.

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

17 years ago0.5l
Michael Niedermayer [Tue, 14 Nov 2006 10:04:09 +0000 (10:04 +0000)]
0.5l

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

17 years agoupdate to libnut API, rename nut.h->libnut.h
Oded Shimon [Tue, 14 Nov 2006 06:02:15 +0000 (06:02 +0000)]
update to libnut API, rename nut.h->libnut.h

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

17 years agoclean up inttypes.h and int_fastxx_t types detection
Måns Rullgård [Tue, 14 Nov 2006 04:02:58 +0000 (04:02 +0000)]
clean up inttypes.h and int_fastxx_t types detection

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

17 years agocheck for inet_aton in configure
Måns Rullgård [Tue, 14 Nov 2006 03:55:26 +0000 (03:55 +0000)]
check for inet_aton in configure

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

17 years agosimplify
Måns Rullgård [Tue, 14 Nov 2006 03:42:28 +0000 (03:42 +0000)]
simplify

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

17 years agomerge CONFIG_WINCE sections
Måns Rullgård [Tue, 14 Nov 2006 03:37:44 +0000 (03:37 +0000)]
merge CONFIG_WINCE sections

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

17 years agoindentation
Måns Rullgård [Tue, 14 Nov 2006 03:35:50 +0000 (03:35 +0000)]
indentation

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

17 years agomove some CFLAGS settings away from config.* writing section
Måns Rullgård [Tue, 14 Nov 2006 03:19:19 +0000 (03:19 +0000)]
move some CFLAGS settings away from config.* writing section

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

17 years agorevert bad checkin
Måns Rullgård [Tue, 14 Nov 2006 03:18:09 +0000 (03:18 +0000)]
revert bad checkin

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

17 years agomove some CFLAGS settings away from config.* writing section
Måns Rullgård [Tue, 14 Nov 2006 03:12:29 +0000 (03:12 +0000)]
move some CFLAGS settings away from config.* writing section

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

17 years agoMake man page installation dependent on documentation generation.
Diego Biurrun [Tue, 14 Nov 2006 02:53:59 +0000 (02:53 +0000)]
Make man page installation dependent on documentation generation.

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

17 years agomove comment where it makes sense
Måns Rullgård [Tue, 14 Nov 2006 02:43:11 +0000 (02:43 +0000)]
move comment where it makes sense

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

17 years agosimplify
Måns Rullgård [Tue, 14 Nov 2006 02:42:27 +0000 (02:42 +0000)]
simplify

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

17 years agomove makefile linking after config.* creation
Måns Rullgård [Tue, 14 Nov 2006 02:38:35 +0000 (02:38 +0000)]
move makefile linking after config.* creation

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

17 years agobeautify
Måns Rullgård [Tue, 14 Nov 2006 02:31:50 +0000 (02:31 +0000)]
beautify

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

17 years agoclean up setting of HAVE_*THREADS
Måns Rullgård [Tue, 14 Nov 2006 02:27:35 +0000 (02:27 +0000)]
clean up setting of HAVE_*THREADS

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

17 years agomove AMR notices next to other messages
Måns Rullgård [Tue, 14 Nov 2006 02:07:55 +0000 (02:07 +0000)]
move AMR notices next to other messages

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

17 years agosplit av_seek_frame_binary() so the code becomes idependant of AVInputFormat and...
Michael Niedermayer [Tue, 14 Nov 2006 01:34:36 +0000 (01:34 +0000)]
split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex

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

17 years agoRemove some unused variables.
Diego Biurrun [Tue, 14 Nov 2006 01:06:46 +0000 (01:06 +0000)]
Remove some unused variables.

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

17 years agoimprove enumerate so arbitrary ranges can be enumerated quickly
Michael Niedermayer [Tue, 14 Nov 2006 01:06:15 +0000 (01:06 +0000)]
improve enumerate so arbitrary ranges can be enumerated quickly

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

17 years agopartial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4
Baptiste Coudurier [Tue, 14 Nov 2006 01:05:31 +0000 (01:05 +0000)]
partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4

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

17 years agoAVL tree
Michael Niedermayer [Tue, 14 Nov 2006 01:02:30 +0000 (01:02 +0000)]
AVL tree

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

17 years agoRemove wrong/misleading comment.
Diego Biurrun [Tue, 14 Nov 2006 01:02:30 +0000 (01:02 +0000)]
Remove wrong/misleading comment.

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

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