aboutsummaryrefslogtreecommitdiffstats
path: root/libav/wav.c
Commit message (Expand)AuthorAgeFilesLines
* unified wav header parsing - added extradata supportFabrice Bellard2002-10-281-27/+34
* suppressed packet size dependancyFabrice Bellard2002-07-241-6/+2
* adpcm encoding patch by François Revol <revol at free dot fr>François Revol2002-07-221-0/+5
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-201-1/+7
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* converted to new APIFabrice Bellard2002-05-201-20/+36
* use av memory handling functionsFabrice Bellard2002-05-181-4/+4
* * Make put_wav_header return the number of bytes that it put.Philip Gladstone2002-05-091-1/+5
* - Versions defined for libav/libavcodec.Juanjo2002-04-151-6/+16
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-071-1/+1
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-101-3/+4
* - Fix on AVI and WAV headers based on Nikolai Zhubr patch.Juanjo2002-03-011-5/+26
* correct pcm audio format handlingFabrice Bellard2001-09-241-5/+54
* added pcm formatsFabrice Bellard2001-09-231-3/+9
* fixed wav riff tag sizeFabrice Bellard2001-08-151-1/+1
* win32 fixesFabrice Bellard2001-08-131-7/+2
* Initial revisionFabrice Bellard2001-07-221-0/+211