OSDN Git Service

coroid/libav_saccubus.git
16 years agoOPT_EXIT
Michael Niedermayer [Wed, 21 May 2008 23:27:50 +0000 (23:27 +0000)]
OPT_EXIT

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

16 years agoremove useless var
Baptiste Coudurier [Wed, 21 May 2008 22:54:36 +0000 (22:54 +0000)]
remove useless var

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

16 years ago10l, fix compilation
Baptiste Coudurier [Wed, 21 May 2008 22:53:52 +0000 (22:53 +0000)]
10l, fix compilation

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

16 years agouse duration from pkt
Baptiste Coudurier [Wed, 21 May 2008 22:52:21 +0000 (22:52 +0000)]
use duration from pkt

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

16 years agosimplify
Baptiste Coudurier [Wed, 21 May 2008 22:49:48 +0000 (22:49 +0000)]
simplify

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

16 years agosimplify
Baptiste Coudurier [Wed, 21 May 2008 22:48:33 +0000 (22:48 +0000)]
simplify

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

16 years agono need to sleep to hide crashes
Baptiste Coudurier [Wed, 21 May 2008 21:24:32 +0000 (21:24 +0000)]
no need to sleep to hide crashes

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

16 years agocheck pkt stream index before returning packet, prevent segfault
Baptiste Coudurier [Wed, 21 May 2008 21:04:42 +0000 (21:04 +0000)]
check pkt stream index before returning packet, prevent segfault

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

16 years agoopen logfile in append mode, don't overwrite it
Baptiste Coudurier [Wed, 21 May 2008 20:56:22 +0000 (20:56 +0000)]
open logfile in append mode, don't overwrite it

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

16 years agodo not forget to free packet, fix memleak
Baptiste Coudurier [Wed, 21 May 2008 20:50:41 +0000 (20:50 +0000)]
do not forget to free packet, fix memleak

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

16 years agoMake gbuf2 a table instead of an array
Vitor Sessak [Wed, 21 May 2008 19:24:17 +0000 (19:24 +0000)]
Make gbuf2 a table instead of an array

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

16 years agoRemove unneeded var from context
Vitor Sessak [Wed, 21 May 2008 19:23:15 +0000 (19:23 +0000)]
Remove unneeded var from context

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

16 years agoMake ffserver use parse_options().
Stefano Sabatini [Wed, 21 May 2008 17:55:54 +0000 (17:55 +0000)]
Make ffserver use parse_options().
Patch by Stefano Sabatini stefano sabatini-lala poste it

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

16 years agoImprove parse_primary() error message.
Stefano Sabatini [Wed, 21 May 2008 17:50:42 +0000 (17:50 +0000)]
Improve parse_primary() error message.
Patch by Stefano Sabatini and Michael Niedermayer

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

16 years agoPrint timestamp with increased precision.
David Bolt [Wed, 21 May 2008 17:44:51 +0000 (17:44 +0000)]
Print timestamp with increased precision.
Patch by David Bolt

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

16 years agoCosmetics: indentation
Vitor Sessak [Wed, 21 May 2008 16:53:20 +0000 (16:53 +0000)]
Cosmetics: indentation

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

16 years agoSimplify irms()
Vitor Sessak [Wed, 21 May 2008 16:43:33 +0000 (16:43 +0000)]
Simplify irms()

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

16 years agoSimplify add_wav()
Vitor Sessak [Wed, 21 May 2008 16:43:05 +0000 (16:43 +0000)]
Simplify add_wav()

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

16 years agoOnly one out of two values of gbuf1 is actually used. Make it half the size.
Vitor Sessak [Wed, 21 May 2008 16:41:58 +0000 (16:41 +0000)]
Only one out of two values of gbuf1 is actually used. Make it half the size.

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

16 years agoMake etable1 and etable2 tables instead of arrays.
Vitor Sessak [Wed, 21 May 2008 16:38:44 +0000 (16:38 +0000)]
Make etable1 and etable2 tables instead of arrays.

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

16 years agoSimplify ra144_decode_frame() by unrolling a senseless
Vitor Sessak [Wed, 21 May 2008 16:36:19 +0000 (16:36 +0000)]
Simplify ra144_decode_frame() by unrolling a senseless
loop.

Thanks mkhdor for suggesting this patch.

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

16 years agoUse ff_sqrt() function instead of using a table
Vitor Sessak [Wed, 21 May 2008 16:33:49 +0000 (16:33 +0000)]
Use ff_sqrt() function instead of using a table

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

16 years agoupdate adding codec docs
Ben Littler [Wed, 21 May 2008 15:51:04 +0000 (15:51 +0000)]
update adding codec docs

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

16 years agoLet ffplay support "-version".
Stefano Sabatini [Wed, 21 May 2008 14:12:45 +0000 (14:12 +0000)]
Let ffplay support "-version".
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoDo not loop endlessly if converting into dv with timestamps Jan 1st not
Carl Eugen Hoyos [Wed, 21 May 2008 07:05:08 +0000 (07:05 +0000)]
Do not loop endlessly if converting into dv with timestamps Jan 1st not
immediately following a lapyear.

Patch by babupillai.
Fixes issue 443.

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

16 years agosupport dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net
Lars Täuber [Wed, 21 May 2008 02:26:42 +0000 (02:26 +0000)]
support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net

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

16 years agoremove useless/obsolete comments
Baptiste Coudurier [Tue, 20 May 2008 23:39:07 +0000 (23:39 +0000)]
remove useless/obsolete comments

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

16 years agoremove useless close function
Baptiste Coudurier [Tue, 20 May 2008 23:32:22 +0000 (23:32 +0000)]
remove useless close function

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

16 years agosplit swf de/muxer
Baptiste Coudurier [Tue, 20 May 2008 23:31:10 +0000 (23:31 +0000)]
split swf de/muxer

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

16 years agoonly print debug info when sample is actually added
Baptiste Coudurier [Tue, 20 May 2008 02:24:02 +0000 (02:24 +0000)]
only print debug info when sample is actually added

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

16 years agowarn about multiple fourcc
Baptiste Coudurier [Tue, 20 May 2008 02:22:44 +0000 (02:22 +0000)]
warn about multiple fourcc

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

16 years agodemux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451
Baptiste Coudurier [Tue, 20 May 2008 02:21:29 +0000 (02:21 +0000)]
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451

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

16 years agocorrect build documentation for qt-faststart utility
Mike Melanson [Mon, 19 May 2008 04:57:57 +0000 (04:57 +0000)]
correct build documentation for qt-faststart utility

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

16 years agoCosmetics: move function to remove forward declarations
Vitor Sessak [Sat, 17 May 2008 14:51:49 +0000 (14:51 +0000)]
Cosmetics: move function to remove forward declarations

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

16 years agoMinor simplification of rotate_block()
Vitor Sessak [Sat, 17 May 2008 14:42:55 +0000 (14:42 +0000)]
Minor simplification of rotate_block()

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

16 years agoCosmetics: indentation
Vitor Sessak [Sat, 17 May 2008 14:40:36 +0000 (14:40 +0000)]
Cosmetics: indentation

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

16 years agoCosmetics: rename variable
Vitor Sessak [Sat, 17 May 2008 14:39:47 +0000 (14:39 +0000)]
Cosmetics: rename variable

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

16 years agoSimplify ra144_decode_frame()
Vitor Sessak [Sat, 17 May 2008 14:38:12 +0000 (14:38 +0000)]
Simplify ra144_decode_frame()

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

16 years agoSimplify vsad16_mmx2().
Michael Niedermayer [Sat, 17 May 2008 14:36:44 +0000 (14:36 +0000)]
Simplify vsad16_mmx2().

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

16 years agoRemove a useless temporary buffer
Vitor Sessak [Sat, 17 May 2008 14:35:45 +0000 (14:35 +0000)]
Remove a useless temporary buffer

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

16 years agoSimplify vsad16_mmx().
Michael Niedermayer [Sat, 17 May 2008 14:35:14 +0000 (14:35 +0000)]
Simplify vsad16_mmx().

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

16 years agoConvert ra144.h tables from hex to decimal
Vitor Sessak [Sat, 17 May 2008 14:34:55 +0000 (14:34 +0000)]
Convert ra144.h tables from hex to decimal

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

16 years agoSimplify vsad_intra16_mmx2()
Michael Niedermayer [Sat, 17 May 2008 14:33:01 +0000 (14:33 +0000)]
Simplify vsad_intra16_mmx2()

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

16 years agoSimplify vsad_intra16_mmx()
Michael Niedermayer [Sat, 17 May 2008 14:31:10 +0000 (14:31 +0000)]
Simplify vsad_intra16_mmx()

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

16 years agoLPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net
Lars Täuber [Sat, 17 May 2008 11:42:03 +0000 (11:42 +0000)]
LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net

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

16 years agoThe MPEG4AAC codec is provided by an external library and will be disabled
Diego Biurrun [Sat, 17 May 2008 11:38:30 +0000 (11:38 +0000)]
The MPEG4AAC codec is provided by an external library and will be disabled
with the next libavcodec major version bump.

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

16 years agomissing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
Diego Biurrun [Sat, 17 May 2008 10:20:01 +0000 (10:20 +0000)]
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoAvoid using log2() freebsd does not support it.
Michael Niedermayer [Fri, 16 May 2008 21:28:55 +0000 (21:28 +0000)]
Avoid using log2() freebsd does not support it.

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

16 years agoStore license value in a variable for later use.
Jeremy Kolb [Fri, 16 May 2008 16:12:55 +0000 (16:12 +0000)]
Store license value in a variable for later use.
patch by Jeremy Kolb, jkolb wsi com

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

16 years agocosmetics: Make 'ffserver -h' output consistent with other ff* tools.
Stefano Sabatini [Fri, 16 May 2008 13:22:14 +0000 (13:22 +0000)]
cosmetics: Make 'ffserver -h' output consistent with other ff* tools.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoFix big-endian vs. little-endian typo.
Diego Biurrun [Fri, 16 May 2008 13:12:56 +0000 (13:12 +0000)]
Fix big-endian vs. little-endian typo.

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

16 years agoconsistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it
Diego Biurrun [Fri, 16 May 2008 00:28:22 +0000 (00:28 +0000)]
consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoAdd PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.
Diego Biurrun [Fri, 16 May 2008 00:26:02 +0000 (00:26 +0000)]
Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.

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

16 years agoset $logfile before use
Måns Rullgård [Thu, 15 May 2008 23:34:43 +0000 (23:34 +0000)]
set $logfile before use

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

16 years agomatroskadec: add support for bzlib compressed tracks
Aurelien Jacobs [Thu, 15 May 2008 23:12:41 +0000 (23:12 +0000)]
matroskadec: add support for bzlib compressed tracks

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

16 years agocosmetics: alignment
Aurelien Jacobs [Thu, 15 May 2008 23:11:11 +0000 (23:11 +0000)]
cosmetics: alignment

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

16 years agoAdd a check for bzlib; used in the Matroska demuxer.
Aurelien Jacobs [Thu, 15 May 2008 23:09:34 +0000 (23:09 +0000)]
Add a check for bzlib; used in the Matroska demuxer.

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

16 years agocosmetics: Use C-style comment delimiters with #endif directives.
Diego Biurrun [Thu, 15 May 2008 23:03:55 +0000 (23:03 +0000)]
cosmetics: Use C-style comment delimiters with #endif directives.

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

16 years agocosmetics: Fix typos in ADPCM codec long names.
Diego Biurrun [Thu, 15 May 2008 23:02:43 +0000 (23:02 +0000)]
cosmetics: Fix typos in ADPCM codec long names.

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

16 years agocosmetics: s/Id/id/ in libavcodec where Id refers to id Software.
Stefano Sabatini [Thu, 15 May 2008 22:51:38 +0000 (22:51 +0000)]
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agotry to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif...
Baptiste Coudurier [Thu, 15 May 2008 22:47:40 +0000 (22:47 +0000)]
try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454

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

16 years agodo not fail if correct is not recognized
Baptiste Coudurier [Thu, 15 May 2008 22:37:31 +0000 (22:37 +0000)]
do not fail if correct is not recognized

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

