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
2019-11-17avformat/mp3dec: Check for occurances of headers within frames during probingLimin Wang
2019-11-17avformat/mp3dec: Check that the frame fits within the probe bufferMichael Niedermayer
2019-11-11avformat/mp3dec: replace SAME_HEADER_MASK with MP3_MASKLimin Wang
2019-11-11avformat/mp3dec: cosmeticsLimin Wang
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-05-20avformat/mp3dec: require 90% of a file to be mp3 if only 1 mp3 frame is found...Michael Niedermayer
2018-05-20avformat/mp3dec: Require 50% of the file to be mp3 frames in the maxframes>20...Michael Niedermayer
2018-05-20avformat/mp3dec: Require probing data to be 50% mp3 frames for low score prob...Michael Niedermayer
2017-11-20avformat/mp3dec: use FFABS to instead of absSteven Liu
2017-10-04avformat/mp3dec: Fix definition of MIDDLE_BITSIngo Brückl
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-01-29avformat: Ignore ID3v2 tags if other tags are present e.g. vorbisPaul Arzelier
2016-12-15avformat/mp3dec: fix msan warning when verifying mpa headerChris Cunningham
2016-07-15mp3dec: read the initial/trailing padding from the LAME tagAnton Khirnov
2016-06-11avformat/mp3dec: Increase probe score slightly when the whole data from begin...Michael Niedermayer
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-08lavf/mp3dec: avoid printing useless message in default log levelMoritz Barsnick
2016-02-28lavf/mp3: Properly check return values of seeks and reads while reading the h...Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-01avformat/mp3dec: Remove unused variableMichael Niedermayer
2016-01-01Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c'Hendrik Leppkes
2016-01-01Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'Hendrik Leppkes
2015-12-12mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov
2015-12-12mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-02avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files.Chris Cunningham
2015-10-20avformat/mp3dec: improve junk skipping heuristicwm4
2015-09-05avformat/mp3dec: Make MP3 seek fastAndy Wu
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-13mp3: Forward seeking errorsLuca Barbato
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