84 Commits (84afc6b70d24fc0bf686e43138c96cf60a9445fe)

Author SHA1 Message Date
Michael Niedermayer 70af8a5efb avformat/aiffdec: avoid double and ldexp() 10 years ago
Michael Niedermayer c5c09501f9 avformat/aiffdec: do not fail if header parser hits EOF 10 years ago
Michael Niedermayer ae81e8a9c5 avformat/aiffdec: Stop header parsing once a non header packet is reached 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Peter Ross 6243845036 avformat/aiffdec: improve readability 10 years ago
Peter Ross f1098eb97d avformat/aiffdec: only read codec tag when there is space in header 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Carl Eugen Hoyos 763e714442 Do not limit blocksize when reading PCM from aiff. 11 years ago
Peter Ross 5331773cc3 ff_id3v2_read: add option to limit ID3 magic number search 11 years ago
Michael Niedermayer b59740eae5 avformat/aiffdec: use ff_get_extradata() 11 years ago
Carl Eugen Hoyos 9860fb445a Fix decoding of G.726 in AIFF. 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Carl Eugen Hoyos c153ea4756 Support decoding G.722 in aiff. 12 years ago
Carl Eugen Hoyos 9526c9ccc3 Read block_align from extradata when decoding qclp in aiff. 12 years ago
Carl Eugen Hoyos db2d3a9082 Skip padding in an id3 tag in aiff files. 12 years ago
Piotr Bandurski fde13052fb aiffdec: set block duration for QDM2 12 years ago
Matthieu Bouron cfb1c3c9f0 aiffdec: read ID3 attached pictures 12 years ago
Matthieu Bouron c68a8a1340 lavf/aiffdec: don't stop parsing after SSND chunk 12 years ago
Clément Bœsch c4dba58f47 isom: fix redundant redeclaration of ff_mov_read_chan(). 12 years ago
Michael Niedermayer e367d90664 aiffdec: support QDM2 12 years ago
Michael Niedermayer 99f5090714 aiffdec: try #2 to fix bps 12 years ago
Michael Niedermayer b9b97c2fb9 aiffdec: fix bits per sample 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Matthieu Bouron 8ac3868ff3 lavf/aiffdec: handle ID3 chunk 13 years ago
Reimar Döffinger 7effbee66c Mark truncated packets as corrupt in av_get_packet. 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Justin Ruggles f036342b4b aiffdec: set block_duration to 1 for PCM codecs that are supported in AIFF-C 13 years ago
Justin Ruggles b38b7cc392 aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFF 13 years ago
Justin Ruggles 2c07c18048 aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-C 13 years ago
Justin Ruggles 02f88eec1d aiffdec: do not set bit rate if block duration is unknown 13 years ago
Tomas Härdin 8d393ce330 aiffdec: Fix SIGFPE on pcm_f32be 13 years ago
Justin Ruggles 8d1a20aa7c aiffdec: do not set AVCodecContext.frame_size 13 years ago
Ronald S. Bultje 32a659c758 aiff: don't skip block_align==0 check on COMM-after-SSND files. 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov c10731e78b lavf: deprecate AVFormatContext.file_size 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Aurelien Jacobs e6ba3d4281 replace remaining usage of deprecated av_metadata_set2() by av_dict_set() 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Michael Niedermayer a565c7b7f2 aiffdec:Rewrite get_meta() 14 years ago
Carl Eugen Hoyos 91b782720f Move channel chunk reading function to isom.c. 14 years ago
Carl Eugen Hoyos 8f2e438e52 Support channel layout when demuxing aif files. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago