summaryrefslogtreecommitdiff
path: root/libav/wav.c
Commit message (Collapse)AuthorAge
* renamed libav to libavformatFabrice Bellard2002-11-25
| | | | Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cleanup statics & constZdenek Kabelac2002-11-11
| | | | | | | * using frame_bits to store bits_per_sample (to be able to recontruct exactly wav header) Originally committed as revision 1187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * always set extradata_sizeZdenek Kabelac2002-10-31
| | | | Originally committed as revision 1129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unified wav header parsing - added extradata supportFabrice Bellard2002-10-28
| | | | Originally committed as revision 1092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed packet size dependancyFabrice Bellard2002-07-24
| | | | Originally committed as revision 798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adpcm encoding patch by François Revol <revol at free dot fr>François Revol2002-07-22
| | | | Originally committed as revision 785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-20
| | | | | | | | | | | | | | | | | | | | | * 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
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* converted to new APIFabrice Bellard2002-05-20
| | | | Originally committed as revision 547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av memory handling functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Make put_wav_header return the number of bytes that it put.Philip Gladstone2002-05-09
| | | | Originally committed as revision 468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Versions defined for libav/libavcodec.Juanjo2002-04-15
| | | | | | | - Bug fix in wav muxer for MP2 audio. - ffmpeg/libavcodec version in MPEG-4 user data. Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07
| | | | | | | | | | (and fix) stream copying. By now force_pts it's just honoured by the MPEG muxer. ASF could honour this also, but it should be fixed to use Tickers first. - MPEG audio decoder exports it's frame size in bytes. - Hope this fix the floating point exception found in ffserver. Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
| | | | | | - Changes on AVI and WAV muxers to support MP3. Originally committed as revision 324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fix on AVI and WAV headers based on Nikolai Zhubr patch.Juanjo2002-03-01
| | | | | | | | - Now the properties of the AVIs are correctly shown, but the MP2 audio isn't playable, it seems the problems is that Fraunhoffer MP3 decoder included on Windows cannot decode MP2 streams. Originally committed as revision 316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct pcm audio format handlingFabrice Bellard2001-09-24
| | | | Originally committed as revision 147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added pcm formatsFabrice Bellard2001-09-23
| | | | Originally committed as revision 142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed wav riff tag sizeFabrice Bellard2001-08-15
| | | | Originally committed as revision 95 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-13
| | | | Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk