Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-10avformat/id3v2: Fix double-free on errorAndreas Rheinhardt
2019-11-14avformat/id3v2: Avoid av_strdup for key and value of dictAndreas Rheinhardt
2018-12-17lavf/id3v2: fail read_apic on EOF reading mimetypechcunningham
2018-12-14avformat/id3v2: use png header to get PNG signaturePaul B Mahol
2018-02-04id3v2: fix unsynchronizationwm4
2018-01-24avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer
2017-10-05avformat: fix id3 chaptersLukas Stabe
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-05-19avformat/id3v2: Use ffio_ensure_seekback() in id3v2_read_internal()Michael Niedermayer
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2017-01-28avformat: fix ID3v2 parser for v2.2 comment framesChris Moeller
2016-10-28srt: Adjust signedness of sscanf format stringsDiego Biurrun
2016-08-11avformat/id3v2: fix memleak with empty stringsMichael Niedermayer
2016-08-08avformat/id3v2: Mark variable as unused to avoid "set but not used" warningMichael Niedermayer
2016-08-07avformat: read id3v2 comment tagsChris Moeller
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-06-18id3v2: strip trailing spaces from APIC tagwm4
2015-06-18avformat/id3v2: detect PNG by header instead of mimeMichael Niedermayer
2015-05-11id3v2: catch avio_read errors in check_tagAndreas Cadhalpun
2015-05-10Merge commit '379e5603f4131e677ecf5ba79973dcd5603f28ea'Michael Niedermayer
2015-05-09id3v2: Do not export empty APIC descriptionwm4
2015-05-08id3v2: do not export APIC description if emptywm4
2015-02-25Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a'Michael Niedermayer
2015-02-25libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö
2015-01-15avformat/id3v2: remove unused variableMichael Niedermayer
2015-01-15Merge commit '54bc15d5ebfd07fd468743ba29f709ea19e840b9'Michael Niedermayer
2015-01-15Merge commit '932788be5af8dee062c77851b573ea47dd6d047a'Michael Niedermayer
2015-01-15avformat/id3v2: Fix incompatible pointer type warningsMichael Niedermayer
2015-01-15Merge commit '8809c974a3fb51f96e498a5556a4a5bbacc581ce'Michael Niedermayer
2015-01-14id3v2: fix reading v2.2 attached picturesAnton Khirnov
2015-01-14id3v2: add names to the parameters of ID3v2EMFunc.readAnton Khirnov
2015-01-14id3v2: constify the 'tag' parameter to special metadata parsing callbackAnton Khirnov
2015-01-06avformat/id3v2: support USLT tagswm4
2014-12-20avformat/id3v2: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-04id3v2: prefer TDRC for date over TDRL.Benoit Fouet
2014-10-17avformat/id3v2: support buggy id3v2.3 tag length in id3v2.4Benoit Fouet
2014-10-16avformat/id3v2: silence a warning when CONFIG_ZLIB is unset.Benoit Fouet
2014-08-30avformat/id3v2: Fix "warning: unused variable uncompressed_buffer_size" if zl...Michael Niedermayer
2014-04-24Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2014-04-19ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross
2014-04-19ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULLPeter Ross
2014-03-15avformat/id3v2: decode compilation metadataPeter Ross
2013-12-31avformat/id3v2: allow ID3 parsing without AVFormatContextAnssi Hannula
2013-12-31avformat/id3v2: parse ID3 Private frames as extra metadataAnssi Hannula
2013-12-24Read pictures in id3v2.2Carl Eugen Hoyos
2013-12-16avformat/id3v2: Check avio_read() return value in read_chapter()Michael Niedermayer
2013-12-16avformat/id3v2: factor free code to the end of read_chapter()Michael Niedermayer