21 Commits (af2faf2076b96ab85cc51d5e970574079373c396)

Author SHA1 Message Date
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
Carl Eugen Hoyos 31f00274f8 id3v1: change filesize to int64_t. 14 years ago
Carl Eugen Hoyos 13eadbaca4 id3v1: Seek back to old position after reading. 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 82f19afefe Partially revert "Simplify code by using av_metadata_set2()." 14 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Anton Khirnov ca76a11948 Add a list of generic tags and change demuxers to follow it. 15 years ago
Michael Niedermayer 67b678bb40 Revert Revision: 21473 15 years ago
Stefano Sabatini e8a9d01846 Fix misc typos, patch by 15 years ago
Alexander Strange 35164ffe50 Correct truncated ID3v1 genre name. 15 years ago
Michael Niedermayer da457e7086 Simplify code by using av_metadata_set2(). 15 years ago
Michael Niedermayer 8a98be1a08 s/author/artist/ for ID3 15 years ago
Michael Niedermayer 57f36fda56 More ID3v1 genres from ffmbc. 15 years ago
Reimar Döffinger ed034f6c59 ff_id3v1_genre_str table should be const. 15 years ago
Patrick Dehne 50fcd5be36 Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. 16 years ago
Diego Biurrun 7d7b8c32c9 cosmetics: Reformat to K&R and prettyprint newly created files. 16 years ago
Patrick Dehne 7541118286 Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. 16 years ago