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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-20avformat/mp3dec: Rename sync() function to avoid build failure on androidMichael Niedermayer
2015-07-19avformat/mp3dec: remove unused variableJames Almer
2015-07-19avformat/mp3dec: split position sync code outMichael Niedermayer
2015-07-18avformat: increase first_frames threshold for mp3,ac3Ganesh Ajjanagadde
2015-07-12Merge commit 'c1d647b15afa69fa70f999a9ddcb98346409fb4d'Michael Niedermayer
2015-07-11mp3: Make the seek more robustLuca Barbato
2015-06-24avformat/mp3dec: Remove the ID3v1 tag removial codeMichael Niedermayer
2015-06-13Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos
2015-05-27avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the fi...Michael Niedermayer
2015-05-27avformat/mp3: skip junk at the beginning of mp3 fileswm4
2015-04-24avformat/mp3: large id3 tags break concatenated file detectionwm4
2015-04-22avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3wm4
2015-04-22avformat/mp3dec: make generic index mode the defaultwm4
2015-04-22avformat/mp3dec: allow enabling generic seek modewm4
2015-04-22avformat/mp3dec: use the common mechanism for skipping sampleswm4
2015-04-21avformat/mp3dec: Adjust returned timestamp in the CBR seeking caseMichael Niedermayer
2015-04-17avformat/mp3dec: fix gapless audio when seeking in CBR modewm4
2015-04-15avformat/mp3dec: offset seek index to end of vbr headerswm4
2015-04-15Revert "avformat/mp3dec: offset seek index to end of id3v2 tag"wm4
2015-04-15avformat/mp3dec: Allow forcing the use of the xing TOC for CBR filesMichael Niedermayer
2015-04-01avformat/mp3dec: offset seek index to end of id3v2 tagwm4
2015-03-11Merge commit 'fe99c52fa99e44961a09cd1324aefd492b797fc8'Michael Niedermayer
2015-03-11mp3: Properly use AVCodecContext APIVittorio Giovara
2015-02-26avformat/mp3dec: Check for avcodec_alloc_context3() failureMichael Niedermayer
2015-02-26avformat/mp3dec: properly allocate dummy AVCodecContextMichael Niedermayer
2015-02-11Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer
2014-12-14avformat/mp3dec: Name the dummy variable as what it is, to avoid confusionMichael Niedermayer
2014-12-07mp3: Tweak the probe scoresLuca Barbato
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