Baptiste Coudurier
014a510282
use generic atom to extradata reading function
...
Originally committed as revision 8191 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
dd8a46d9df
support for adpcm swf, pcm
...
Originally committed as revision 8189 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
3c58dc0b3c
don't rely on a specific appearance order for ebml elements at the same level
...
Originally committed as revision 8181 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
0cc5ea2e95
add support for simple blocks (ie. matroska v2)
...
Originally committed as revision 8180 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
de7779b5fd
cosmetics: fix indentation of the new matroska_parse_block() function
...
Originally committed as revision 8179 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
1afdcdf1fc
split a matroska_parse_block() function from matroska_parse_blockgroup()
...
Originally committed as revision 8178 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
ebfcf31ddf
fix an off-by-one error in probing function
...
this prevented correct detection of Mushishi24-head.mkv
Originally committed as revision 8177 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
3922c59fc4
don't parse whole swf file in header, can now play ffserver swf streams
...
Originally committed as revision 8176 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
024c7378c3
factorize
...
Originally committed as revision 8175 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
dfc1313d28
remove nonsense time base code, use swf ms per frame, only video frames contains pts
...
Originally committed as revision 8174 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
497244a897
check for any seeking failure during probe
...
Originally committed as revision 8173 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c828c70916
quicktime 'raw ' support
...
Originally committed as revision 8168 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
558b86a5d0
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
...
Originally committed as revision 8158 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
9fca9c0316
Reverting stray commit part I
...
Originally committed as revision 8157 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
bb0eb714bd
get_packetheader() forgot to read the header_checksum in big packets
...
patch from Clemens Ladisch cladisch AT fastmail dot net
(stray base64 patch reverted in the next commits)
Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f5a90186d7
Add missing license headers.
...
Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
3fdb6af943
use avcodec_decode_audio2
...
Originally committed as revision 8146 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3cee76e6c9
Remove useless conditional.
...
Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
eca06097d3
Add LGPL header as requested by Oded.
...
Originally committed as revision 8126 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
950d94ad3b
use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header
...
Originally committed as revision 8123 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0a3692cd82
be less noisy
...
Originally committed as revision 8107 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
13e4dba690
BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building.
...
Originally committed as revision 8103 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
34cee63432
Complete the video format enum.
...
Originally committed as revision 8100 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
a0536d22b3
Cosmetics.
...
Originally committed as revision 8099 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
b5cccea088
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards
...
Originally committed as revision 8073 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
038a1243a2
codec_tag settable via VideoTag, and transmit codec_tag in ffm
...
Originally committed as revision 8071 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
db0ed93e22
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.
...
Originally committed as revision 8067 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
804de96a83
cosmetics: fix usefuLL --> usefuL typo
...
Originally committed as revision 8061 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ryan Martell
0e3b6a6f55
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate
...
properties accordingly.
Patch by Ryan Martell, rdm4 % martellventures com.
Originally committed as revision 8046 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
9376710d06
warn if bps from user and what will be stored missmatches
...
Originally committed as revision 8044 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a185f52a86
try to fill in missing bits_per_sample
...
Originally committed as revision 8043 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
5b77a81a8d
Remove code duplicated between adpcm.c and riff.c
...
Originally committed as revision 8042 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
346a655d46
Add support for MS-GSM codec
...
Originally committed as revision 8039 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
89cf4098aa
spit an error message in case of invalid chunk
...
Originally committed as revision 8014 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
49c8132b17
not checking error return, resulting double free
...
returning uninitalized pointers
Originally committed as revision 8002 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
457b101e42
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l
...
Originally committed as revision 7991 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
36c07acd59
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
...
Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
b0c858d834
poll() emulation for BeOS, and maybe MinGW.
...
Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
afde41b414
rename video4linux[2] variables to v4l[2], consistent with --disable options
...
Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
cc58300e30
implement new grabbing interface, as described here:
...
ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920
patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Original thread:
Date: Jan 31, 2007 8:56 PM
Subject: [Ffmpeg-devel] [PATCH] New grabbing interface
Originally committed as revision 7983 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
2012121363
fix dts adjusting
...
Originally committed as revision 7982 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
41536a6078
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer
...
and copying the frame into it (remove a memcpy())
Originally committed as revision 7981 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
a492ad9f63
100l
...
Originally committed as revision 7980 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
8d97aedbaa
indentation
...
Originally committed as revision 7979 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
400615b68b
use aiff when we can, some players only support aiff
...
Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
eb526fa6dd
Remove unused file.
...
Originally committed as revision 7973 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1367cffd66
Ogg is not Vorbis.
...
Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
8fa36ae09d
This fixes error handling for BeOS, removing the need for some ifdefs.
...
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h.
Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed.
Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code.
This also removes the need for berrno.h.
Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Carl Eugen Hoyos
034ef0e8c3
Move base64.[ch] to libavutil.
...
patch by Carl Eugen Hoyos, cehoyos ag.or at
Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6d29fba950
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count
...
Originally committed as revision 7961 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago