Jindřich Makovička
d76319b1ab
malloc padding to avoid reading past the malloc()ed area.
...
Credits to Mikulas Patocka (mikulas at artax karlin mff cuni cz)
Originally committed as revision 4748 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
dcb2fb79b7
total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com)
...
Originally committed as revision 4745 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
780eb1c9b9
nan fps fix
...
Originally committed as revision 4744 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
4733abcbf3
use PRIxN, %zd, %td formats where needed
...
Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
5a872801d5
SONAME support for shared libs
...
patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. >
Originally committed as revision 4730 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
e0f7e32970
Cook compatibe decoder, patch by Benjamin Larsson
...
Add cook demucing, change rm demuxer so that it reorders audio packets
before sending them to the decoder, and send minimum decodeable sized
packets; pass only real codec extradata fo the decoder
Fix 28_8 decoder for the new demuxer strategy
Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6f72dcf7e7
Unify include paths, -I.. is in CFLAGS.
...
Originally committed as revision 4720 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
2e70e4aa57
ogg format probe function by Ivo <ivop at euronet nl>
...
Originally committed as revision 4719 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Guillaume Poirier
0bb0289c3a
add some h.264 fourccs to codec_bmp_tags[]
...
Originally committed as revision 4712 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
9fa62f2aad
BMP image decoder
...
Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Corey Hickey
1fd7ec4412
DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html
...
Patch by Corey Hickey < bugfood DAH ml AH fatooh POIS org >
Originally committed as revision 4700 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
a2a2668d57
Support for streaming: dont write indexes and dont signal HAS_INDEX in header. Also set filesize to max in this case.
...
Originally committed as revision 4698 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
2fde8aaeba
support transcoding adpcm
...
Originally committed as revision 4689 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Fredrik Orderud
25f8db58ee
Put double-quotes around the install path in the "install-headers" section
...
of the makefiles for libavcodec, libavformat and libavutil.
Fixes installing into paths with spaces in them, i.e. Windows.
patch by Fredrik Orderud < fredrik . orderud -- at -- idi . ntnu . no >
Originally committed as revision 4680 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
840fb7a76d
per frame crc support
...
Originally committed as revision 4677 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
31e11451f7
allow NULL write_header() and write_trailer()
...
Originally committed as revision 4675 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
84c63c013a
Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt
...
Originally committed as revision 4671 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Patrice Bensoussan
fa379405bb
Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- com >
...
http://avifile.sourceforge.net/asf-1.0.htm has more info about asf headers
Original thread:
Date: Oct 22, 2005 11:44 PM
Subject: [Ffmpeg-devel] [PATCH] Fix asf header decoding issue
Originally committed as revision 4663 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
f9c7872c66
Increase version: 'wave' atom parsing added to mov demuxer
...
Originally committed as revision 4655 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
d9b1c197e5
QDM2 compatible decoder
...
Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
515ae4760a
support for FLX and DTA extensions in the FLIC format, courtesy of
...
Steven Johnson (mplayer -at- sakuraindustries.com)
Originally committed as revision 4639 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
64af6168f7
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
...
Originally committed as revision 4638 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
26aa0f8956
fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics
...
Originally committed as revision 4636 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
4209fad989
lame bit_rate calculation
...
Originally committed as revision 4632 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
j@v2v.cc
c99dd23307
Move all definitions of external dependencies into configure instead of
...
defining it in configure and the Makefiles in a random fashion.
patch by j -- at -- v2v -- dot -- cc
Originally committed as revision 4628 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
4e159595b5
support for building dynamic libraries on Mac OS X
...
based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org>
Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
a9e3509529
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
...
in libavformat to allow building (de)coders and (de)muxers independently at
some point + support for this option in configure.
Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
62ab0b7822
fix unused variable warnings
...
Originally committed as revision 4609 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
4bc113a937
Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.
...
Originally committed as revision 4604 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
2118901192
print more time_base fps stuff if av_log level is at debug or above
...
print more likely correct fps
not sure if this is formated optimally ...
Originally committed as revision 4596 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a26e1d4c1f
checksum doesnt cover the forward_ptr anymore
...
Originally committed as revision 4579 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
177e5460b9
forward_ptr doesnt contain its own length anymore
...
Originally committed as revision 4578 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
da7272b335
set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing
...
Originally committed as revision 4569 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
79396ac685
Kill some compiler warnings. Compiled code verified identical after changes.
...
Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
d57d8cbc25
a few more raw yuv fourccs
...
Originally committed as revision 4565 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
302c389e4f
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
...
Originally committed as revision 4558 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
d156a7b7f1
typo: viedo --> video
...
Originally committed as revision 4553 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
b93f738fde
Support D-Cinema audio demuxing.
...
Originally committed as revision 4549 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
b461b3bc4a
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
...
Originally committed as revision 4548 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
4325ffd0a2
lowres support
...
Originally committed as revision 4545 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
5b28c8c355
time_base description by Rich Felker | dalias, aerifal cx
...
Originally committed as revision 4536 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
30545b2f47
Make ogg `muxer' expect new vorbis extradata format.
...
This makes for example encoding vorbis in ogg again.
Originally committed as revision 4528 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
7cbaa7bafa
parse pict_type for streams in avi
...
fix mpeg4 parser so it outputs te pict_type
support header only parseing without repacking
Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
30bc6613fe
support fixing missing pts by parsing future frames
...
Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Wolfram Gloger
f0ff20a197
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
...
Originally committed as revision 4524 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
9450118bc7
a few checks, seems i forgot to commit this
...
Originally committed as revision 4523 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
bf4e3bd2d0
kill a bunch of compiler warnings
...
Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8341e4e338
set timebase correctly? this thing is always 15fps?
...
Originally committed as revision 4519 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Steven M. Schultz
2fcb1a5bf4
'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)
...
Originally committed as revision 4510 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
a71a1dfc37
fix building in separate directory
...
Originally committed as revision 4509 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago