Baptiste Coudurier
6a7eba1f07
init buffer
...
Originally committed as revision 6040 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
6c496518e8
Added codec id for QCELP.
...
Originally committed as revision 6036 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
955ab9a4d8
attribute_deprecated
...
Originally committed as revision 6033 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a1c69e0b50
fix probing of 02-Penguin.flac
...
= a single startcode should not override extension based detection
Originally committed as revision 6025 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
David Conrad
57060f8936
AVI tag reading and writing patch by David Conrad.
...
umovimus at gmail dot com
Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Steve L'Homme
0b23d689d8
Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %
...
Original thread:
Date: Aug 17, 2006 5:45 PM
Subject: Re: [Ffmpeg-devel] [PATCH] AVISynth support
Originally committed as revision 6018 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
7981555d89
Move all internal -I parameters to the front of CFLAGS to avoid using external
...
header files that happen to have the same name as internal ones.
Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
201f1d4546
use packet dts as correct media field number and use av_interleave_pkt_per_dts
...
Originally committed as revision 5987 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
81f0f93826
update documentation
...
Originally committed as revision 5985 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
f21c0b4c43
export av_interleave_packet_per_dts
...
Originally committed as revision 5984 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
7228914047
set elst start time to first pts
...
Originally committed as revision 5981 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
b361ba2a45
fourcc cleanup
...
Originally committed as revision 5969 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
61e3dd7865
enable 'NONE' audio fourcc
...
Originally committed as revision 5968 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
76c9cb0a7a
parse mpeg frame to get pict type and closed gop flag
...
Originally committed as revision 5967 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
David Conrad
8331891957
Support AAC audio in AVI with tag 0xff
...
Patch by David Conrad ( davedc_ | umbc edu )
Originally committed as revision 5963 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
494bbf5805
dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort
...
Originally committed as revision 5961 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
434cab9e0f
timestamp debugging av_logs()
...
Originally committed as revision 5960 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b9b18fbdea
both timestamps are dts, (checked trailer.gxf, spec is unclear)
...
Originally committed as revision 5958 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
ed4e20ac7f
Fix some "'static' is not at beginning of declaration" warnings.
...
Originally committed as revision 5956 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
2c5ad5fd74
use correct tag for h263 in mov
...
Originally committed as revision 5953 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
87494ea03c
detailed infos about d263 atom
...
Originally committed as revision 5952 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
915282e5b8
indention
...
Originally committed as revision 5950 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
5997ed786a
only set fields for mov, reserved for 3gp, mp4
...
Originally committed as revision 5949 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
80f05e7981
sampleSize field to 16, reserved for mp4 and 3gp
...
Originally committed as revision 5948 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
86ca5710bb
mp4, 3gp field is reserved and value is 2
...
Originally committed as revision 5947 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
57ef6acc39
use ternary
...
Originally committed as revision 5946 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c096ebca48
vbr compression id is only used in mov
...
Originally committed as revision 5945 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
634b8cfaf4
always write duration and file size, fix seeking, progress bar is now active
...
Originally committed as revision 5939 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
2965f17b4f
sample size is 1 if bits per sample is 8 and mono channel
...
Originally committed as revision 5920 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
f8503792f0
revert r5909, dont use non constant static variable, breaks multithreaded apps
...
Originally committed as revision 5917 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e1dacee11e
parse SONY hidden MPEG-4 extradata, fix C0023S01.mxf
...
Originally committed as revision 5910 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
61ca932e4a
skip run-in sequence before reading header
...
Originally committed as revision 5909 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
49b6f16239
again, disable DEBUG
...
Originally committed as revision 5908 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
f0d4729212
10l, check container_ul existence
...
Originally committed as revision 5907 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c2e8805441
remove duplicate code
...
Originally committed as revision 5906 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
3bb63b822f
attempt to demux clip wrapped content
...
Originally committed as revision 5905 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
8c5002db17
add codec detection based on essence container ul
...
Originally committed as revision 5904 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
d2cdbd5f18
resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach
...
Originally committed as revision 5892 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
51a0a721ab
remove unneeded audio fourcc as well
...
Originally committed as revision 5889 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
0019b662ae
Minor resync optimization
...
Originally committed as revision 5888 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
20dd25adc3
Do not set the codec's pixel format in the format's write_header()
...
Originally committed as revision 5887 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e81e3ced6d
do not set unneeded fourcc
...
Originally committed as revision 5886 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
7fe4744bcd
fix ending null entry in table
...
Originally committed as revision 5885 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
28f1280820
more codecs uls
...
Originally committed as revision 5883 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e40ee6a268
move common code from mov.c and movenc.c to isom.c
...
Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
986c2ccb19
add some useful debug info
...
Originally committed as revision 5881 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
907a051009
Support for seeking, both with and without index and correct timestamps
...
Originally committed as revision 5880 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
0e15b7b0dd
negative to_pad won't provoke infinite loop
...
Originally committed as revision 5879 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
3068f1c813
avoid reading beyond packet size
...
Originally committed as revision 5878 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
ba32c8dfd9
skip run-in sequence during probe
...
Originally committed as revision 5876 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago