Michael Niedermayer [Sat, 2 Jun 2007 23:04:46 +0000 (23:04 +0000)]
kill completely idiotic code which hides all but 2 streams
Originally committed as revision 9177 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Sat, 2 Jun 2007 21:50:45 +0000 (21:50 +0000)]
Add FAQ entry for video joining.
Originally committed as revision 9176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 2 Jun 2007 21:48:49 +0000 (21:48 +0000)]
correct implementation of "try with auto_guess if first detection fails"
(untested)
Originally committed as revision 9175 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 2 Jun 2007 21:44:20 +0000 (21:44 +0000)]
revert r4802 (try with auto_guess if first detection fails)
this change is broken, 3/4 of the code added is unreachable, ill implement
it correctly in a moment
Originally committed as revision 9174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 2 Jun 2007 20:57:31 +0000 (20:57 +0000)]
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack
Originally committed as revision 9173 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 2 Jun 2007 11:44:44 +0000 (11:44 +0000)]
Rename aac_decoder to libfaad_decoder for consistency and to be able to
more easily add a possible future native decoder.
Originally committed as revision 9172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 2 Jun 2007 11:20:24 +0000 (11:20 +0000)]
Rename faac_encoder to libfaac_encoder for consistency and to be able to
more easily add a possible future native encoder.
Originally committed as revision 9171 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sat, 2 Jun 2007 01:42:47 +0000 (01:42 +0000)]
Remove get_byte wrapper
Originally committed as revision 9170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sat, 2 Jun 2007 01:41:07 +0000 (01:41 +0000)]
Use AV_xx throughout libavcodec
Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 1 Jun 2007 21:17:05 +0000 (21:17 +0000)]
fix skipped blocks
fixes decoding of (http://samples.mplayerhq.hu/game-formats/idroq/bf2introseg.roq)
Originally committed as revision 9168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Fri, 1 Jun 2007 12:03:33 +0000 (12:03 +0000)]
A bit more clear FAQ 1.2
Patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 9167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 31 May 2007 21:40:22 +0000 (21:40 +0000)]
check qblur > 1 (prevent assert failure / segfault)
fixes sf bug #797610
Originally committed as revision 9166 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 30 May 2007 23:42:37 +0000 (23:42 +0000)]
move jpegls up, fixes sf bug #1629152
Originally committed as revision 9165 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 30 May 2007 23:06:37 +0000 (23:06 +0000)]
sanity checks (should prevent hypothetical div by zero issue)
should fix sf bug #1547313
Originally committed as revision 9164 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 30 May 2007 21:38:57 +0000 (21:38 +0000)]
fix assert() 2nd try
Originally committed as revision 9163 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Wed, 30 May 2007 14:20:55 +0000 (14:20 +0000)]
Add support for listing the supported pixel formats using the option
-pix_fmt list
patch by Stefano Sabatini stefano sabatini minus lala chez poste it
original thread: [FFmpeg-devel] [PATCH] List supported pixel formats
date: 05/25/2007 05:46 PM
Originally committed as revision 9162 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 30 May 2007 10:11:05 +0000 (10:11 +0000)]
cosmetics: indentation
Originally committed as revision 9161 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 30 May 2007 10:09:54 +0000 (10:09 +0000)]
use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
Originally committed as revision 9160 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 30 May 2007 10:04:37 +0000 (10:04 +0000)]
typo
Originally committed as revision 9159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 30 May 2007 09:50:35 +0000 (09:50 +0000)]
use FFSWAP()
Originally committed as revision 9158 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 30 May 2007 09:45:09 +0000 (09:45 +0000)]
cosmetics: indentation
Originally committed as revision 9157 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 30 May 2007 09:44:16 +0000 (09:44 +0000)]
split rm muxer and demuxer in their own files
Originally committed as revision 9156 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Wed, 30 May 2007 09:33:09 +0000 (09:33 +0000)]
rename attribute_unused to av_unused as it is declared in common.h
patch by Carl Eugen Hoyos cehoyos chez ag or at
original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused
date: 05/29/2007 01:23 PM
Originally committed as revision 23418 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Carl Eugen Hoyos [Wed, 30 May 2007 09:32:25 +0000 (09:32 +0000)]
rename attribute_unused to av_unused and moves its declaration to common.h
patch by Carl Eugen Hoyos cehoyos chez ag or at
original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused
date: 05/29/2007 01:23 PM
Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 30 May 2007 07:11:03 +0000 (07:11 +0000)]
seek tests only available with GPL enabled
Originally committed as revision 9154 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 30 May 2007 00:08:32 +0000 (00:08 +0000)]
warn the user about the the mdhd problem
(this is of course not a good solution but its better than silently
generating invalid files, we should find a better solution)
Originally committed as revision 9153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 May 2007 16:51:55 +0000 (16:51 +0000)]
fix assertion failure
Originally committed as revision 9152 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 29 May 2007 16:43:25 +0000 (16:43 +0000)]
Do proper frame swapping so VMD video decoder works again
Originally committed as revision 9151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 29 May 2007 15:18:51 +0000 (15:18 +0000)]
Mark phony swscale_error target as such.
Originally committed as revision 9150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 29 May 2007 15:01:33 +0000 (15:01 +0000)]
Split RoQ decoder to accommodate future encoder patch
patch by Vitor vitor1001 gmail moc
original thread: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2
date: 05/27/2007 12:21 PM
Originally committed as revision 9149 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Tue, 29 May 2007 14:35:29 +0000 (14:35 +0000)]
allocate PPS and SPS dynamically
patch by Andreas Öman andreas ta olebyn tod nu
reference thread:
subject: [FFmpeg-devel] [PATCH] h264: allocate PPS and SPS dynamically
date: 05/28/2007 03:00 PM
Originally committed as revision 9148 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 29 May 2007 12:20:40 +0000 (12:20 +0000)]
cosmetics and function rename
patch by Vitor ken1001 gmail com | sed -e s/ken/vitor/
reference thread:
subject: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2
date: 05/27/2007 12:21 PM
Originally committed as revision 9147 to svn://svn.ffmpeg.org/ffmpeg/trunk
Glenn A. Serre [Tue, 29 May 2007 08:19:37 +0000 (08:19 +0000)]
variable initialization (because of a gcc warning)
patch by Glenn A. Serre gaserre spiresoftware com
Originally committed as revision 9146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 28 May 2007 09:30:56 +0000 (09:30 +0000)]
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Originally committed as revision 23400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Mon, 28 May 2007 09:30:41 +0000 (09:30 +0000)]
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 27 May 2007 22:34:49 +0000 (22:34 +0000)]
make decoder decode the first frame properly if theres more than just one
frame input
Originally committed as revision 9144 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 May 2007 16:31:02 +0000 (16:31 +0000)]
doc/Makefile no longer exists.
Originally committed as revision 9143 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 May 2007 15:52:57 +0000 (15:52 +0000)]
10l: Revert accidental removal of unused code.
Originally committed as revision 9142 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 May 2007 14:07:44 +0000 (14:07 +0000)]
Exit with error when running libavtest and not configured with --enable-gpl.
Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 May 2007 14:05:50 +0000 (14:05 +0000)]
Rename variable for consistency.
Originally committed as revision 9140 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 May 2007 14:05:01 +0000 (14:05 +0000)]
whitespace cosmetics
Originally committed as revision 9139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 May 2007 13:59:13 +0000 (13:59 +0000)]
better variable names
Originally committed as revision 9138 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 May 2007 13:50:14 +0000 (13:50 +0000)]
Remove comments that are neither very enlightening nor particularly up-to-date.
Originally committed as revision 9137 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 May 2007 13:48:19 +0000 (13:48 +0000)]
Do not hide the commands make runs.
Originally committed as revision 9136 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 May 2007 13:36:02 +0000 (13:36 +0000)]
Fix seek_test compilation for out-of-tree builds.
Originally committed as revision 9135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 May 2007 13:33:40 +0000 (13:33 +0000)]
--enable-amr-* --> -- enable-libamr-*
Originally committed as revision 9134 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 27 May 2007 08:06:45 +0000 (08:06 +0000)]
fix "incorrect frame size" errors with small.nuv
Originally committed as revision 9133 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 25 May 2007 23:08:13 +0000 (23:08 +0000)]
more snow todo items
Originally committed as revision 9132 to svn://svn.ffmpeg.org/ffmpeg/trunk
Harald Karnet [Fri, 25 May 2007 14:42:11 +0000 (14:42 +0000)]
Correct the parameter order for the call to "av_clip".
Patch by Harald Karnet, harald karner % gmx net.
Thread [FFmpeg-devel] [PATCH] Bugfix H.263+ encoder frame header corruption
Originally committed as revision 9131 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 25 May 2007 13:29:22 +0000 (13:29 +0000)]
Remove portability comment, it should be pure POSIX now.
Originally committed as revision 9130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 25 May 2007 13:28:34 +0000 (13:28 +0000)]
whitespace cosmetics
Originally committed as revision 9129 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 25 May 2007 13:27:08 +0000 (13:27 +0000)]
'grep -q' is a GNU extension.
Originally committed as revision 9128 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 25 May 2007 13:22:01 +0000 (13:22 +0000)]
Do not fail or print an error if the logfile already exists.
Originally committed as revision 9127 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 25 May 2007 13:12:17 +0000 (13:12 +0000)]
Add seektest to top-level targets, remove individual codec tests.
Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 25 May 2007 12:41:41 +0000 (12:41 +0000)]
Also remove seek_test upon clean.
Originally committed as revision 9125 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Fri, 25 May 2007 00:16:14 +0000 (00:16 +0000)]
merge huffman tables for rgb too
Originally committed as revision 9124 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 24 May 2007 23:32:50 +0000 (23:32 +0000)]
Replace multiple rules for compiling binaries by one pattern rule.
Originally committed as revision 9123 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 24 May 2007 23:14:54 +0000 (23:14 +0000)]
Use proper license header.
Originally committed as revision 9122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 24 May 2007 23:13:10 +0000 (23:13 +0000)]
typo
Originally committed as revision 9121 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 24 May 2007 22:47:47 +0000 (22:47 +0000)]
Remove obsolete and non-working DSP test program.
Originally committed as revision 9120 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 24 May 2007 19:04:19 +0000 (19:04 +0000)]
cosmetics (reduce nesting)
Originally committed as revision 9119 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 24 May 2007 17:40:02 +0000 (17:40 +0000)]
use sparse huffman tables. 1.5% faster huffyuv decoding.
Originally committed as revision 9118 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 24 May 2007 17:38:56 +0000 (17:38 +0000)]
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
Originally committed as revision 9117 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 24 May 2007 09:49:39 +0000 (09:49 +0000)]
extern C declarations were removed.
Originally committed as revision 9116 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sergey Vlasov [Thu, 24 May 2007 04:08:48 +0000 (04:08 +0000)]
fix dca_bitalloc_index decoder init
Patch by Sergey Vlasov (printf("%csu at altlinux%s",'v',".ru");)
Thread [FFmpeg-devel] [PATCH] dca: fix dca_bitalloc_index decoder init
Originally committed as revision 9115 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sergey Vlasov [Thu, 24 May 2007 04:02:47 +0000 (04:02 +0000)]
Fix dca.c compilation with #define TRACE
Patch by Sergey Vlasov (v\0163u at \0141ltlinux.ru)
Thread [FFmpeg-devel] [PATCH] dca: fix compilation with #define TRACE
Originally committed as revision 9114 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 23 May 2007 23:22:39 +0000 (23:22 +0000)]
cosmetics: alignment
Originally committed as revision 9113 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 23 May 2007 23:21:42 +0000 (23:21 +0000)]
define ENABLE_* for every CONFIG_ item
Originally committed as revision 9112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Oded Shimon [Wed, 23 May 2007 18:41:34 +0000 (18:41 +0000)]
fix mjpeg decoding with broken huffman table headers
Originally committed as revision 9111 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Wed, 23 May 2007 18:38:08 +0000 (18:38 +0000)]
-sws_flags command line option to set swscaler flags
Originally committed as revision 9110 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Wed, 23 May 2007 18:35:45 +0000 (18:35 +0000)]
-sws_flags command line option to set swscaler flags
Originally committed as revision 9109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Wed, 23 May 2007 18:35:24 +0000 (18:35 +0000)]
ffmpeg -sws_flags command line option to set swscaler flags
Originally committed as revision 23379 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ramiro Polla [Wed, 23 May 2007 14:55:13 +0000 (14:55 +0000)]
Remove duplicate bytestream functions
Originally committed as revision 9108 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Wed, 23 May 2007 13:46:11 +0000 (13:46 +0000)]
Export the four remaining H.264 decoder intra prediction functions for reuse in
the H.264 encoder. These functions are: pred8x8_left_dc_c, pred8x8_top_dc_c,
pred16x16_left_dc_c and pred16x16_top_dc_c.
Originally committed as revision 9107 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Wed, 23 May 2007 09:07:57 +0000 (09:07 +0000)]
Reindent
Originally committed as revision 9106 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Wed, 23 May 2007 09:07:23 +0000 (09:07 +0000)]
Make the compilation of h264idct.c optional.
Originally committed as revision 9105 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Wed, 23 May 2007 09:02:07 +0000 (09:02 +0000)]
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding.
Originally committed as revision 9104 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 23 May 2007 07:17:17 +0000 (07:17 +0000)]
add rgb suffix handling for demuxer
Originally committed as revision 9103 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Tue, 22 May 2007 08:28:32 +0000 (08:28 +0000)]
id3v2 writer
patch by Andreas Ã\96man andreas olebyn nu
original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2
Originally committed as revision 9102 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Tue, 22 May 2007 08:23:45 +0000 (08:23 +0000)]
id3v2 reader
patch by Andreas Ã\96man andreas olebyn nu
original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2
Originally committed as revision 9101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Tue, 22 May 2007 07:58:22 +0000 (07:58 +0000)]
cosmetic v1/v2 renaming
patch by Andreas Ã\96man andreas olebyn nu
Originally committed as revision 9100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Thijs Vermeir [Tue, 22 May 2007 07:51:39 +0000 (07:51 +0000)]
Add transport method options
patch by Thijs Vermeir thijs vermeir chez barco com
original thread:
[FFmpeg-devel] [PATCH] Add rtsp options support ( added option)
Originally committed as revision 9099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Thijs Vermeir [Tue, 22 May 2007 07:47:04 +0000 (07:47 +0000)]
Add support for options
patch by Thijs Vermeir thijs vermeir chez barco com
original thread:
[FFmpeg-devel] [PATCH] Add rtsp options support ( added option)
Originally committed as revision 9098 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 22 May 2007 07:08:38 +0000 (07:08 +0000)]
Remove mdct.o and fft.o from fft-test prerequisites list.
Both objects were added to the link command, resulting in multiple definitions
of symbols. Now linking works in the general case when mdct.o and fft.o are
compiled into libavcodec.a.
Originally committed as revision 9097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 21 May 2007 16:08:03 +0000 (16:08 +0000)]
r9095 invalidly removed the check for non-winsock
Originally committed as revision 9096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 21 May 2007 15:54:35 +0000 (15:54 +0000)]
fix FD_SETSIZE handling in our poll() emulation
Originally committed as revision 9095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Mon, 21 May 2007 15:28:37 +0000 (15:28 +0000)]
Only compile golomb.c when needed.
Originally committed as revision 9094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Mon, 21 May 2007 15:24:31 +0000 (15:24 +0000)]
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic
LS encoder enabled.
Originally committed as revision 9093 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Mon, 21 May 2007 12:55:02 +0000 (12:55 +0000)]
Only compile cabac.c when needed.
Originally committed as revision 9092 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 21 May 2007 12:54:12 +0000 (12:54 +0000)]
vorbis encoder missed rename to libvorbis
Originally committed as revision 9091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Mon, 21 May 2007 12:51:29 +0000 (12:51 +0000)]
Split the h261.c file into separate files for the encoder, decoder and common stuff.
Originally committed as revision 9090 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 21 May 2007 12:43:47 +0000 (12:43 +0000)]
forgotten h.261 seek regression checksum update due to
"r9076 | michael | 2007-05-20 03:05:34 +0200 (Sun, 20 May 2007) | 2 lines
slightly more correct spliting of frames"
Originally committed as revision 9089 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 21 May 2007 09:50:17 +0000 (09:50 +0000)]
Do not try to set a video standard unless "-tvstd" is specified
Originally committed as revision 9088 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 21 May 2007 08:33:36 +0000 (08:33 +0000)]
print and return error if output is non seekable
Originally committed as revision 9087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 21 May 2007 07:11:27 +0000 (07:11 +0000)]
Rename motion_test.c to motion-test.c, which is the naming scheme used by all
other test programs. As a positive sideeffect, this makes the build system try
to actually create the executable file.
Originally committed as revision 9086 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 21 May 2007 07:05:23 +0000 (07:05 +0000)]
Fix imgresample-test linking.
Originally committed as revision 9085 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 21 May 2007 07:01:42 +0000 (07:01 +0000)]
Add explanatory comments to some #endifs.
Originally committed as revision 9084 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 May 2007 22:59:32 +0000 (22:59 +0000)]
make compilation of mpegaudiodec conditional
Originally committed as revision 9083 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 May 2007 22:50:29 +0000 (22:50 +0000)]
remove dependency of mpeg audio encoder over mpeg audio decoder
Originally committed as revision 9082 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 May 2007 15:11:55 +0000 (15:11 +0000)]
add a ff_ prefix to some mpegaudio funcs
Originally committed as revision 9081 to svn://svn.ffmpeg.org/ffmpeg/trunk