index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mp3dec.c
Age
Commit message (
Expand
)
Author
2018-05-20
avformat/mp3dec: require 90% of a file to be mp3 if only 1 mp3 frame is found...
Michael Niedermayer
2018-05-20
avformat/mp3dec: Require 50% of the file to be mp3 frames in the maxframes>20...
Michael Niedermayer
2018-05-20
avformat/mp3dec: Require probing data to be 50% mp3 frames for low score prob...
Michael Niedermayer
2017-11-20
avformat/mp3dec: use FFABS to instead of abs
Steven Liu
2017-10-04
avformat/mp3dec: Fix definition of MIDDLE_BITS
Ingo Brückl
2017-03-21
Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'
James Almer
2017-01-28
avformat: Ignore ID3v2 tags if other tags are present e.g. vorbis
Paul Arzelier
2016-12-15
avformat/mp3dec: fix msan warning when verifying mpa header
Chris Cunningham
2016-07-15
mp3dec: read the initial/trailing padding from the LAME tag
Anton Khirnov
2016-06-11
avformat/mp3dec: Increase probe score slightly when the whole data from begin...
Michael Niedermayer
2016-05-05
Mark read-only tables as static
Diego Biurrun
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-03-08
lavf/mp3dec: avoid printing useless message in default log level
Moritz Barsnick
2016-02-28
lavf/mp3: Properly check return values of seeks and reads while reading the h...
Derek Buitenhuis
2016-02-23
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-01-01
avformat/mp3dec: Remove unused variable
Michael Niedermayer
2016-01-01
Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c'
Hendrik Leppkes
2016-01-01
Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'
Hendrik Leppkes
2015-12-12
mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_header
Anton Khirnov
2015-12-12
mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header
Anton Khirnov
2015-12-04
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-02
avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files.
Chris Cunningham
2015-10-20
avformat/mp3dec: improve junk skipping heuristic
wm4
2015-09-05
avformat/mp3dec: Make MP3 seek fast
Andy Wu
2015-07-20
avformat/mp3dec: Rename sync() function to avoid build failure on android
Michael Niedermayer
2015-07-19
avformat/mp3dec: remove unused variable
James Almer
2015-07-19
avformat/mp3dec: split position sync code out
Michael Niedermayer
2015-07-18
avformat: increase first_frames threshold for mp3,ac3
Ganesh Ajjanagadde
2015-07-13
mp3: Forward seeking errors
Luca Barbato
2015-07-12
Merge commit 'c1d647b15afa69fa70f999a9ddcb98346409fb4d'
Michael Niedermayer
2015-07-11
mp3: Make the seek more robust
Luca Barbato
2015-06-24
avformat/mp3dec: Remove the ID3v1 tag removial code
Michael Niedermayer
2015-06-13
Remove a few occurences of "long long" from the libraries.
Carl Eugen Hoyos
2015-05-27
avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the fi...
Michael Niedermayer
2015-05-27
avformat/mp3: skip junk at the beginning of mp3 files
wm4
2015-04-24
avformat/mp3: large id3 tags break concatenated file detection
wm4
2015-04-22
avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3
wm4
2015-04-22
avformat/mp3dec: make generic index mode the default
wm4
2015-04-22
avformat/mp3dec: allow enabling generic seek mode
wm4
2015-04-22
avformat/mp3dec: use the common mechanism for skipping samples
wm4
2015-04-21
avformat/mp3dec: Adjust returned timestamp in the CBR seeking case
Michael Niedermayer
2015-04-17
avformat/mp3dec: fix gapless audio when seeking in CBR mode
wm4
2015-04-15
avformat/mp3dec: offset seek index to end of vbr headers
wm4
2015-04-15
Revert "avformat/mp3dec: offset seek index to end of id3v2 tag"
wm4
2015-04-15
avformat/mp3dec: Allow forcing the use of the xing TOC for CBR files
Michael Niedermayer
2015-03-31
avformat/mp3dec: offset seek index to end of id3v2 tag
wm4
2015-03-11
Merge commit 'fe99c52fa99e44961a09cd1324aefd492b797fc8'
Michael Niedermayer
2015-03-11
mp3: Properly use AVCodecContext API
Vittorio Giovara
2015-02-26
avformat/mp3dec: Check for avcodec_alloc_context3() failure
Michael Niedermayer
2015-02-26
avformat/mp3dec: properly allocate dummy AVCodecContext
Michael Niedermayer
[next]