- 16 Nov, 2012 1 commit
-
-
Clément Bœsch authored
An invalid header can lead avpriv_mpegaudio_decode_header() to overread and/or div by zero.
-
- 16 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes: CID733746 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Sep, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Sep, 2012 3 commits
-
-
Anton Khirnov authored
Based on the code by: Peter Belkner <pbelkner@snafu.de>, Michael Niedermayer <michaelni@gmx.at>, Clément Bœsch <clement.boesch@smartjog.com>, Reimar Döffinger <Reimar.Doeffinger@gmx.de>, and Tobias Rapp <t.rapp@noa-audio.com> Alex Converse <alex.converse@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Clément Bœsch authored
-
Reimar Döffinger authored
Also clarify the meaning of the log message.
-
- 07 Sep, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Signed-off-by:
Alex Converse <alex.converse@gmail.com>
-
- 04 Sep, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Aug, 2012 2 commits
-
-
Michael Niedermayer authored
Found-by:
jamal <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket1408 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 14 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 May, 2012 1 commit
-
-
Clément Bœsch authored
-
- 07 May, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Tobias Rapp authored
Fixes the Xing tag identification string to be "Info" for MP3 files with constant bitrate. The previous "Xing" caused some decoders to recognize the file as VBR. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Apr, 2012 1 commit
-
-
Reimar Döffinger authored
They will only cause us to skip writing the Xing header, not cause any serious breakage. Related to trac issue #1027. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also add missing trailing commas, break long codec_tag lines and add spaces in codec_tag declarations. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Feb, 2012 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It will be need by new functions called from mp3_write_trailer().
-
Anton Khirnov authored
This will allow writing the tag in several steps, needed for writing attached pictures.
-
- 25 Feb, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Jan, 2012 1 commit
-
-
Clément Bœsch authored
This partially reverts 1fea432b; header variable needs to keep its value in case it triggers "if (needed <= c.frame_size)".
-
- 30 Dec, 2011 1 commit
-
-
Paul B Mahol authored
-
- 14 Nov, 2011 2 commits
-
-
Michael Niedermayer authored
Might Fix Ticket431 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Nov, 2011 1 commit
-
-
Reimar Döffinger authored
All current usages of it are incompatible with localization. For example strcasecmp("i", "I") != 0 is possible, but would break many of the places where it is used. Instead use our own implementations that always treat the data as ASCII. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 Nov, 2011 1 commit
-
-
Reimar Döffinger authored
All current usages of it are incompatible with localization. For example strcasecmp("i", "I") != 0 is possible, but would break many of the places where it is used. Instead use our own implementations that always treat the data as ASCII. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 31 Oct, 2011 1 commit
-
-
Tobias Rapp authored
Avoid writing the trailing null-byte for id3v1 tags if length reaches max length. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Oct, 2011 1 commit
-
-
Michael Karcher authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Specifically, ff_mpa_freq_tab, ff_mpa_bitrate_tab, ff_mpa_decode_header, ff_mpegaudio_decode_header.
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 28 Aug, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 16 Aug, 2011 1 commit
-
-
Diogo Franco authored
ID3v1 are legacy tags with several limitations; furthermore avconv/ffmpeg writes the tags in UTF-8 which probably has near-0 software support. Add a -write_id3v1 option to be able to turn it on; disabled by default. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 17 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 08 Jul, 2011 1 commit
-
-
Anton Khirnov authored
-
- 08 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-