Aurelien Jacobs
f402916e4a
Add a check for bzlib; used in the Matroska demuxer.
...
Originally committed as revision 13175 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
26c5202173
cosmetics: Use C-style comment delimiters with #endif directives.
...
Originally committed as revision 13174 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bcdab7e547
cosmetics: Fix typos in ADPCM codec long names.
...
Originally committed as revision 13173 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
88c5216261
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
17 years ago
Baptiste Coudurier
3f60afad28
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
17 years ago
Baptiste Coudurier
0a1bd250d1
do not fail if correct is not recognized
...
Originally committed as revision 13170 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
24c1d3b54d
cosmetics, remove space before opening parenthesis
...
Originally committed as revision 13169 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
0ba20fa566
Remove useless buffers
...
Originally committed as revision 13168 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
be4488dcbe
Simplify rotate_block()
...
Originally committed as revision 13167 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
177fa453db
Do not pass the context to functions that do not use it
...
Originally committed as revision 13166 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
e9de4f5640
Declare vars as const when possible
...
Originally committed as revision 13165 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
4aa485a3f6
Do not copy tables to a context var, use them directly
...
Originally committed as revision 13164 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
bd0d10c2f1
Remove unneeded fields from the decoder context
...
Originally committed as revision 13163 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
ae9b8019ec
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
17 years ago
Vitor Sessak
ab5e6526a3
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
17 years ago
Vitor Sessak
cf408d8873
Cosmetics: remove useless parenthesis
...
Originally committed as revision 13160 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
dbef8b1c84
The first table of decodetable[] is unrelated to the other. Rename it.
...
Originally committed as revision 13159 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2270b4b2da
cosmetics: Add whitespace around redirection operators.
...
Originally committed as revision 13158 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d349334abc
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
...
Originally committed as revision 13157 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
0f3af710de
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
17 years ago
Stefano Sabatini
5cec11b612
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
17 years ago
Stefano Sabatini
7c55e71d51
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
17 years ago
Stefano Sabatini
9203741a46
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
17 years ago
Aurelien Jacobs
2f79b4e8af
add missing \n in av_log message
...
Originally committed as revision 13152 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
fbb878ce0f
matroskadec: add support for zlib compressed tracks
...
Originally committed as revision 13151 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
40a655e306
acelp_filters.h needs stdint.h
...
Originally committed as revision 13150 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
François Revol
7cf6af27c9
Fix non-debug build.
...
Originally committed as revision 13149 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
e4e69e0b8b
set temporary filenames before using them
...
Originally committed as revision 13148 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
dcc01c0665
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
17 years ago
Ramiro Polla
b24dbcbdd6
Move arch check before OS check.
...
Originally committed as revision 13146 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Carl Eugen Hoyos
738a89b93a
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
17 years ago
Carl Eugen Hoyos
696c30688b
Fix icc warning #188 : enumerated type mixed with another type
...
Originally committed as revision 13144 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Carl Eugen Hoyos
e3227b3f25
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
17 years ago
Stefano Sabatini
54d2d4f698
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
17 years ago
JonY
0eeb52f9e9
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
17 years ago
Stefano Sabatini
0be2f1e3f0
Fix a typo.
...
Patch by Stefano Sabatini stefanoDOTsabatini-lalaATpostePOINTit
Originally committed as revision 13140 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Carl Eugen Hoyos
3f8adf26a4
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
17 years ago
Ramiro Polla
4c25d159b1
Also install .lib files with versioned filename.
...
Originally committed as revision 13138 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
JonY
d59868d86a
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
17 years ago
Carl Eugen Hoyos
88a50f6c92
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
17 years ago
Carl Eugen Hoyos
d9133126d3
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
17 years ago
Guillaume Poirier
d9481eb7f3
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
17 years ago
Carl Eugen Hoyos
b1d966a088
Do not use variable frame_info before its value is set.
...
Originally committed as revision 13133 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
3375a6a597
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
17 years ago
Alexander Strange
5da1ab1ae1
Previous commit missed an initialization - this fixes FATE's test sample.
...
Originally committed as revision 13131 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Carl Eugen Hoyos
eacced45c4
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
17 years ago
Alexander Strange
488aca9b1e
Set and use h->mb_xy in SVQ3 too.
...
Originally committed as revision 13129 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Siarhei Siamashka
e6303192c7
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
17 years ago
Alexander Strange
bff2266a7f
Remove newly unused variables.
...
Originally committed as revision 13127 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
d2b54ec801
Use h->mb_xy directly in decode_cabac_residual().
...
Originally committed as revision 13126 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago