Commit History

Author SHA1 Message Date
  Michael Niedermayer f9ecb849ef Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 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
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 13 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 13 years ago
  Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 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
  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
  Anton Khirnov 3694ac240b mpc: read id3v1 tags. 13 years ago
  Reimar Döffinger 6612d8cf31 Move handling of ID3v2 to common utils.c code, reducing code duplication 13 years ago
  Michael Karcher 3a1350e8d9 Generalize ID3v2 functions to support ID3v2-like ID headers with a 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Vitor Sessak 2e5195646d Do not leave uninitialized data in the packet in MPC demuxer. Should allow for 14 years ago
  David Conrad 0fc07ad951 Set start_time and duration in AVStream instead of AVFormatContext for 14 years ago
  Matti Hamalainen 5f71844e78 Parse ID3 tags in Musepack SV7 files 15 years ago
  Matti Hamalainen 311f96a8cc Parse APE metadata tags in Musepack SV7 files 15 years ago
  Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 15 years ago
  Alex Converse ac3ef4a41b Fix probing of files with ID3v2 tags. Discussed at 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
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 16 years ago
  Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
  Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
  Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 17 years ago
  Reimar Döffinger d188691205 10l, > vs. >= typo, caused crashes on last mpc frame 17 years ago
  Kostya Shishkov aac88b534c Decode previous 32 frames to avoid seeking artifacts in MPC 17 years ago
  Kostya Shishkov 0587b0cacd Make MPC demuxer deal with ID3 tags at the beginning 17 years ago
  Kostya Shishkov e311363245 Enable forward seek in Musepack demuxer 17 years ago
  Kostya Shishkov 185c7b6b26 Musepack SV7 decoding support 17 years ago