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
Baptiste Coudurier
b92c61e08c
simplify using function table
...
Originally committed as revision 5871 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
53512a22cb
parse aes3 audio descriptor
...
Originally committed as revision 5870 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
6c6ec47a0e
use parenthesis around value
...
Originally committed as revision 5866 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
adb0208bf2
Fix typo in comment
...
Originally committed as revision 5865 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kohn Emil Dan
b6eaae39b4
The reader ignores the size of the ASF data object and keeps on
...
reading even beyond it.
Therefore if the ASF file includes an index object at its end, the
reader will treat the index like data, but of course will fail since
it thinks that the data is corrupted.
When reading an asf file with an index object, ffmpeg will
complain at the end of the file that it read an invalid header.
Patch by Kohn Emil Dan, < emild A cs P technion P ac P il >
Original thead:
Date: Apr 18, 2006 4:11 PM
Subject: [Ffmpeg-devel] Two ASF related bugs and fixes
Originally committed as revision 5857 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
ea3a790e0d
add information about codec uls
...
Originally committed as revision 5856 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
7d2a0d3120
another MPEG-2 long gop codec ul
...
Originally committed as revision 5855 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
649084c310
another MPEG-2 long gop codec ul
...
Originally committed as revision 5854 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
59b5673853
add uncompressed picture support
...
Originally committed as revision 5853 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
8ce2215b23
parse rgba descriptor (jpeg2000, uncompressed)
...
Originally committed as revision 5852 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
54a3360b20
add common codecs uls
...
Originally committed as revision 5851 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
eec3fec094
simplify PRINT_KEY
...
Originally committed as revision 5850 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
6d0c3bebc7
add some debug infos
...
Originally committed as revision 5849 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
f03b6426df
get rid of DECLARED_ALIGNED
...
Originally committed as revision 5848 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Gehrer
67630cff64
add new tag 'CAVS' for Chinese AVS codec
...
Originally committed as revision 5847 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
dd15f9bf48
cosmetics
...
Originally committed as revision 5842 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
b752222439
use ternary
...
Originally committed as revision 5841 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
834bff48cb
remove useless variables
...
Originally committed as revision 5840 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e076173f67
rename variables
...
Originally committed as revision 5839 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
5e441e31cc
add error messages
...
Originally committed as revision 5838 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
743d772c61
demuxer reworked, more accurate parsing, prepare handling of other operational patterns, streaming demuxing, simplified codec detection
...
Originally committed as revision 5837 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
4bfff76814
declare and use UID type
...
Originally committed as revision 5836 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
7c87a2f0c0
Set duration to AV_NOPTS_VALUE instead of 0 when unknown.
...
Set start_time to 0 when duration is known to indicate we have
valid timestamps for this track.
Originally committed as revision 5835 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
538389c981
Fix FSF postal address.
...
Originally committed as revision 5829 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
07bf2af864
MXF demuxer
...
Originally committed as revision 5826 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
22ffac707e
Try to find out correct start time to make seeking faster and add some
...
extra checks to make sure the seeking function will not hang forever.
Originally committed as revision 5814 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
ccb159940b
fix regression failure after adler simplification
...
Originally committed as revision 5803 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
86329cce04
GXF muxer
...
Originally committed as revision 5787 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago