Michael Niedermayer
48a59dfe8e
set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE
...
Originally committed as revision 9918 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8258354849
correct initial timestamps which have AV_NOPTS_VALUE
...
Originally committed as revision 9917 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
74e9b9ae70
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov
...
Originally committed as revision 9895 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
bca7db3530
detect MS wav codecs
...
fixes detection of audio codec though not playback of surge-2-16-L-ms11.mov
Originally committed as revision 9885 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
02b15cc811
move code which adds a AVPacket into the packet buffer into its own function
...
Originally committed as revision 9871 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
d2ace376b0
fill title, author, copyright and comment fields by parsing udta atom
...
Originally committed as revision 9840 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
10a7571b09
deal with the case where one of pts,dts has wrapped but the other has not
...
Originally committed as revision 9839 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
90f66438a5
kill antiwrapping code, i do not think this did anything good
...
fixes decoding of rete4.ps
closes issue44
Originally committed as revision 9835 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
bffcf2ebbf
treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample
...
Originally committed as revision 9832 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a11c2a2c66
support silly PCM variant used by zork nemesis
...
fixes audio decoding of T000A11C.AVI
Originally committed as revision 9831 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
36cf20f5a6
Merge get_str() and get_str8() functions.
...
patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 9818 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
28263f5f15
Fix get_str/get_str8() to also work if the target string is not long enough to
...
fit all data from the container string, and allow NULL as a string also to
simply skip the string altogether.
patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 9817 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
df3a80b50a
cosmetics: misc typo fixes
...
Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Conrad
bd35bdf1b2
Add EBML ID for Segment UID
...
Originally committed as revision 9814 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8950f82879
detect voxware (closes issue39)
...
Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
41415d2856
try exact match before case insensitive match in codec_get_id
...
Originally committed as revision 9808 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
60ff1c4481
ignore invalid packet_obj_size
...
fixes video5.asf
Originally committed as revision 9807 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
c5388c0784
Introduce an SDP generator
...
Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
89aa478f75
cosmetics: alignment
...
Originally committed as revision 9802 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
b1dc5beb12
replaces hardcoded values by the equivalent enum definitions
...
Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e0c850a8c4
Avoid misdetecting acelp in ASF as MP3.
...
fixes 2001-04-11.asf
Originally committed as revision 9799 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
11bf3847b3
add proper support for subtitles muxing/stream copying
...
Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
868e43d952
use the most appropriate codec id for A_MPEG/L1 and L2
...
Originally committed as revision 9794 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
0f40b54c17
reorder matroska codec tags so that the encoder picks up the appropriate tag
...
Originally committed as revision 9793 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
9510da2bca
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function
...
which is not available, but a media type which is not supported.
Originally committed as revision 9768 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
85565db0f8
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
...
Originally committed as revision 9763 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
5632e568c0
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
...
Originally committed as revision 9762 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
...
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
769e10f068
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
...
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d0f596b4ef
Make video hook infrastructure conditional on video hooks being enabled.
...
Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
d72e7d0f24
use sscanf to parse address
...
Originally committed as revision 9756 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
109d30e9f1
remove useless check
...
Originally committed as revision 9733 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Joakim Plate
104d04182d
fix emulated inet_aton so that it fails for invalid addresses
...
patch by elupus: \elupus ecce se/
original thread:
[FFmpeg-devel] [PATCH] emulated inet_aton doesn't fail for invalidaddresses
date: 07/15/2007 12:40 AM
Originally committed as revision 9731 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f1ea5c2a96
typo fixes
...
Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
1fc44ed69e
MinGW has those include files.
...
Originally committed as revision 9707 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
82e4ac2c97
Move av_gettime() back to lavf/utils.c
...
Originally committed as revision 9706 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
c993a83131
MinGW has gettimeofday() since mingw-runtime-3.10
...
Originally committed as revision 9705 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
ee8c87b55b
add support for S_ASS and S_SSA codec string
...
Originally committed as revision 9704 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
e2e2e7dd70
.memleak fix by Ronald Bultje. OK'd by Luca.
...
Originally committed as revision 9697 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c4194cc606
remove likely wrong reseting of align_iframe
...
same md5 with a short -t dvd encoding
fixes streamcopy of dvd
Originally committed as revision 9687 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
372a80d15d
Avoid using undefined symbols.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols
--enable-muxer=mpeg1system
Originally committed as revision 9650 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
c3eaeadb4a
Allow selecting only the vc1 demuxer.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols
--enable-demuxer=vc1
Originally committed as revision 9649 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
95e99a769c
Allow selecting only the mpegtsraw demuxer.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols
--enable-demuxer=mpegtsraw
Originally committed as revision 9648 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
548fabb9fb
The dxa demuxer depends on riff.o.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=dxa
Originally committed as revision 9647 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
6d7eee8418
The dv1394 demuxer depends on dv.o.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols
--enable-demuxer=dv1394
Originally committed as revision 9645 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
8f3a44a2e5
All those demuxers don't depend on riff.o anymore.
...
Originally committed as revision 9644 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
2115c69f2c
All those demuxers use pcm_read_seek() and thus depend on raw.o.
...
Originally committed as revision 9643 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
7f7fdbc842
The c93 demuxer depends on vocdec.o.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=c93
Originally committed as revision 9642 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
b3fc092548
avoid division by zero in av_find_stream_info() when no time base is set
...
Originally committed as revision 9637 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
71daa04c86
Smartjog granted permission to relicense as LGPL 2.1
...
Originally committed as revision 9631 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago