]> git.sesse.net Git - ffmpeg/log
ffmpeg
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

16 years agoPrevious commit missed an initialization - this fixes FATE's test sample.
Alexander Strange [Sun, 11 May 2008 23:39:55 +0000 (23:39 +0000)]
Previous commit missed an initialization - this fixes FATE's test sample.

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

16 years agoReplace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos [Sun, 11 May 2008 22:28:43 +0000 (22:28 +0000)]
Replace some occurrences of -1 with PIX_FMT_NONE.
Fixes icc warning #188: enumerated type mixed with another type

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

16 years agoSet and use h->mb_xy in SVQ3 too.
Alexander Strange [Sun, 11 May 2008 20:26:35 +0000 (20:26 +0000)]
Set and use h->mb_xy in SVQ3 too.

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

16 years agoAdd some initial optimizations for ARM VFP (floating
Siarhei Siamashka [Sun, 11 May 2008 20:06:03 +0000 (20:06 +0000)]
Add some initial optimizations for ARM VFP (floating
point coprocessor available in some ARM11 cores).
Patch by Siarhei Siamashka % siarhei.siamashka@gmail.com %
Original thread:
date: Apr 20, 2008 5:41 PM
subject: [FFmpeg-devel] [PATCH] Some ARM VFP optimizations (vector_fmul, vector_fmul_reverse, float_to_int16)

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

16 years agoRemove newly unused variables.
Alexander Strange [Sun, 11 May 2008 19:22:28 +0000 (19:22 +0000)]
Remove newly unused variables.

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

16 years agoUse h->mb_xy directly in decode_cabac_residual().
Alexander Strange [Sun, 11 May 2008 19:18:39 +0000 (19:18 +0000)]
Use h->mb_xy directly in decode_cabac_residual().

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

16 years agoStore mb_xy in H264Context and only calculate it once per MB.
Alexander Strange [Sun, 11 May 2008 19:16:21 +0000 (19:16 +0000)]
Store mb_xy in H264Context and only calculate it once per MB.

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

16 years agoSimplify do_voice().
Vitor Sessak [Sun, 11 May 2008 18:47:16 +0000 (18:47 +0000)]
Simplify do_voice().
Patch by Vitor Sessak (vitor1001 gmail com)

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

16 years agoReplace some hardcoded swapping with FFSWAP.
Vitor Sessak [Sun, 11 May 2008 18:43:11 +0000 (18:43 +0000)]
Replace some hardcoded swapping with FFSWAP.
Patch by Vitor Sessak (vitor1001 gmail com)

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

16 years agoRemove unused defines from ra144.
Vitor Sessak [Sun, 11 May 2008 18:39:13 +0000 (18:39 +0000)]
Remove unused defines from ra144.
Patch by Vitor Sessak (vitor1001 gmail com)

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

16 years agocosmetics: indent after last commit. patch by matthieu castet <castet matthieu free...
Matthieu Castet [Sun, 11 May 2008 18:14:30 +0000 (18:14 +0000)]
cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>.

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

16 years agosimplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu...
Matthieu Castet [Sun, 11 May 2008 18:13:30 +0000 (18:13 +0000)]
simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>.

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

16 years agoAllow icc to compile with optimizations (pentium3, pentium4 or core2).
Carl Eugen Hoyos [Sun, 11 May 2008 17:46:55 +0000 (17:46 +0000)]
Allow icc to compile with optimizations (pentium3, pentium4 or core2).

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

16 years agoSilence useless icc warnings.
Carl Eugen Hoyos [Sun, 11 May 2008 13:08:18 +0000 (13:08 +0000)]
Silence useless icc warnings.

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

16 years agoImplement bidirectional (positive offset - left, negative - right)
Vladimir Voroshilov [Sun, 11 May 2008 11:49:25 +0000 (11:49 +0000)]
Implement bidirectional (positive offset - left, negative - right)
signed shift for ACELP-based codecs.

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

16 years agosys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus net
Dave Yeo [Sun, 11 May 2008 11:17:23 +0000 (11:17 +0000)]
sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus net

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

16 years agoDocument AVCodecContext channels field.
Stefano Sabatini [Sun, 11 May 2008 11:15:18 +0000 (11:15 +0000)]
Document AVCodecContext channels field.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoFix type of dest_addr_len to respect return value of udp_set_url.
Luca Abeni [Sun, 11 May 2008 10:53:21 +0000 (10:53 +0000)]
Fix type of dest_addr_len to respect return value of udp_set_url.
Patch by Luca Abeni.

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