136 Commits (c31ce95f1c4c504ff9e3a90b1e4e37f695547c72)

Author SHA1 Message Date
Ingo Brückl 08c7513096 avformat/mp3dec: Fix definition of MIDDLE_BITS 7 years ago
Paul Arzelier 65862f57ad avformat: Ignore ID3v2 tags if other tags are present e.g. vorbis 8 years ago
Chris Cunningham ab87df9a47 avformat/mp3dec: fix msan warning when verifying mpa header 8 years ago
Anton Khirnov d60c2d5216 mp3dec: read the initial/trailing padding from the LAME tag 8 years ago
Michael Niedermayer 5fd73948bb avformat/mp3dec: Increase probe score slightly when the whole data from begin to end is mp3 9 years ago
Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
Moritz Barsnick 8a90e0fd21 lavf/mp3dec: avoid printing useless message in default log level 9 years ago
Derek Buitenhuis 1c9215e580 lavf/mp3: Properly check return values of seeks and reads while reading the header 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Michael Niedermayer dbfb2c1abf avformat/mp3dec: Remove unused variable 9 years ago
Anton Khirnov 72d658766e mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_header 9 years ago
Anton Khirnov 955aec3c7c mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Chris Cunningham 5e6ce28dab avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files. 9 years ago
wm4 de1b1a7da9 avformat/mp3dec: improve junk skipping heuristic 9 years ago
Andy Wu c43bd08f8b avformat/mp3dec: Make MP3 seek fast 9 years ago
Michael Niedermayer cb53db144c avformat/mp3dec: Rename sync() function to avoid build failure on android 9 years ago
James Almer 2db8c42ddc avformat/mp3dec: remove unused variable 9 years ago
Michael Niedermayer 4df66c7cd6 avformat/mp3dec: split position sync code out 9 years ago
Ganesh Ajjanagadde f6870495e1 avformat: increase first_frames threshold for mp3,ac3 9 years ago
Luca Barbato a5a6a786bf mp3: Forward seeking errors 9 years ago
Luca Barbato c1d647b15a mp3: Make the seek more robust 9 years ago
Michael Niedermayer 041aa800f2 avformat/mp3dec: Remove the ID3v1 tag removial code 10 years ago
Carl Eugen Hoyos 3323c5f353 Remove a few occurences of "long long" from the libraries. 10 years ago
Michael Niedermayer f722009ad9 avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the first frame search 10 years ago
wm4 2b3e9bbfb5 avformat/mp3: skip junk at the beginning of mp3 files 10 years ago
wm4 537ab68053 avformat/mp3: large id3 tags break concatenated file detection 10 years ago
wm4 748d4816d9 avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3 10 years ago
wm4 58fade2c68 avformat/mp3dec: make generic index mode the default 10 years ago
wm4 c3a73666ad avformat/mp3dec: allow enabling generic seek mode 10 years ago
wm4 066b92e91d avformat/mp3dec: use the common mechanism for skipping samples 10 years ago
Michael Niedermayer ecf34e8fc2 avformat/mp3dec: Adjust returned timestamp in the CBR seeking case 10 years ago
wm4 92eef26e67 avformat/mp3dec: fix gapless audio when seeking in CBR mode 10 years ago
wm4 3163083f7b avformat/mp3dec: offset seek index to end of vbr headers 10 years ago
wm4 ddd429fab6 Revert "avformat/mp3dec: offset seek index to end of id3v2 tag" 10 years ago
Michael Niedermayer a742a0536d avformat/mp3dec: Allow forcing the use of the xing TOC for CBR files 10 years ago
wm4 8b76c0eb56 avformat/mp3dec: offset seek index to end of id3v2 tag 10 years ago
Vittorio Giovara fe99c52fa9 mp3: Properly use AVCodecContext API 10 years ago
Michael Niedermayer b851bc20c6 avformat/mp3dec: Check for avcodec_alloc_context3() failure 10 years ago
Michael Niedermayer 6ad42b3e15 avformat/mp3dec: properly allocate dummy AVCodecContext 10 years ago
Michael Niedermayer 8ddfc00ab7 avformat/mp3dec: Name the dummy variable as what it is, to avoid confusion 10 years ago
Luca Barbato 4fd7e63c87 mp3: Tweak the probe scores 10 years ago
Michael Niedermayer 0b75b6c3cd avformat/mp3dec: avoid seeking to negative positions 10 years ago
Michael Niedermayer 279b2a4deb avformat/mp3dec: also accept Lavc as shortname to read delays 10 years ago
Anton Khirnov 99143140de mp3dec: fix reading the Xing tag 10 years ago
wm4 6c7f1155bb avformat/mp3dec: avoid early EOF with concatenated gapless mp3s 10 years ago
wm4 d87fe2687f avformat/mp3dec: fix gapless audio support 10 years ago
Michael Niedermayer 1b5ccae0f2 avformat/mp3dec: Improve seeking frame sync code 10 years ago
Carl Eugen Hoyos ef21b3d38e Ignore xing number of frames if the file is larger than indicated. 10 years ago
Michael Niedermayer a8bc175dd9 avformat/mp3dec: check the number of frames per buffer size 11 years ago