75 Commits (225efccefcf342dfdb37a61ff86fce537be9f524)

Author SHA1 Message Date
Samuel Pitoiset 9afb7061f9 mov_chan: Pass a separate AVIOContext for reading 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Justin Ruggles 1749e12f45 cafdec: allow larger ALAC magic cookie 13 years ago
Justin Ruggles 3bab7cd128 avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer 13 years ago
Justin Ruggles c0196a14b9 caf: use int64_t for num_packets 13 years ago
Justin Ruggles f5a9c35f88 caf: fix 'pakt' chunk parsing 13 years ago
Justin Ruggles b0b77b9ca5 caf: support either old or new style ALAC magic kuki chunk 13 years ago
Ronald S. Bultje 67ffcb9613 lavf: Make codec_tag arrays constant 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Joakim Plate af701d42c3 cafdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Paul B Mahol f7a9b1deee cafdec: fix regression introduced in c7579ad8e8 13 years ago
Paul B Mahol c7579ad8e8 cafdec: replace deprecated get_strz() 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
Carl Eugen Hoyos 4eb86d348f Do not use strcpy for "strings" starting with \0. 13 years ago
Carl Eugen Hoyos d6af8e68c4 Cosmetics: Reindent after last commit. 13 years ago
Carl Eugen Hoyos 80af00b4b2 Support new ALAC magic cookie in caf files. 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
Joakim Plate 75f418064e [cafdec] Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Carl Eugen Hoyos 88084eecdf Use little endian for caf codec tags. 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Carl Eugen Hoyos 91b782720f Move channel chunk reading function to isom.c. 14 years ago
Carl Eugen Hoyos 8bb5d1c39c Support channel layout when demuxing caf files. 14 years ago
Carl Eugen Hoyos 2a2146aac0 Extend unknown CAF chunk warning message: Print size. 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 db44ea960d avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Michael Niedermayer 4118d66cb3 Revert "lavf: deprecate get_strz() in favor of avio_get_str" 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 773947ba76 lavf: deprecate get_strz() in favor of avio_get_str 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e16ead0716 lavf: deprecate get_strz() in favor of avio_get_str 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 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 e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago