| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: add CBD2 DPCM decoder | Paul B Mahol | 2023-01-27 | 1 | -0/+1 |
* | avformat/aiff: Deduplicate codec tags and codec tags list | Andreas Rheinhardt | 2021-02-23 | 1 | -0/+54 |
* | Rename aiff.c to aiffdec.c | Justin Ruggles | 2009-10-15 | 1 | -315/+0 |
* | Split up the AIFF muxer and demuxer into separate files. | Justin Ruggles | 2009-10-15 | 1 | -166/+4 |
* | Do not read data past the end of the SSND chunk in the AIFF demuxer. | Justin Ruggles | 2009-10-13 | 1 | -2/+16 |
* | Return special EOF checking for aiff and au demuxers, the check was at | Reimar Döffinger | 2009-10-02 | 1 | -4/+0 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -1/+1 |
* | Remove useless init from aiff_read_header() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+1 |
* | use new metadata API in aiff demuxer | Aurelien Jacobs | 2009-02-02 | 1 | -7/+10 |
* | simplify | Aurelien Jacobs | 2009-02-02 | 1 | -7/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -5/+5 |
* | Use enum typers instead of int. | Diego Pettenò | 2008-10-02 | 1 | -2/+2 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -12/+12 |
* | set block align and frame size for gsm in aiff | Baptiste Coudurier | 2008-09-04 | 1 | -0/+4 |
* | Replace generic CONFIG_MUXERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-02 | 1 | -2/+2 |
* | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec... | Reimar Döffinger | 2008-08-24 | 1 | -2/+2 |
* | Make AIFF demuxer handle F32BE and F64BE PCM audio. | Peter Ross | 2008-08-19 | 1 | -0/+2 |
* | cosmetics | Baptiste Coudurier | 2008-06-28 | 1 | -1/+1 |
* | cosmetics, align vertically | Baptiste Coudurier | 2008-06-28 | 1 | -12/+12 |
* | Remove wrappers of pcm_read_seek(). | Ramiro Polla | 2008-06-06 | 1 | -7/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -2/+2 |
* | try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp... | Baptiste Coudurier | 2008-05-15 | 1 | -3/+5 |
* | do not fail if correct is not recognized | Baptiste Coudurier | 2008-05-15 | 1 | -3/+0 |
* | cosmetics, remove space before opening parenthesis | Baptiste Coudurier | 2008-05-15 | 1 | -5/+5 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |
* | set block align for mace3/6 | Baptiste Coudurier | 2008-03-05 | 1 | -0/+4 |
* | correctly compute bit rate for compressed audio, should fix seeking in aiff | Baptiste Coudurier | 2008-03-05 | 1 | -1/+2 |
* | fix mace duration | Baptiste Coudurier | 2008-02-25 | 1 | -0/+4 |
* | 10l, protect malloc overflow | Baptiste Coudurier | 2008-02-25 | 1 | -0/+2 |
* | support QDM2 in aiff, QDM2.aif | Baptiste Coudurier | 2008-02-25 | 1 | -0/+8 |
* | remove useless close function | Baptiste Coudurier | 2008-02-25 | 1 | -6/+1 |
* | indentation | Baptiste Coudurier | 2008-02-25 | 1 | -39/+39 |
* | remove useless casts | Baptiste Coudurier | 2008-02-25 | 1 | -3/+3 |
* | cosmetics | Baptiste Coudurier | 2008-02-25 | 1 | -17/+6 |
* | remove useless tags, codec_get_id matches independently and qt uses lower cas... | Baptiste Coudurier | 2008-02-25 | 1 | -2/+0 |
* | set bps to uncompressed original sound data for compressed audio | Baptiste Coudurier | 2008-02-25 | 1 | -1/+6 |
* | fix duration for ima4 | Baptiste Coudurier | 2008-02-25 | 1 | -1/+3 |
* | ima4 in aiff support | Baptiste Coudurier | 2008-02-25 | 1 | -3/+11 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -7/+7 |
* | move unrelated functions declarations out of allformats.h | Aurelien Jacobs | 2007-09-11 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -2/+2 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | compute absolute data offset after reading blocksize | Baptiste Coudurier | 2007-06-26 | 1 | -1/+1 |
* | this is named BlockSize in specs | Baptiste Coudurier | 2007-06-25 | 1 | -1/+1 |
* | according to specs, offset is before blocksize | Baptiste Coudurier | 2007-06-25 | 1 | -1/+1 |
* | support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ... | Baptiste Coudurier | 2007-06-25 | 1 | -3/+14 |
* | Support for newer MacOSX AIFF | Kostya Shishkov | 2007-04-27 | 1 | -0/+1 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | 100l | Baptiste Coudurier | 2007-02-14 | 1 | -1/+1 |