summaryrefslogtreecommitdiff
path: root/libavformat/mp3dec.c
Commit message (Expand)AuthorAge
* avformat: Ignore ID3v2 tags if other tags are present e.g. vorbisPaul Arzelier2017-01-28
* avformat/mp3dec: fix msan warning when verifying mpa headerChris Cunningham2016-12-15
* avformat/mp3dec: Increase probe score slightly when the whole data from begin...Michael Niedermayer2016-06-11
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | lavf/mp3dec: avoid printing useless message in default log levelMoritz Barsnick2016-03-08
* | lavf/mp3: Properly check return values of seeks and reads while reading the h...Derek Buitenhuis2016-02-28
* | avformat/mp3dec: Remove unused variableMichael Niedermayer2016-01-01
* | Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c'Hendrik Leppkes2016-01-01
|\|
| * mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-12
* | Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'Hendrik Leppkes2016-01-01
|\|
| * mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-12
| * mp3: Forward seeking errorsLuca Barbato2015-07-13
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files.Chris Cunningham2015-12-02
* | avformat/mp3dec: improve junk skipping heuristicwm42015-10-20
* | avformat/mp3dec: Make MP3 seek fastAndy Wu2015-09-05
* | avformat/mp3dec: Rename sync() function to avoid build failure on androidMichael Niedermayer2015-07-20
* | avformat/mp3dec: remove unused variableJames Almer2015-07-19
* | avformat/mp3dec: split position sync code outMichael Niedermayer2015-07-19
* | avformat: increase first_frames threshold for mp3,ac3Ganesh Ajjanagadde2015-07-18
* | Merge commit 'c1d647b15afa69fa70f999a9ddcb98346409fb4d'Michael Niedermayer2015-07-12
|\|
| * mp3: Make the seek more robustLuca Barbato2015-07-11
* | avformat/mp3dec: Remove the ID3v1 tag removial codeMichael Niedermayer2015-06-24
* | Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos2015-06-13
* | avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the fi...Michael Niedermayer2015-05-27
* | avformat/mp3: skip junk at the beginning of mp3 fileswm42015-05-27
* | avformat/mp3: large id3 tags break concatenated file detectionwm42015-04-24
* | avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3wm42015-04-22
* | avformat/mp3dec: make generic index mode the defaultwm42015-04-22
* | avformat/mp3dec: allow enabling generic seek modewm42015-04-22
* | avformat/mp3dec: use the common mechanism for skipping sampleswm42015-04-22
* | avformat/mp3dec: Adjust returned timestamp in the CBR seeking caseMichael Niedermayer2015-04-21
* | avformat/mp3dec: fix gapless audio when seeking in CBR modewm42015-04-17
* | avformat/mp3dec: offset seek index to end of vbr headerswm42015-04-15
* | Revert "avformat/mp3dec: offset seek index to end of id3v2 tag"wm42015-04-15
* | avformat/mp3dec: Allow forcing the use of the xing TOC for CBR filesMichael Niedermayer2015-04-15
* | avformat/mp3dec: offset seek index to end of id3v2 tagwm42015-03-31
* | Merge commit 'fe99c52fa99e44961a09cd1324aefd492b797fc8'Michael Niedermayer2015-03-11
|\|
| * mp3: Properly use AVCodecContext APIVittorio Giovara2015-03-11
* | avformat/mp3dec: Check for avcodec_alloc_context3() failureMichael Niedermayer2015-02-26
* | avformat/mp3dec: properly allocate dummy AVCodecContextMichael Niedermayer2015-02-26
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-11
|\|
| * mp3: Tweak the probe scoresLuca Barbato2014-12-07
* | avformat/mp3dec: Name the dummy variable as what it is, to avoid confusionMichael Niedermayer2014-12-14
* | avformat/mp3dec: avoid seeking to negative positionsMichael Niedermayer2014-11-18
* | avformat/mp3dec: also accept Lavc as shortname to read delaysMichael Niedermayer2014-10-24
* | Merge commit '99143140dea12363af680d02e23cb42cfe191679'Michael Niedermayer2014-10-24
|\|
| * mp3dec: fix reading the Xing tagAnton Khirnov2014-10-24
* | avformat/mp3dec: avoid early EOF with concatenated gapless mp3swm42014-09-21