summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2015-05-13Amlogic modificationsLawrence Mok66-24546/+4121
2013-01-04Add a comment about an intentional misspelling to the id3v1 tags.Carl Eugen Hoyos1-1/+2
2013-01-04Revert "Fix id3v1 tag spelling."Carl Eugen Hoyos1-1/+1
2013-01-04Fix id3v1 tag spelling.Benjamin Kerensa1-1/+1
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-407/+558
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov55-218/+263
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer74-637/+833
2011-04-03avio: introduce an AVIOContext.seekable fieldAnton Khirnov40-72/+91
2011-03-30Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer3-5/+9
2011-03-29id3v1: change filesize to int64_t.Carl Eugen Hoyos1-2/+2
2011-03-29id3v1: Seek back to old position after reading.Carl Eugen Hoyos1-1/+2
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-08avio: avio_ prefix for url_fsizeAnton Khirnov25-32/+37
2011-03-07Change filesize to int64_t.Carl Eugen Hoyos1-2/+2
2011-03-07Seek back to old position after reading id3v1 tag.Carl Eugen Hoyos1-1/+2
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov25-32/+37
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2010-11-29Partially revert "Simplify code by using av_metadata_set2()."Anton Khirnov1-3/+5
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini20-52/+53
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov12-29/+72
2010-01-27Revert Revision: 21473Michael Niedermayer1-1/+1
2010-01-27Fix misc typos, patch byStefano Sabatini4-4/+4
2009-12-13Correct truncated ID3v1 genre name.Alexander Strange1-1/+1
2009-12-13Simplify code by using av_metadata_set2().Michael Niedermayer1-5/+3
2009-12-13s/author/artist/ for ID3Michael Niedermayer2-2/+2
2009-12-13More ID3v1 genres from ffmbc.Michael Niedermayer2-1/+23
2009-09-06ff_id3v1_genre_str table should be const.Reimar Döffinger2-2/+2
2009-06-19Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne5-76/+104
2009-06-11cosmetics: Reformat to K&R and prettyprint newly created files.Diego Biurrun2-131/+130
2009-06-11Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne6-288/+345