summaryrefslogtreecommitdiffstats
path: root/libavformat/mp3dec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mp3dec: Make MP3 seek fastAndy Wu2015-09-051-6/+13
* avformat/mp3dec: Rename sync() function to avoid build failure on androidMichael Niedermayer2015-07-201-2/+2
* avformat/mp3dec: remove unused variableJames Almer2015-07-191-1/+0
* avformat/mp3dec: split position sync code outMichael Niedermayer2015-07-191-37/+45
* avformat: increase first_frames threshold for mp3,ac3Ganesh Ajjanagadde2015-07-181-1/+1
* Merge commit 'c1d647b15afa69fa70f999a9ddcb98346409fb4d'Michael Niedermayer2015-07-121-9/+13
|\
| * mp3: Make the seek more robustLuca Barbato2015-07-111-11/+65
* | avformat/mp3dec: Remove the ID3v1 tag removial codeMichael Niedermayer2015-06-241-7/+0
* | Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos2015-06-131-1/+1
* | avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the fi...Michael Niedermayer2015-05-271-0/+2
* | avformat/mp3: skip junk at the beginning of mp3 fileswm42015-05-271-0/+12
* | avformat/mp3: large id3 tags break concatenated file detectionwm42015-04-241-0/+3
* | avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3wm42015-04-221-1/+1
* | avformat/mp3dec: make generic index mode the defaultwm42015-04-221-1/+1
* | avformat/mp3dec: allow enabling generic seek modewm42015-04-221-3/+9
* | avformat/mp3dec: use the common mechanism for skipping sampleswm42015-04-221-5/+2
* | avformat/mp3dec: Adjust returned timestamp in the CBR seeking caseMichael Niedermayer2015-04-211-0/+6
* | avformat/mp3dec: fix gapless audio when seeking in CBR modewm42015-04-171-8/+2
* | avformat/mp3dec: offset seek index to end of vbr headerswm42015-04-151-0/+5
* | Revert "avformat/mp3dec: offset seek index to end of id3v2 tag"wm42015-04-151-5/+5
* | avformat/mp3dec: Allow forcing the use of the xing TOC for CBR filesMichael Niedermayer2015-04-151-0/+1
* | avformat/mp3dec: offset seek index to end of id3v2 tagwm42015-03-311-5/+5
* | Merge commit 'fe99c52fa99e44961a09cd1324aefd492b797fc8'Michael Niedermayer2015-03-111-2/+4
|\ \ | |/
| * mp3: Properly use AVCodecContext APIVittorio Giovara2015-03-111-2/+9
* | avformat/mp3dec: Check for avcodec_alloc_context3() failureMichael Niedermayer2015-02-261-0/+3
* | avformat/mp3dec: properly allocate dummy AVCodecContextMichael Niedermayer2015-02-261-2/+3
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-111-5/+5
|\ \ | |/
| * mp3: Tweak the probe scoresLuca Barbato2014-12-071-1/+4
* | avformat/mp3dec: Name the dummy variable as what it is, to avoid confusionMichael Niedermayer2014-12-141-2/+3
* | avformat/mp3dec: avoid seeking to negative positionsMichael Niedermayer2014-11-181-0/+4
* | avformat/mp3dec: also accept Lavc as shortname to read delaysMichael Niedermayer2014-10-241-1/+3
* | Merge commit '99143140dea12363af680d02e23cb42cfe191679'Michael Niedermayer2014-10-241-2/+3
|\ \ | |/
| * mp3dec: fix reading the Xing tagAnton Khirnov2014-10-241-1/+3
* | avformat/mp3dec: avoid early EOF with concatenated gapless mp3swm42014-09-211-2/+4
* | avformat/mp3dec: fix gapless audio supportwm42014-09-201-0/+2
* | avformat/mp3dec: Improve seeking frame sync codeMichael Niedermayer2014-09-101-8/+19
* | Ignore xing number of frames if the file is larger than indicated.Carl Eugen Hoyos2014-07-241-1/+16
* | avformat/mp3dec: check the number of frames per buffer sizeMichael Niedermayer2014-05-121-2/+2
* | Merge commit '32d05934abc7427bb90380a4c1ab20a15fd7d821'Michael Niedermayer2014-04-181-25/+104
|\ \ | |/
| * mp3dec: decode more data from Info headerAlessandro Ghedini2014-04-171-10/+93
* | Merge commit 'fbd8e042107ec63e0ddf155588c59dcb76007641'Michael Niedermayer2014-04-171-44/+61
|\ \ | |/
| * mp3dec: move XING/Info and VBRI parsing into their own functionsAlessandro Ghedini2014-04-171-35/+58
* | Merge commit '15c5a8d22d12d29a364ca2ab6438f1dee2fa08c7'Michael Niedermayer2014-03-241-0/+7
|\ \ | |/
| * mp3dec: export replaygain tags from ID3v2Anton Khirnov2014-03-241-0/+7
* | avformat/mp3dec: optimize mp3_seek() for dir < 0Michael Niedermayer2014-03-021-0/+2
* | avformat/mp3dec: fix start time in light of initial skip samplesMichael Niedermayer2014-01-051-0/+4
* | avformat/mp3dec: 4x faster probingMichael Niedermayer2013-11-091-0/+2
* | avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer2013-10-251-2/+3
* | Merge commit 'c0779a67e85df856904ee6fab760c4233d4c2be5'Michael Niedermayer2013-09-121-1/+1
|\ \ | |/
| * mp3: add .mpa extensionVittorio Giovara2013-09-121-1/+1
OpenPOWER on IntegriCloud