30 Commits (3825b5268844694ff50a0e0bfde64df43a862fae)

Author SHA1 Message Date
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
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
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 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 a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Aurelien Jacobs e94204dfd8 move pcm demuxers to their own file 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
Vitor Sessak cea65433e0 decode qcelp in aiff, implement #1524, patch by Vitor 15 years ago
Justin Ruggles 5855e4e0dd Rename aiff.c to aiffdec.c 15 years ago
Justin Ruggles 47b47bbdaf Split up the AIFF muxer and demuxer into separate files. 15 years ago
Justin Ruggles 24c6f152c4 Do not read data past the end of the SSND chunk in the AIFF demuxer. 15 years ago
Reimar Döffinger a7a9dd0eb6 Return special EOF checking for aiff and au demuxers, the check was at 15 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 16 years ago
Michael Niedermayer 551b41d4bf Remove useless init from aiff_read_header() found by CSA. 16 years ago
Aurelien Jacobs c0f1445864 use new metadata API in aiff demuxer 16 years ago
Aurelien Jacobs be62f5569e simplify 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Baptiste Coudurier 5d79f30d70 set block align and frame size for gsm in aiff 16 years ago
Diego Biurrun 8212568a1c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 16 years ago
Reimar Döffinger c18545929e Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 16 years ago
Peter Ross b1c00341a5 Make AIFF demuxer handle F32BE and F64BE PCM audio. 16 years ago
Baptiste Coudurier 6f557c6a36 cosmetics 17 years ago
Baptiste Coudurier c7adbedb08 cosmetics, align vertically 17 years ago
Ramiro Polla 5256e42c0b Remove wrappers of pcm_read_seek(). 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier 3f60afad28 try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 17 years ago