joca@rixmail.se
891f64b339
AMR-NB audio support patch by (<joca at rixmail dot se>)
...
Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
25fa62e13a
* added s263 (mapped to h263 - 3gp files)
...
* less strict header detection - also do not call exit when it's not found.
Originally committed as revision 1864 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
9ed83b0a93
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
...
(IMHO only SMI chunk should be stored in extradata)
Originally committed as revision 1863 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
fd6e513ee1
* uninitialized/unused vars cleanup
...
Originally committed as revision 1859 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5ca1d879bb
* support for AAC audio (esds decoding - using extradata)
...
* using MOV_atom_t instead of 3 args
* chunk parsers ordered alphabeticaly
Originally committed as revision 1858 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8b82a95675
svq3 decoder by anonymous
...
Originally committed as revision 1845 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
d86053a416
first pass at a new VP3 video decoder
...
Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
b6a17df438
* simplified parameters for parse routines
...
Originally committed as revision 1816 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5cd62665f0
* fixed initialization and some memleak
...
* filling more avcodecs variables
* extending/improving mov parsing (unfinished)
Originally committed as revision 1812 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Sebastien Bechet
53e27dd5de
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested)
...
Originally committed as revision 1737 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
14bea432f1
per context frame_rate_base, this should finally fix frame_rate related av sync issues
...
Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
0c1a9edad4
* UINTX -> uintx_t INTX -> intx_t
...
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
7ed2dd2db4
removed redundant 4CC
...
Originally committed as revision 1467 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
8b879f18d1
Fix probing for some files (ew.mov, april.mov)
...
Originally committed as revision 1466 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
abac617591
renamed libav to libavformat
...
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
4533d2d67f
* fix double free
...
Originally committed as revision 1206 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
3f95e8434b
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
...
contribution by Laszlo Torok <torokl@alpha.dfmk.hu>
4CC 'MAC3' and 'MAC6' in Quicktime.
It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :)
patch by (François Revol <revol at free dot fr>)
Originally committed as revision 1145 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0e7eed09ce
better MPEG4 support (at least can view some mpeg4 examples)
...
Originally committed as revision 1033 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
e1687cc07f
added DV support
...
Originally committed as revision 1017 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
3ffe379394
patch by François Revol <revol at free dot fr>
...
- fix for multiple frames per chunk
- better probing
- better header parsing
- fixed some 4CCs
- use av_new_stream() (but still dealocates some of them with av_free())
Originally committed as revision 790 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
François Revol
0147f19856
beos/mov/adpcm patch by François Revol <revol at free dot fr>
...
* Some BeOS fixes:
- errno stuff
- nanosleep() replacement
- added a doc/README.beos
* mov reader still has problems with most videos (skips many chunks),
- It should now read .mov files with zlib-compressed moov headers (aka cmov)
- added SVQ1 support.
- removed mapping 'raw ' and 'yuv2' to h263, was my mistake.
- added IMA4 support. (tested)
- fixed frame rate (it reported 0 fps or something before)
- extended file probing ('wide' and 'free' atoms)
- improved .mov/.mp4 detection (or so I think)
* adpcm
* added zlib support, with header file and lib check
Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
19720f15fd
license/copyright change
...
Originally committed as revision 593 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
c9a65ca8c3
converted to new API
...
Originally committed as revision 547 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
1ea4f59365
use av memory handling functions
...
Originally committed as revision 528 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
a266644f56
* more warning cleanups
...
* adding const & statics
Originally committed as revision 387 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
684f44d9a0
* fixing some warnings
...
Originally committed as revision 386 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
6cea494e32
* support for .au .gif .mov .mp4 by François Revol <revol@free.fr>
...
hmm any opinions about GIF support ?
Originally committed as revision 385 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago