summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer24-207/+362
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov22-136/+324
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-519/+1217
2012-02-29id3v2enc: add a function for writing attached pictures.Anton Khirnov2-9/+87
2012-02-29id3v2enc: split ff_id3v2_write().Anton Khirnov4-26/+68
2012-02-29id3v2: remove unused ff_id3v2_read().Anton Khirnov4-15/+5
2012-02-29lavf: export id3v2 attached pictures as streams.Anton Khirnov3-1/+48
2012-02-29id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov2-0/+125
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-636/+803
2011-10-23Move id3v2 tag writing to a separate file.Michael Karcher4-113/+159
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer33-620/+572
2011-10-22id3v2: fix doxy comment - 'machine byte order' makes no sense on char arraysMichael Karcher1-1/+1
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-331/+331
2011-10-13id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun2-18/+14
2011-09-25id3v2: Fix some (function) pointer types.Reimar Döffinger2-3/+4
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer22-173/+644
2011-09-21id3v2: add support for non-text and GEOB type tag framesDavid Goldwich2-38/+270
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-23id3v2: split tables for various ID3v2 versionsAnton Khirnov3-38/+82
2011-01-22id3v2: split tables for various ID3v2 versionsAnton Khirnov3-38/+82
2011-01-21id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov2-4/+11
2011-01-21id3v2: make ff_id3v2_parse staticAnton Khirnov2-34/+28
2011-01-21id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov2-4/+11
2011-01-20id3v2: make ff_id3v2_parse staticAnton Khirnov2-34/+28
2010-12-07id3v2: use a named constant instead of 0x02Anton Khirnov2-1/+6
2010-07-02Fix Doxygen function parameter documentation syntax.Diego Biurrun1-3/+3
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-06-11Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher7-20/+28
2009-10-17Remove extraneous const keywordMåns Rullgård1-1/+1
2009-10-05MP3 muxer: Write all metadata.Anton Khirnov3-34/+61
2009-09-29Add id3v2 metadata conversion table and use it in mp3 muxer.Anton Khirnov3-0/+23
2009-06-19Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne5-76/+104
2009-06-11Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne6-288/+345
2009-01-19Fix probing of files with ID3v2 tags. Discussed atAlex Converse6-12/+43
2009-01-15Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse4-18/+74