platform/upstream/libav.git
17 years agomake new_service() update existing info sanely
Michael Niedermayer [Mon, 4 Jun 2007 11:46:59 +0000 (11:46 +0000)]
make new_service() update existing info sanely

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

17 years agoremove fake service/provider names used for PAT
Michael Niedermayer [Mon, 4 Jun 2007 11:25:33 +0000 (11:25 +0000)]
remove fake service/provider names used for PAT
this allows us to distingush if the info came from SDT or PAT and will
allow to dyamically fill info in ...

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

17 years agofix error: indeo2.c:202:1: directives may not be used inside a macro argument,
Christian Lohmaier [Mon, 4 Jun 2007 11:03:24 +0000 (11:03 +0000)]
fix error: indeo2.c:202:1: directives may not be used inside a macro argument,
introduced when init_vlc was turned into a macro
Patch by Christian Lohmaier %cloph A openoffice P org%

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

17 years agoIndentation
Benoit Fouet [Mon, 4 Jun 2007 08:53:08 +0000 (08:53 +0000)]
Indentation

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

17 years agoCodebook generator using the ELBG algorithm
Vitor Sessak [Mon, 4 Jun 2007 07:28:34 +0000 (07:28 +0000)]
Codebook generator using the ELBG algorithm
patch by Vitor: printf(vitor%d gmail com, 1001)
original thread: Re: [FFmpeg-devel] [PATCH] Add a codebook generator
                 (was: [PATCH] RoQ video encoder, take 2)
date: 05/28/2007 01:21 PM

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

17 years agoreadability cosmetics
Diego Biurrun [Sun, 3 Jun 2007 23:11:13 +0000 (23:11 +0000)]
readability cosmetics

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

17 years agocosmetics remove struct name with typedef
Baptiste Coudurier [Sun, 3 Jun 2007 22:56:11 +0000 (22:56 +0000)]
cosmetics remove struct name with typedef

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

17 years agoremove unused EssenceContainerData
Baptiste Coudurier [Sun, 3 Jun 2007 22:40:42 +0000 (22:40 +0000)]
remove unused EssenceContainerData

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

17 years agoskip no more needed on error
Baptiste Coudurier [Sun, 3 Jun 2007 18:04:33 +0000 (18:04 +0000)]
skip no more needed on error

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

17 years agoremove duplicate entry since now we ignore version byte
Baptiste Coudurier [Sun, 3 Jun 2007 17:53:15 +0000 (17:53 +0000)]
remove duplicate entry since now we ignore version byte

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

17 years agotypo
Baptiste Coudurier [Sun, 3 Jun 2007 17:29:49 +0000 (17:29 +0000)]
typo

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

17 years agoset pkt pos
Baptiste Coudurier [Sun, 3 Jun 2007 17:26:30 +0000 (17:26 +0000)]
set pkt pos

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

17 years agoremove now useless sync key
Baptiste Coudurier [Sun, 3 Jun 2007 17:20:35 +0000 (17:20 +0000)]
remove now useless sync key

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

17 years agono need to seek on specific key anymore, since klv_read_packet will sync, tested...
Baptiste Coudurier [Sun, 3 Jun 2007 17:19:15 +0000 (17:19 +0000)]
no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files

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

17 years agodo not print error message when klv_read_packet fails
Baptiste Coudurier [Sun, 3 Jun 2007 17:15:39 +0000 (17:15 +0000)]
do not print error message when klv_read_packet fails

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

17 years agosync to mxf klv key before trying to read klv packet
Baptiste Coudurier [Sun, 3 Jun 2007 17:10:55 +0000 (17:10 +0000)]
sync to mxf klv key before trying to read klv packet

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

17 years agomatch uids indenpendantly of the version byte
Baptiste Coudurier [Sun, 3 Jun 2007 14:52:55 +0000 (14:52 +0000)]
match uids indenpendantly of the version byte

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

17 years agocosmetics, reorder and classify uids
Baptiste Coudurier [Sun, 3 Jun 2007 14:33:57 +0000 (14:33 +0000)]
cosmetics, reorder and classify uids

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

17 years agoh264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc...
Luca Barbato [Sun, 3 Jun 2007 13:27:44 +0000 (13:27 +0000)]
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com>

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

17 years agoAdd support for Cell (requires gcc-4.2 or patches)
Luca Barbato [Sun, 3 Jun 2007 13:09:58 +0000 (13:09 +0000)]
Add support for Cell (requires gcc-4.2 or patches)

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

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