Commit History

Author SHA1 Message Date
  Michael Niedermayer 040ad30bc8 Merge branch 'release/0.7' into oldabi 13 years ago
  Laurent Aimar 4601765ee8 Fixed segfault on memory allocation failure in ape demuxer. 13 years ago
  Michael Niedermayer 788d839938 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun ab3d241be1 ape: adjust some printf format strings to correctly match argument types 13 years ago
  Michael Niedermayer 78accb876c Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 13 years ago
  Michael Niedermayer 99eb31e263 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 13 years ago
  Michael Niedermayer cd8cb54990 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun b0a4e5f9e7 Employ correct printf format specifiers, mostly in debug output. 13 years ago
  Michael Niedermayer 034fc7bf12 Merge remote-tracking branch 'qatar/master' 13 years ago
  Carl Eugen Hoyos ab088f7d28 ape: Allow demuxing of files with metadata tags. 13 years ago
  Reimar Döffinger 8c3651f4a5 Fix printf format string, fixes a warning. 13 years ago
  Michael Niedermayer 2cae9809e2 Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 13 years ago
  Michael Niedermayer 4defa68fe2 Merge remote branch 'qatar/master' 13 years ago
  Kostya Shishkov 29a290439b ape: check that number of seektable entries is equal to number of frames 13 years ago
  Carl Eugen Hoyos 88f8805f3e Allow demuxing of APE files with metadata tags. 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Michael Niedermayer 0fecf2642b Merge remote-tracking branch 'newdev/master' 13 years ago
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 13 years ago
  Kostya 8312e3fc90 Do not attempt to decode APE file with no frames 13 years ago
  Kostya Shishkov 1c31b26bdf Do not attempt to decode APE file with no frames. 13 years ago
  Anton Khirnov 66e5b1df36 avio: deprecate url_feof 13 years ago
  Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 13 years ago
  Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 13 years ago
  Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 13 years ago
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 13 years ago
  Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 13 years ago
  Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 13 years ago
  Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 13 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 13 years ago
  Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 years ago
  Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Stefano Sabatini 5ae092ee34 Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 14 years ago
  David Conrad 0fc07ad951 Set start_time and duration in AVStream instead of AVFormatContext for 14 years ago
  Kostya Shishkov 191e34cd67 Move APE tag parsing into separate module. 15 years ago
  Matti Hamalainen 6984380c61 Do not use internals of ByteIOContext during APE tags parsing. 15 years ago
  Matti Hamalainen 22667e40be Remove incorrect APE tag size adjustment based on flags. 15 years ago
  Aurelien Jacobs 41d7f7bdb9 apedec: display a warning when truncating a metadata tag 15 years ago
  Aurelien Jacobs 3f9867b150 use new metadata API in ape demuxer 15 years ago
  Benoit Fouet 76b9092f24 Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. 15 years ago
  Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 15 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Kostya Shishkov c5497b22b7 Missing tags in APE is normal situation, so don't print an error. 16 years ago
  Michael Niedermayer 8dd8dc5790 fix 8 "initialization discards qualifiers from pointer target type" 16 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago