summaryrefslogtreecommitdiff
path: root/libavformat/apetag.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/apetag: use av_dict_iterateMarvin Scholz2022-12-011-2/+2
* avformat/utils: Move ff_add_attached_pic to demux_utils.cAndreas Rheinhardt2022-05-101-0/+1
* avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt2022-05-101-1/+1
* avformat: Add and use helper function to add attachment streamsAndreas Rheinhardt2021-04-011-9/+1
* avformat/apetag: Avoid stack packet when reading attached pictureAndreas Rheinhardt2021-03-211-3/+1
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-2/+2
* avformat/apetag: Avoid allocation for small tagsAndreas Rheinhardt2019-11-281-7/+5
* avformat/apetag: tag values are unsignedDan Sanders2019-04-191-1/+1
* avformat/apetag: reorder some code to improve readabilityJames Almer2017-02-101-6/+6
* avformat/apetag: account for header size if present when returning the start ...James Almer2017-02-101-1/+5
* avformat/apetag: fix flag value to signal footer presenceJames Almer2017-02-101-4/+3
* avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-141-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-4/+4
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-8/+8
* | avformat: use ff_standardize_creation_time for formats writing all format str...Marton Balint2016-03-031-0/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'e1a57cbb1c2752feb9315f748836dc44e58d2dc6'Michael Niedermayer2015-02-151-1/+1
|\ \ | |/
| * ape: Use the proper variable typeLuca Barbato2015-02-151-1/+1
* | avformat/apetag: More completely check avio_get_str() return valueMichael Niedermayer2014-12-061-2/+6
* | Merge commit 'c5560e72d0bb69f8a1ac9536570398f84388f396'Michael Niedermayer2014-09-171-2/+4
|\ \ | |/
| * apetag: Fix APE tag size checkKaterina Barone-Adesi2014-09-171-2/+4
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-111-2/+4
|\ \ | |/
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-111-2/+4
* | avformat/apetag: use ff_get_extradata()Michael Niedermayer2013-12-251-6/+1
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-3/+2
* | apetag: do not require seekable outputPaul B Mahol2013-06-141-27/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-051-1/+1
|\ \ | |/
| * apetag: use int64_t for filesizeAnton Khirnov2013-06-041-1/+1
* | apetag: do not create invalid APE tagsPaul B Mahol2013-05-291-1/+13
* | Merge commit '2d2d6a4883479403798f4ed46941d5b365823570'Michael Niedermayer2013-05-291-0/+56
|\ \ | |/
| * apetag: add support for writing APE tagsAnton Khirnov2013-05-281-0/+56
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-221-2/+2
|\ \ | |/
| * apetag: fix error handling in ff_ape_parse_tag()Xi Wang2012-11-211-2/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
| * apetag: change a forgotten return to return 0Anton Khirnov2012-07-311-1/+1
* | apetag: return value when required.Nicolas George2012-08-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-6/+15
|\ \ | |/
| * wv,mpc8: don't return apetag data in packets.Anton Khirnov2012-07-311-6/+15
* | lavf/apetag: move common stuff between writer and reader to single filePaul B Mahol2012-07-291-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-021-9/+37
|\ \ | |/
| * apetag: reindentAnton Khirnov2012-07-021-9/+9
| * apetag: export attached covers as video streams.Anton Khirnov2012-07-021-1/+24
| * apetag: fix the amount of data read from binary tags.Anton Khirnov2012-07-021-1/+6
| * apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov2012-07-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-251-0/+4
|\ \ | |/
| * apetag: do not leak memory if avio_read() failsPaul B Mahol2012-02-231-1/+3
| * apetag: propagate errors.Ronald S. Bultje2012-02-231-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-181-8/+27
|\ \ | |/