]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
16 years agoGet rid of more senseless wraper functions and use OPT_EXIT instead.
michael [Wed, 21 May 2008 23:41:17 +0000 (23:41 +0000)]
Get rid of more senseless wraper functions and use OPT_EXIT instead.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13233 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDo not pass program_name as argument to show_version(), this allows some
michael [Wed, 21 May 2008 23:36:32 +0000 (23:36 +0000)]
Do not pass program_name as argument to show_version(), this allows some
future simplifications.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13232 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoOPT_EXIT
michael [Wed, 21 May 2008 23:27:50 +0000 (23:27 +0000)]
OPT_EXIT

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13231 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13230 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13229 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13228 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13227 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13226 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13225 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13224 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13223 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agodont forget to free packet, fix memleak
bcoudurier [Wed, 21 May 2008 20:50:41 +0000 (20:50 +0000)]
dont forget to free packet, fix memleak

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13222 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13221 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13220 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake ffserver use parse_options().
benoit [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13219 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13218 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13217 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13216 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13215 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13214 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoOnly one out of two values of gbuf1 is actually used. Make it half the size.
vitor [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13213 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13212 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoSimplify ra144_decode_frame() by unrolling a senseless
vitor [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13211 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13210 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13209 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13208 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDo not loop endlessly if converting into dv with timestamps Jan 1st not
cehoyos [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13207 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agosupport dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net
bcoudurier [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13206 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13205 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13204 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13203 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13202 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13201 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agodemux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451
bcoudurier [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13200 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13199 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13198 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13197 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13196 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13195 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13194 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13193 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13192 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13191 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13190 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13189 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13188 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13187 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoThe MPEG4AAC codec is provided by an external library and will be disabled
diego [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13186 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13185 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13184 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoStore license value in a variable for later use.
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13183 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: Make 'ffserver -h' output consistent with other ff* tools.
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13182 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13181 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13180 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13179 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoset $logfile before use
mru [Thu, 15 May 2008 23:34:43 +0000 (23:34 +0000)]
set $logfile before use

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13178 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13177 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13176 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoalows using bzlib by adding a check in configure
aurel [Thu, 15 May 2008 23:09:34 +0000 (23:09 +0000)]
alows using bzlib by adding a check in configure

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13175 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13174 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13173 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: s/Id/id/ in libavcodec where Id refers to id Software.
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13172 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agotry to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif...
bcoudurier [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13171 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13170 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13169 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13168 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13167 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13166 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13165 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13164 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13163 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRead the bitstream where the data is actually needed instead of doing it in unpack_in...
vitor [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()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13162 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13161 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13160 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13159 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13158 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13157 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13156 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake av_set_string() fail when number could not be set.
benoit [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13155 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13154 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoUpdate offset in the option string later, to have a better error message.
benoit [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13153 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13152 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13151 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoacelp_filters.h needs stdint.h
mru [Tue, 13 May 2008 18:10:15 +0000 (18:10 +0000)]
acelp_filters.h needs stdint.h

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13150 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13149 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13148 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd more support for Win64:
ramiro [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13147 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13146 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
cehoyos [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13145 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13144 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd MATROSKA_TRACK_TYPE_NONE.
cehoyos [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13143 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake 'ffmpeg -formats' print codec long names.
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13142 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoUse pkg-config for libschroedinger libs, not only for CFLAGS.
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13141 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13140 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoCorrect type for pcx_rle_decode().
cehoyos [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13139 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13138 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoCreate .lib files in the subdirs.
ramiro [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>

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13137 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoReplace one more occurrence of -1 with PIX_FMT_NONE.
cehoyos [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13136 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoReplace some occurrences of 0 with CODEC_ID_NONE.
cehoyos [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13135 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoarmv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
gpoirier [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13134 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b