35 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  James Almer 4cc0227040 apetag: account for header size if present when returning the start position 8 years ago
  James Almer 3f258f5ee0 apetag: fix flag value to signal footer presence 8 years ago
  Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
  Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 11 years ago
  Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
  Luca Barbato e1a57cbb1c ape: Use the proper variable type 10 years ago
  Katerina Barone-Adesi c5560e72d0 apetag: Fix APE tag size check 10 years ago
  Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
  Anton Khirnov e816aaacd6 apetag: use int64_t for filesize 12 years ago
  Anton Khirnov 88de0c7901 apetag: add support for writing APE tags 12 years ago
  Xi Wang b655cfefaf apetag: fix error handling in ff_ape_parse_tag() 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Anton Khirnov 921063877e apetag: change a forgotten return to return 0 12 years ago
  Anton Khirnov 782e64fbe1 wv,mpc8: don't return apetag data in packets. 12 years ago
  Anton Khirnov 728d2afa17 apetag: reindent 13 years ago
  Anton Khirnov 02a951b919 apetag: export attached covers as video streams. 13 years ago
  Anton Khirnov b72767df8e apetag: fix the amount of data read from binary tags. 13 years ago
  Anton Khirnov f2e175c756 apetag: make sure avio_get_str() doesn't read more than it should. 13 years ago
  Paul B Mahol 14c98973f5 apetag: do not leak memory if avio_read() fails 13 years ago
  Ronald S. Bultje 6d11057006 apetag: propagate errors. 13 years ago
  Paul B Mahol f02edc4c06 apetag: add proper support for binary tags 13 years ago
  Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
  Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
  Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 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
  Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
  Carl Eugen Hoyos c53ffb2ce5 Include apetag.h which contains the prototype for ff_ape_parse_tag(). 15 years ago
  Diego Biurrun 18a49f118c Remove unused variable, fixes the warning: 15 years ago
  Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
  Aurelien Jacobs 8da1d52cc1 remove old and useless debug code 15 years ago
  Kostya Shishkov 191e34cd67 Move APE tag parsing into separate module. 15 years ago