33 Commits (e5b3112996c3da45aa03b39c5ade375d40d4407d)

Author SHA1 Message Date
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
Carl Eugen Hoyos 155cdc1d05 Add a comment about an intentional misspelling to the id3v1 tags. 12 years ago
Carl Eugen Hoyos 2284448775 Revert "Fix id3v1 tag spelling." 12 years ago
Benjamin Kerensa 95016fd1c8 Fix id3v1 tag spelling. 12 years ago
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
Michael Niedermayer 55ce3c67bb Merge remote-tracking branch 'ffmpeg-mt/master' 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 db44ea960d avio: avio_ prefix for url_fsize 14 years ago
Carl Eugen Hoyos 2a8175ff9c Change filesize to int64_t. 14 years ago
Carl Eugen Hoyos f8fab74996 Seek back to old position after reading id3v1 tag. 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 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 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