]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agofilter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delega...
Andreas Öman [Sun, 3 Jun 2007 11:44:43 +0000 (11:44 +0000)]
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb().
Patch by Andreas Öman [andreas at olebyn dot nu].

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

17 years agoget rid of if(1)
Michael Niedermayer [Sat, 2 Jun 2007 23:14:38 +0000 (23:14 +0000)]
get rid of if(1)

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

17 years agoget rid of one layer of callback obfuscation
Michael Niedermayer [Sat, 2 Jun 2007 23:11:17 +0000 (23:11 +0000)]
get rid of one layer of callback obfuscation

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

17 years agokill completely idiotic code which hides all but 2 streams
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

17 years agoAdd FAQ entry for video joining.
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

17 years agocorrect implementation of "try with auto_guess if first detection fails"
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

17 years agorevert r4802 (try with auto_guess if first detection fails)
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

17 years agosplit mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty...
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

17 years agoRename aac_decoder to libfaad_decoder for consistency and to be able to
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

17 years agoRename faac_encoder to libfaac_encoder for consistency and to be able to
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

17 years agoRemove get_byte wrapper
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

17 years agoUse AV_xx throughout libavcodec
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

17 years agofix skipped blocks
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

17 years agoA bit more clear FAQ 1.2
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

17 years agocheck qblur > 1 (prevent assert failure / segfault)
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

17 years agomove jpegls up, fixes sf bug #1629152
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

17 years agosanity checks (should prevent hypothetical div by zero issue)
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

17 years agofix assert() 2nd try
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

17 years agoAdd support for listing the supported pixel formats using the option
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

17 years agocosmetics: indentation
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

17 years agouse if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
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

17 years agotypo
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

17 years agouse FFSWAP()
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

17 years agocosmetics: indentation
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

17 years agosplit rm muxer and demuxer in their own files
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

17 years agorename attribute_unused to av_unused as it is declared in common.h
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

17 years agorename attribute_unused to av_unused and moves its declaration to common.h
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

17 years agoseek tests only available with GPL enabled
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

17 years agowarn the user about the the mdhd problem
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

17 years agofix assertion failure
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

17 years agoDo proper frame swapping so VMD video decoder works again
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

17 years agoMark phony swscale_error target as such.
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

17 years agoSplit RoQ decoder to accommodate future encoder patch
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

17 years agoallocate PPS and SPS dynamically
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

17 years agocosmetics and function rename
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

17 years agovariable initialization (because of a gcc warning)
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

17 years agoRemove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
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

17 years agoRemove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
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

17 years agomake decoder decode the first frame properly if theres more than just one
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

17 years agodoc/Makefile no longer exists.
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

17 years ago10l: Revert accidental removal of unused code.
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

17 years agoExit with error when running libavtest and not configured with --enable-gpl.
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

17 years agoRename variable for consistency.
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

17 years agowhitespace cosmetics
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

17 years agobetter variable names
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

17 years agoRemove comments that are neither very enlightening nor particularly up-to-date.
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

17 years agoDo not hide the commands make runs.
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

17 years agoFix seek_test compilation for out-of-tree builds.
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

17 years ago--enable-amr-* --> -- enable-libamr-*
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

17 years agofix "incorrect frame size" errors with small.nuv
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

17 years agomore snow todo items
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

17 years agoCorrect the parameter order for the call to "av_clip".
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

17 years agoRemove portability comment, it should be pure POSIX now.
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

17 years agowhitespace cosmetics
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

17 years ago'grep -q' is a GNU extension.
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

17 years agoDo not fail or print an error if the logfile already exists.
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

17 years agoAdd seektest to top-level targets, remove individual codec tests.
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

17 years agoAlso remove seek_test upon clean.
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

17 years agomerge huffman tables for rgb too
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

17 years agoReplace multiple rules for compiling binaries by one pattern rule.
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

17 years agoUse proper license header.
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

17 years agotypo
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

17 years agoRemove obsolete and non-working DSP test program.
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

17 years agocosmetics (reduce nesting)
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

17 years agouse sparse huffman tables. 1.5% faster huffyuv decoding.
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

17 years agoadd init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
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

17 years agoextern C declarations were removed.
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

17 years agofix dca_bitalloc_index decoder init
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

17 years agoFix dca.c compilation with #define TRACE
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

17 years agocosmetics: alignment
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

17 years agodefine ENABLE_* for every CONFIG_ item
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

17 years agofix mjpeg decoding with broken huffman table headers
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

17 years ago-sws_flags command line option to set swscaler flags
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

17 years ago-sws_flags command line option to set swscaler flags
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

17 years agoffmpeg -sws_flags command line option to set swscaler flags
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

17 years agoRemove duplicate bytestream functions
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

17 years agoExport the four remaining H.264 decoder intra prediction functions for reuse in
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

17 years agoReindent
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

17 years agoMake the compilation of h264idct.c optional.
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

17 years agomerge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding.
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

17 years agoadd rgb suffix handling for demuxer
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

17 years agoid3v2 writer
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

17 years agoid3v2 reader
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

17 years agocosmetic v1/v2 renaming
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

17 years agoAdd transport method options
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

17 years agoAdd support for options
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

17 years agoRemove mdct.o and fft.o from fft-test prerequisites list.
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

17 years agor9095 invalidly removed the check for non-winsock
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

17 years agofix FD_SETSIZE handling in our poll() emulation
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

17 years agoOnly compile golomb.c when needed.
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

17 years agoFix compilation when the Sonic encoder and decoder were disabled and only the Sonic
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

17 years agoOnly compile cabac.c when needed.
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

17 years agovorbis encoder missed rename to libvorbis
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

17 years agoSplit the h261.c file into separate files for the encoder, decoder and common stuff.
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

17 years agoforgotten h.261 seek regression checksum update due to
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

17 years agoDo not try to set a video standard unless "-tvstd" is specified
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

17 years agoprint and return error if output is non seekable
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

17 years agoRename motion_test.c to motion-test.c, which is the naming scheme used by all
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

17 years agoFix imgresample-test linking.
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

17 years agoAdd explanatory comments to some #endifs.
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