16 years agocosmetics, remove space before opening parenthesis
Baptiste Coudurier [Thu, 15 May 2008 22:14:29 +0000 (22:14 +0000)]
cosmetics, remove space before opening parenthesis

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

16 years agoRemove useless buffers
Vitor Sessak [Thu, 15 May 2008 18:49:50 +0000 (18:49 +0000)]
Remove useless buffers

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

16 years agoSimplify rotate_block()
Vitor Sessak [Thu, 15 May 2008 18:42:05 +0000 (18:42 +0000)]
Simplify rotate_block()

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

16 years agoDo not pass the context to functions that do not use it
Vitor Sessak [Thu, 15 May 2008 18:41:04 +0000 (18:41 +0000)]
Do not pass the context to functions that do not use it

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

16 years agoDeclare vars as const when possible
Vitor Sessak [Thu, 15 May 2008 18:39:07 +0000 (18:39 +0000)]
Declare vars as const when possible

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

16 years agoDo not copy tables to a context var, use them directly
Vitor Sessak [Thu, 15 May 2008 18:36:12 +0000 (18:36 +0000)]
Do not copy tables to a context var, use them directly

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

16 years agoRemove unneeded fields from the decoder context
Vitor Sessak [Thu, 15 May 2008 18:34:31 +0000 (18:34 +0000)]
Remove unneeded fields from the decoder context

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

16 years agoRead the bitstream where the data is actually needed instead of doing it in unpack_in...
Vitor Sessak [Thu, 15 May 2008 18:31:55 +0000 (18:31 +0000)]
Read the bitstream where the data is actually needed instead of doing it in unpack_input()

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

16 years agoUse correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)
Vitor Sessak [Thu, 15 May 2008 18:30:05 +0000 (18:30 +0000)]
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)

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

16 years agoCosmetics: remove useless parenthesis
Vitor Sessak [Thu, 15 May 2008 18:29:05 +0000 (18:29 +0000)]
Cosmetics: remove useless parenthesis

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

16 years agoThe first table of decodetable[] is unrelated to the other. Rename it.
Vitor Sessak [Thu, 15 May 2008 18:28:24 +0000 (18:28 +0000)]
The first table of decodetable[] is unrelated to the other. Rename it.

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

16 years agocosmetics: Add whitespace around redirection operators.
Diego Biurrun [Thu, 15 May 2008 11:37:29 +0000 (11:37 +0000)]
cosmetics: Add whitespace around redirection operators.

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

16 years agoADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
Diego Biurrun [Thu, 15 May 2008 11:35:19 +0000 (11:35 +0000)]
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoDPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it
Stefano Sabatini [Thu, 15 May 2008 11:31:14 +0000 (11:31 +0000)]
DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoMake av_set_string() fail when number could not be set.
Stefano Sabatini [Thu, 15 May 2008 01:03:48 +0000 (01:03 +0000)]
Make av_set_string() fail when number could not be set.
Patch by Stefano Sabatini stefano§sabatini-lalaATposte§it

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

16 years agoAdd codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.
Stefano Sabatini [Wed, 14 May 2008 16:30:37 +0000 (16:30 +0000)]
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.

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

16 years agoUpdate offset in the option string later, to have a better error message.
Stefano Sabatini [Wed, 14 May 2008 02:14:11 +0000 (02:14 +0000)]
Update offset in the option string later, to have a better error message.
Patch by Stefano Sabatini stefanoTODsabatini-lalaCHEZposteTODit

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

16 years agoadd missing \n in av_log message
Aurelien Jacobs [Tue, 13 May 2008 23:33:15 +0000 (23:33 +0000)]
add missing \n in av_log message

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

16 years agomatroskadec: add support for zlib compressed tracks
Aurelien Jacobs [Tue, 13 May 2008 23:32:13 +0000 (23:32 +0000)]
matroskadec: add support for zlib compressed tracks

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

16 years agoacelp_filters.h needs stdint.h
Måns Rullgård [Tue, 13 May 2008 18:10:15 +0000 (18:10 +0000)]
acelp_filters.h needs stdint.h

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

16 years agoFix non-debug build.
François Revol [Tue, 13 May 2008 17:43:18 +0000 (17:43 +0000)]
Fix non-debug build.

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

16 years agoset temporary filenames before using them
Måns Rullgård [Tue, 13 May 2008 17:25:04 +0000 (17:25 +0000)]
set temporary filenames before using them

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

16 years agoAdd more support for Win64:
Ramiro Polla [Tue, 13 May 2008 16:37:32 +0000 (16:37 +0000)]
Add more support for Win64:
- Export .lib files for x64 instead of i386;
- Win64's malloc returns 16-byte aligned blocks.

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

16 years agoMove arch check before OS check.
Ramiro Polla [Tue, 13 May 2008 16:32:51 +0000 (16:32 +0000)]
Move arch check before OS check.

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

16 years agoAdd VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
Carl Eugen Hoyos [Tue, 13 May 2008 15:56:45 +0000 (15:56 +0000)]
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
Fixes icc warning #188: enumerated type mixed with another type

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

16 years agoFix icc warning #188: enumerated type mixed with another type
Carl Eugen Hoyos [Tue, 13 May 2008 15:51:37 +0000 (15:51 +0000)]
Fix icc warning #188: enumerated type mixed with another type

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

16 years agoAdd MATROSKA_TRACK_TYPE_NONE.
Carl Eugen Hoyos [Tue, 13 May 2008 15:42:27 +0000 (15:42 +0000)]
Add MATROSKA_TRACK_TYPE_NONE.
Fixes icc warning #188: enumerated type mixed with another type

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

16 years agoMake 'ffmpeg -formats' print codec long names.
Stefano Sabatini [Tue, 13 May 2008 15:36:10 +0000 (15:36 +0000)]
Make 'ffmpeg -formats' print codec long names.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoUse pkg-config for libschroedinger libs, not only for CFLAGS.
JonY [Tue, 13 May 2008 08:27:19 +0000 (08:27 +0000)]
Use pkg-config for libschroedinger libs, not only for CFLAGS.
patch by JonY, 10walls gmail com

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

16 years agoFix a typo.
Stefano Sabatini [Tue, 13 May 2008 00:49:38 +0000 (00:49 +0000)]
Fix a typo.
Patch by Stefano Sabatini stefanoDOTsabatini-lalaATpostePOINTit

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

16 years agoCorrect type for pcx_rle_decode().
Carl Eugen Hoyos [Mon, 12 May 2008 19:04:08 +0000 (19:04 +0000)]
Correct type for pcx_rle_decode().
Fixes icc warning #120: return value type does not match the function
type

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

16 years agoAlso install .lib files with versioned filename.
Ramiro Polla [Mon, 12 May 2008 16:39:05 +0000 (16:39 +0000)]
Also install .lib files with versioned filename.

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

16 years agoCreate .lib files in the subdirs.
JonY [Mon, 12 May 2008 16:28:41 +0000 (16:28 +0000)]
Create .lib files in the subdirs.
Patch by JonY <10walls at gmail dot com>

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

16 years agoReplace one more occurrence of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos [Mon, 12 May 2008 10:31:52 +0000 (10:31 +0000)]
Replace one more occurrence of -1 with PIX_FMT_NONE.
Fixes icc warning #188: enumerated type mixed with another type

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

16 years agoReplace some occurrences of 0 with CODEC_ID_NONE.
Carl Eugen Hoyos [Mon, 12 May 2008 10:30:40 +0000 (10:30 +0000)]
Replace some occurrences of 0 with CODEC_ID_NONE.
Fixes icc warning #188: enumerated type mixed with another type

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

16 years agoarmv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
Guillaume Poirier [Mon, 12 May 2008 09:18:32 +0000 (09:18 +0000)]
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
it's build out of a C file, not an ASM file

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

16 years agoDo not use variable frame_info before its value is set.
Carl Eugen Hoyos [Mon, 12 May 2008 06:51:30 +0000 (06:51 +0000)]
Do not use variable frame_info before its value is set.

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

16 years agoUse strcasecmp() instead of re-inventing it.
Diego Pettenò [Mon, 12 May 2008 01:17:00 +0000 (01:17 +0000)]
Use strcasecmp() instead of re-inventing it.
Patch by Diego 'Flameeyes' Pettenò flameeyesATgmailPOINTcom

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