OSDN Git Service

coroid/libav_saccubus.git
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

16 years agoUpdate comment to version, negotiated with Diego, and
Vladimir Voroshilov [Sun, 11 May 2008 10:07:11 +0000 (10:07 +0000)]
Update comment to version, negotiated with Diego, and
fix missing period (not latest revision of patch
was wrongly committed).

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

16 years agoFix compilation error.
Vladimir Voroshilov [Sun, 11 May 2008 05:28:29 +0000 (05:28 +0000)]
Fix compilation error.
It was introduced after changing input parameter and
overlooked during review process.

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

16 years agofix reading of samples-per-frame
Justin Ruggles [Sun, 11 May 2008 04:25:34 +0000 (04:25 +0000)]
fix reading of samples-per-frame

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

16 years agovarious filters for ACELP-based codecs
Vladimir Voroshilov [Sun, 11 May 2008 03:42:53 +0000 (03:42 +0000)]
various filters for ACELP-based codecs

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

16 years agoSimplify a list of array allocations with a loop.
Vitor Sessak [Sun, 11 May 2008 03:40:14 +0000 (03:40 +0000)]
Simplify a list of array allocations with a loop.
patch by Vitor Sessak, vitor1001 gmail com

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

16 years agoReplace hardcoded LP filter order with parameter.
Vladimir Voroshilov [Sun, 11 May 2008 03:18:18 +0000 (03:18 +0000)]
Replace hardcoded LP filter order with parameter.
This will allow to reuse the code in the SIPR decoder.

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

16 years agoRemove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
Vitor Sessak [Sat, 10 May 2008 16:05:12 +0000 (16:05 +0000)]
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.

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

16 years agoRewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.
Vitor Sessak [Sat, 10 May 2008 16:02:38 +0000 (16:02 +0000)]
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.

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

16 years agocosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
Vitor Sessak [Sat, 10 May 2008 15:59:08 +0000 (15:59 +0000)]
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
some further prettyprinting by myself.

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

16 years agoAdd missing path to #include.
Benoit Fouet [Fri, 9 May 2008 14:52:39 +0000 (14:52 +0000)]
Add missing path to #include.

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

16 years agoAdd missing required header directly.
Diego Biurrun [Fri, 9 May 2008 14:34:52 +0000 (14:34 +0000)]
Add missing required header directly.

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

16 years agoAdd missing path to #include.
Diego Biurrun [Fri, 9 May 2008 14:33:55 +0000 (14:33 +0000)]
Add missing path to #include.

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

16 years agoAdd missing path to #include statement.
Diego Biurrun [Fri, 9 May 2008 14:29:37 +0000 (14:29 +0000)]
Add missing path to #include statement.

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

16 years agoRemove in_asm_used_var_warning_killer()
Keiji Costantini [Fri, 9 May 2008 12:47:55 +0000 (12:47 +0000)]
Remove in_asm_used_var_warning_killer()

Patch by Keiji Costantini ( strites gmail com )

Originally committed as revision 26706 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoRemove -I flags pointing to local paths, they are no longer necessary.
Diego Biurrun [Fri, 9 May 2008 12:12:13 +0000 (12:12 +0000)]
Remove -I flags pointing to local paths, they are no longer necessary.

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

16 years agoUse full path for #includes from another directory.
Diego Biurrun [Fri, 9 May 2008 12:00:25 +0000 (12:00 +0000)]
Use full path for #includes from another directory.

Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoRemove redundant #undef statements that were mistakenly committed.
Diego Biurrun [Fri, 9 May 2008 11:59:15 +0000 (11:59 +0000)]
Remove redundant #undef statements that were mistakenly committed.

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

16 years agoUse full path for #includes from another directory.
Diego Biurrun [Fri, 9 May 2008 11:56:36 +0000 (11:56 +0000)]
Use full path for #includes from another directory.

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

16 years agoIFF stereo support
Jai Menon [Fri, 9 May 2008 11:25:27 +0000 (11:25 +0000)]
IFF stereo support

Patch by Jai Menon ( realityman gmx net )

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

16 years agoAdd required stdint.h header.
Diego Biurrun [Fri, 9 May 2008 11:10:20 +0000 (11:10 +0000)]
Add required stdint.h header.

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

16 years agoLittle fix for block sizes <16
Michael Niedermayer [Fri, 9 May 2008 10:44:12 +0000 (10:44 +0000)]
Little fix for block sizes <16

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

16 years agoRevert previous mistaken commit.
Diego Biurrun [Fri, 9 May 2008 10:18:58 +0000 (10:18 +0000)]
Revert previous mistaken commit.

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

16 years agoipp.h is a system header, use <> when #including it.
Diego Biurrun [Fri, 9 May 2008 10:06:51 +0000 (10:06 +0000)]
ipp.h is a system header, use <> when #including it.

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

16 years agodsputil.h is not a system header, use "" when #including it.
Diego Biurrun [Fri, 9 May 2008 09:48:49 +0000 (09:48 +0000)]
dsputil.h is not a system header, use "" when #including it.

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

16 years agostring.h is a system header file, so use <> for it.
Diego Biurrun [Fri, 9 May 2008 09:30:43 +0000 (09:30 +0000)]
string.h is a system header file, so use <> for it.

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

16 years agoImprove motion estimation metric.
Michael Niedermayer [Fri, 9 May 2008 09:02:41 +0000 (09:02 +0000)]
Improve motion estimation metric.
Patch by Michael Niedermayer

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

16 years agouse enum type instead of int
Aurelien Jacobs [Fri, 9 May 2008 01:59:33 +0000 (01:59 +0000)]
use enum type instead of int

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

16 years agocosmetics: indentation
Aurelien Jacobs [Fri, 9 May 2008 01:54:35 +0000 (01:54 +0000)]
cosmetics: indentation

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

16 years agomatroskadec: add support for lzo compressed tracks
Aurelien Jacobs [Fri, 9 May 2008 01:53:59 +0000 (01:53 +0000)]
matroskadec: add support for lzo compressed tracks

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

16 years agoremove useless comment
Aurelien Jacobs [Thu, 8 May 2008 23:15:39 +0000 (23:15 +0000)]
remove useless comment

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

16 years agomatroskadec: fail gracefully when seeking don't work
Aurelien Jacobs [Thu, 8 May 2008 23:11:13 +0000 (23:11 +0000)]
matroskadec: fail gracefully when seeking don't work

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

16 years ago#include required stdint.h header directly.
Diego Biurrun [Thu, 8 May 2008 23:11:04 +0000 (23:11 +0000)]
#include required stdint.h header directly.

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

16 years agoensure vp56_decode_frame always return unchanged buf_size
Aurelien Jacobs [Thu, 8 May 2008 21:59:51 +0000 (21:59 +0000)]
ensure vp56_decode_frame always return unchanged buf_size

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