summaryrefslogtreecommitdiff
path: root/libavformat/mp3dec.c
Commit message (Expand)AuthorAge
...
| * 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
* | avformat/mp3dec: fix gapless audio supportwm42014-09-20
* | avformat/mp3dec: Improve seeking frame sync codeMichael Niedermayer2014-09-10
* | Ignore xing number of frames if the file is larger than indicated.Carl Eugen Hoyos2014-07-24
* | avformat/mp3dec: check the number of frames per buffer sizeMichael Niedermayer2014-05-12
* | Merge commit '32d05934abc7427bb90380a4c1ab20a15fd7d821'Michael Niedermayer2014-04-18
|\|
| * mp3dec: decode more data from Info headerAlessandro Ghedini2014-04-17
* | Merge commit 'fbd8e042107ec63e0ddf155588c59dcb76007641'Michael Niedermayer2014-04-17
|\|
| * mp3dec: move XING/Info and VBRI parsing into their own functionsAlessandro Ghedini2014-04-17
* | Merge commit '15c5a8d22d12d29a364ca2ab6438f1dee2fa08c7'Michael Niedermayer2014-03-24
|\|
| * mp3dec: export replaygain tags from ID3v2Anton Khirnov2014-03-24
* | avformat/mp3dec: optimize mp3_seek() for dir < 0Michael Niedermayer2014-03-02
* | avformat/mp3dec: fix start time in light of initial skip samplesMichael Niedermayer2014-01-05
* | avformat/mp3dec: 4x faster probingMichael Niedermayer2013-11-09
* | avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer2013-10-25
* | Merge commit 'c0779a67e85df856904ee6fab760c4233d4c2be5'Michael Niedermayer2013-09-12
|\|
| * mp3: add .mpa extensionVittorio Giovara2013-09-12
* | avformat/mp3dec: improve detection of mp3s with huge id3 tagsMichael Niedermayer2013-08-26
* | mp3dec: make const tables static constMichael Niedermayer2013-08-05
* | mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer2013-07-08
* | avformat/mp3dec: read TOC even if not all needed information is availableMichael Niedermayer2013-07-07
* | avformat/mp3dec: read xing toc independant of usetoc, only skip filling index...Michael Niedermayer2013-07-07
* | avformat/mp3dec: Add usetoc option to allow dlsabling the use of the xing TOCMichael Niedermayer2013-07-06