summaryrefslogtreecommitdiff
path: root/libavformat/aiff.c
Commit message (Expand)AuthorAge
...
* use av_get_bits_per_sample, compute block align if not setBaptiste Coudurier2006-10-11
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typoDiego Biurrun2006-07-11
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* fix pcm_s24be demuxing, simplifyBaptiste Coudurier2006-05-15
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-02