14 Commits (29c3d42b422ed1b538665341079e322a3b9488df)

Author SHA1 Message Date
Panagiotis Issaris 85565db0f8 Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
Aurelien Jacobs fd2e1d88a6 remove useless empty function 18 years ago
Aurelien Jacobs eb67342fdc cosmetics: too much blank lines 18 years ago
Aurelien Jacobs 6bca498d78 use intreadwrite functions in vocdec 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Alex Beregszaszi fd9a71acaa simplification 18 years ago
Alex Beregszaszi cbc09a7d5a typo: unkown->unknown 18 years ago
Michael Niedermayer 6c77805fc8 get rid of the [4] limitation of codec tag lists 18 years ago
Michael Niedermayer edb6e50682 export a few more codec_tag-codec_id tables 18 years ago
Aurelien Jacobs e9f36c5c4d move common voc muxer and demuxer data to voc.c 18 years ago
Aurelien Jacobs 5d244b2932 split voc.c into vocdec.c and vocenc.c 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Aurelien Jacobs 5da714699d simplify the voc demuxer using av_get_bits_per_sample() 18 years ago
Aurelien Jacobs 2433f24f60 add Creative 8 bits ADPCM schemes support 19 years ago
Aurelien Jacobs b96532e970 voc: set bits_per_sample correctly (fix mplayer playback) 19 years ago
Aurelien Jacobs ea395e8c6c add a Creative VOC (de)muxer 19 years ago