summaryrefslogtreecommitdiffstats
path: root/libavformat/mp3dec.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | avformat/mp3dec: improve detection of mp3s with huge id3 tagsMichael Niedermayer2013-08-261-1/+1
* | mp3dec: make const tables static constMichael Niedermayer2013-08-051-1/+1
* | mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer2013-07-081-6/+23
* | avformat/mp3dec: read TOC even if not all needed information is availableMichael Niedermayer2013-07-071-4/+6
* | avformat/mp3dec: read xing toc independant of usetoc, only skip filling index...Michael Niedermayer2013-07-071-5/+2
* | avformat/mp3dec: Add usetoc option to allow dlsabling the use of the xing TOCMichael Niedermayer2013-07-061-0/+20
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-051-4/+4
|\ \ | |/
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-3/+3
* | Merge commit '505642f18276aed03278ac91b1f334ea888eac6a'Michael Niedermayer2013-04-191-7/+7
|\ \ | |/
| * mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer2013-04-191-0/+11
| * mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-081-2/+4
* | mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-051-2/+4
* | mp3_read_probe: make buffer related pointers constMichael Niedermayer2012-12-251-1/+1
* | mp3dec: remove unused variableMichael Niedermayer2012-10-291-1/+0
* | mp3demux: Rewrite xing TOC based seekingMichael Niedermayer2012-10-211-10/+34
* | mp3dec: fix seeking without xing TOCMichael Niedermayer2012-09-201-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-201-10/+60
|\ \ | |/
| * mp3dec: read Xing frame TOC indexAnton Khirnov2012-09-191-1/+57
| * mp3dec: use named constants for Xing header flagsAnton Khirnov2012-09-191-2/+5
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-1/+1
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-291-4/+3
|\ \ | |/
| * mp3dec: forward errors for av_get_packet().Anton Khirnov2012-07-281-3/+2
| * mp3dec: remove a pointless local variable.Anton Khirnov2012-07-281-4/+2
OpenPOWER on IntegriCloud