Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-14avformat/mp3dec: Name the dummy variable as what it is, to avoid confusionMichael Niedermayer
2014-11-18avformat/mp3dec: avoid seeking to negative positionsMichael Niedermayer
2014-10-24avformat/mp3dec: also accept Lavc as shortname to read delaysMichael Niedermayer
2014-10-24Merge commit '99143140dea12363af680d02e23cb42cfe191679'Michael Niedermayer
2014-10-24mp3dec: fix reading the Xing tagAnton Khirnov
2014-09-21avformat/mp3dec: avoid early EOF with concatenated gapless mp3swm4
2014-09-20avformat/mp3dec: fix gapless audio supportwm4
2014-09-10avformat/mp3dec: Improve seeking frame sync codeMichael Niedermayer
2014-07-24Ignore xing number of frames if the file is larger than indicated.Carl Eugen Hoyos
2014-05-12avformat/mp3dec: check the number of frames per buffer sizeMichael Niedermayer
2014-04-18Merge commit '32d05934abc7427bb90380a4c1ab20a15fd7d821'Michael Niedermayer
2014-04-18Merge commit 'fbd8e042107ec63e0ddf155588c59dcb76007641'Michael Niedermayer
2014-04-17mp3dec: decode more data from Info headerAlessandro Ghedini
2014-04-17mp3dec: move XING/Info and VBRI parsing into their own functionsAlessandro Ghedini
2014-03-24Merge commit '15c5a8d22d12d29a364ca2ab6438f1dee2fa08c7'Michael Niedermayer
2014-03-24mp3dec: export replaygain tags from ID3v2Anton Khirnov
2014-03-02avformat/mp3dec: optimize mp3_seek() for dir < 0Michael Niedermayer
2014-01-05avformat/mp3dec: fix start time in light of initial skip samplesMichael Niedermayer
2013-11-09avformat/mp3dec: 4x faster probingMichael Niedermayer
2013-10-25avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer
2013-09-12Merge commit 'c0779a67e85df856904ee6fab760c4233d4c2be5'Michael Niedermayer
2013-09-12mp3: add .mpa extensionVittorio Giovara
2013-08-26avformat/mp3dec: improve detection of mp3s with huge id3 tagsMichael Niedermayer
2013-08-05mp3dec: make const tables static constMichael Niedermayer
2013-07-08mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer
2013-07-07avformat/mp3dec: read TOC even if not all needed information is availableMichael Niedermayer
2013-07-07avformat/mp3dec: read xing toc independant of usetoc, only skip filling index...Michael Niedermayer
2013-07-06avformat/mp3dec: Add usetoc option to allow dlsabling the use of the xing TOCMichael Niedermayer
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-19Merge commit '505642f18276aed03278ac91b1f334ea888eac6a'Michael Niedermayer
2013-04-19mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer
2013-03-08mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2013-03-05mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2012-12-25mp3_read_probe: make buffer related pointers constMichael Niedermayer
2012-10-30mp3dec: remove unused variableMichael Niedermayer
2012-10-21mp3demux: Rewrite xing TOC based seekingMichael Niedermayer
2012-09-21mp3dec: fix seeking without xing TOCMichael Niedermayer
2012-09-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-19mp3dec: read Xing frame TOC indexAnton Khirnov
2012-09-19mp3dec: use named constants for Xing header flagsAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28mp3dec: forward errors for av_get_packet().Anton Khirnov
2012-07-28mp3dec: remove a pointless local variable.Anton Khirnov
2012-07-28mp3dec: remove commented out cruft.Anton Khirnov
2012-07-26mp3dec: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer