Diego Biurrun
215e46e6e5
Ignore errors from recursive AMR cleans.
...
Originally committed as revision 5345 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
c7f1a2f56e
Unconditionally clean AMR subdirs.
...
Originally committed as revision 5344 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Flavio Pimentel Duarte
c787ba854e
Fix v4l grabbing with some webcams, and simplify the code.
...
Patch by Flavio Pimentel Duarte
Originally committed as revision 5343 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
a487e0f654
Macosx fix
...
Originally committed as revision 5342 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
7923a3f904
d10 decoding fix
...
Originally committed as revision 5341 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
a20da52cbf
skip null fourcc, fix ep2_mystery_m640_dummy.mov
...
Originally committed as revision 5340 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
c51ba67a98
clip_uint8 now return an uint8_t so no need to &0xFF
...
Originally committed as revision 5339 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
77177335f0
document clip functions
...
Originally committed as revision 5338 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
89ddb72aa1
warn on interlaced streams
...
Originally committed as revision 5337 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Panagiotis Issaris
3a1fda0a37
clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Issaris < takis.issaris _at_ uhasselt.be >)
...
Originally committed as revision 5336 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2805e3b4eb
Add missing newlines at end of file.
...
Originally committed as revision 5335 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
2bda41e5b2
extend range used for testing (larger range should work too but testing code overflows)
...
Originally committed as revision 5334 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
5c1cb3792d
<= vs. >= 10l bug
...
Originally committed as revision 5333 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
2848ce84d2
don't force asserts in release builds. 2% faster h264.
...
Originally committed as revision 5332 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
0c2aaa882d
memory leak.
...
Originally committed as revision 5331 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
d1c9b76287
add newline at end of file
...
Originally committed as revision 5330 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
7f12a9780e
use previous qscale for intra_dc_threshold check
...
Originally committed as revision 5329 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
e27b6e62f7
missmatch control for mpeg2 intra dequantization if bitexact=1
...
Originally committed as revision 5328 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
6eb1427f0f
Revert bad ac3enc commit, the commited code was bigger and slower.
...
Originally committed as revision 5327 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Zuxy Meng
392f6da897
Remove unused and unsupported Cyrix's "Extended MMX",
...
Add SSE3 support.
Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com >
Original thread:
04/26/06 13:13:
[Ffmpeg-devel] [PATCH] Bug fix, SSE3 support in i386/cputest.c and dsputil.h
Originally committed as revision 5326 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alan Curry
9c445fbe7a
Fix some bugs handling input that is not aligned at 16 bytes or has
...
stride!=width.
Originally committed as revision 18323 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
19 years ago
Diego Biurrun
c4921874f5
Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined.
...
Originally committed as revision 5325 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
3ed410a6bd
Fix amr_nb-fixed build.
...
Originally committed as revision 5324 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
06aa32ff18
Add EXTRADEPS variable for extra dependencies that need to be built first.
...
Originally committed as revision 5323 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
64eaac62ca
amr_nb should disable amr_nb-fixed and vice versa.
...
Originally committed as revision 5322 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6eb07e7349
Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does
...
work even without amr_nb.
Originally committed as revision 5321 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
28fff4c81b
cosmetics
...
Originally committed as revision 5320 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
e0fb7e5b0d
cosmetics: Group all AMR variables together, add some newlines.
...
Originally committed as revision 5319 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
90d9a1ba70
Misplaced CLEANAMR.
...
Originally committed as revision 5318 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1ea00ed061
CLEANAMRWB --> CLEANAMR typo
...
Originally committed as revision 5317 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
5f22aa3cc0
13% faster inner_add_yblock
...
Originally committed as revision 5316 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
f420826c35
40% faster decode
...
Originally committed as revision 5315 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
ddbddce547
Fix samples to bytes relation.
...
Originally committed as revision 5314 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Uoti Urpala
f267587ece
Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.
...
Predict buffer size from blocksize_1 and number of channels and make
sure this does not exceed AVCODEC_MAX_AUDIO_FRAME_SIZE
Patch by Uoti Urpala >>> uoti |.| urpala |@| pp1 |.| inet |.| fi <<<
Originally committed as revision 5313 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Oded Shimon
9d4461b9f2
Disable lavf NUT until it is synced to spec
...
Originally committed as revision 5312 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
fdb3a34156
avoid AVInteger usage in av_rescale
...
disable integer.* (unused)
libavutil.a 45k -> 32k
Originally committed as revision 5311 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
176c142abc
Patch to generate the ac3 window, based on code by Justin Ruggles.
...
Originally committed as revision 5310 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
c6f9e821c3
10l in h264 vismb/vismv (broke on 2006-03-09)
...
Originally committed as revision 5309 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
c2ea5f060c
report to user if mmf with midi found (and not supported)
...
Originally committed as revision 5308 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Uoti Urpala
4f26258f84
dtsdec.c copies one input packet at a time to a (static) buffer of size
...
4096 bytes while the packet can be up to 18726 bytes.
The code also keeps decoding until all input data has been used up,
not respecting AVCODEC_MAX_AUDIO_FRAME_SIZE.
The patch increases the buffer size and return after decoding one frame.
Also fixes dts_decode_init to return -1, not 1, on failure.
Patch by Uoti Urpala ||| uoti : urpala |!| pp1 : inet : fi |||
Originally committed as revision 5307 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
c3f11d199c
Simplify the code used for assigning video_resample, video_crop, & video_pad
...
Originally committed as revision 5306 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
50a6c318b2
Avoid crash if there is a rtjpeg quant header but no video stream in file
...
Originally committed as revision 5305 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
2d5545c302
make "size" variable in avpicture_alloc signed, since avpicture_get_size
...
returns -1 on error which was not detected with previous code.
Originally committed as revision 5304 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
3cb4ee5124
set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay
...
Originally committed as revision 5303 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
b6c1bfe097
add AVID DV fourcc
...
Originally committed as revision 5302 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e0977c8045
indention
...
Originally committed as revision 5301 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
5c72cad888
always skip garbage at end of atom
...
Originally committed as revision 5300 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
98d12b09af
move declaration to mov.h
...
Originally committed as revision 5299 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Wolfram Gloger
f42635f558
gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de>
...
Originally committed as revision 5298 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Erik Auerswald
4ee5599fba
10l in rgb2rgb_template.c
...
patch by Erik Auerswald <auerswal at unix-ag uni-kl de>
Originally committed as revision 18111 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
19 years ago