summaryrefslogtreecommitdiff
path: root/libavformat/flac_picture.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/flac_picture: ReindentationAndreas Rheinhardt2021-08-281-12/+11
* avformat/flac_picture: Simplify parsing titleAndreas Rheinhardt2021-08-281-15/+12
* avformat/flac_picture: Try to reuse buffer for attached pictureAndreas Rheinhardt2021-08-281-2/+13
* avformat: Add and use helper function to add attachment streamsAndreas Rheinhardt2021-04-011-13/+4
* avformat/flac_picture: replace call to av_init_packet()James Almer2021-03-171-1/+1
* libavformat/flacdec: Workaround for truncated metadata picture sizeMattias Wadman2020-05-251-8/+39
* avformat/flac_picture: Return directly if nothing has been allocatedAndreas Rheinhardt2019-12-011-6/+6
* avformat/flac_picture: Switch to bytestream2 APIAndreas Rheinhardt2019-12-011-28/+36
* avformat/flac_picture: Simplify checksAndreas Rheinhardt2019-12-011-4/+2
* avformat/flac_picture: Avoid allocation of AVIOContextAndreas Rheinhardt2019-10-071-7/+3
* avformat/flac_picture: try to guess PNG by actual picture dataPaul B Mahol2018-12-141-0/+5
* Use the new AVIOContext destructor.Anton Khirnov2017-09-011-2/+2
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-4/+4
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-4/+4
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
* | Merge commit '0b66fb4505e0bb43de3797f63f3290f0188d67cc'Michael Niedermayer2014-10-251-4/+5
|\ \ | |/
| * flac_picture: prevent a possible out of bound writeVittorio Giovara2014-10-241-5/+5
* | avformat/flac_picture: clear padding areaMichael Niedermayer2014-01-311-0/+1
* | avformat/flac_picture: allocate buffer padding for pictureMichael Niedermayer2014-01-311-1/+1
* | Merge commit '601d6228c4811d8971a2412a759e1a4ab775ebe8'Michael Niedermayer2013-10-131-12/+11
|/
* flac: move picture parsing code in a separate fileJames Almer2013-10-121-0/+152