summaryrefslogtreecommitdiff
path: root/libavformat/mp3dec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mp3dec: remove a call to avio_tell()Zhao Zhili2022-10-081-5/+4
* avformat/mp3dec: avoid seek back and forthZhao Zhili2022-10-081-9/+7
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-2/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-8/+12
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-171-6/+8
* avformat/mp3dec: Simplify checking for no-metadataAndreas Rheinhardt2021-09-171-1/+1
* avformat/mp3dec: Avoid calling avio_tell() multiple timesAndreas Rheinhardt2021-09-171-2/+4
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-251-1/+1
* lavf/mp3dec: avoid avcodec.h dependencyAnton Khirnov2021-06-101-1/+1
* avformat/utils: make ff_update_cur_dts() sharedJames Almer2021-06-091-1/+1
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-3/+3
* lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternalAnton Khirnov2020-10-281-4/+4
* Revert "lavf/mp3dec: don't adjust start time; packets are not adjusted."Michael Niedermayer2020-06-081-0/+4
* lavf/mp3dec: don't adjust start time; packets are not adjusted.Dale Curtis2020-05-271-4/+0
* avformat/mp3dec: Count last partial frame in probe.Michael Niedermayer2020-02-281-3/+9
* avformat/mp3dec: Check for occurances of headers within frames during probingLimin Wang2019-11-161-1/+9
* avformat/mp3dec: Check that the frame fits within the probe bufferMichael Niedermayer2019-11-161-1/+1
* avformat/mp3dec: replace SAME_HEADER_MASK with MP3_MASKLimin Wang2019-11-111-3/+1
* avformat/mp3dec: cosmeticsLimin Wang2019-11-111-20/+20
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/mp3dec: require 90% of a file to be mp3 if only 1 mp3 frame is found...Michael Niedermayer2018-05-201-1/+1
* avformat/mp3dec: Require 50% of the file to be mp3 frames in the maxframes>20...Michael Niedermayer2018-05-201-1/+1
* avformat/mp3dec: Require probing data to be 50% mp3 frames for low score prob...Michael Niedermayer2018-05-201-3/+7
* avformat/mp3dec: use FFABS to instead of absSteven Liu2017-11-201-2/+2
* avformat/mp3dec: Fix definition of MIDDLE_BITSIngo Brückl2017-10-041-1/+1
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\
| * mp3dec: read the initial/trailing padding from the LAME tagAnton Khirnov2016-07-151-2/+4
| * Mark read-only tables as staticDiego Biurrun2016-05-051-1/+1
* | avformat: Ignore ID3v2 tags if other tags are present e.g. vorbisPaul Arzelier2017-01-281-0/+3
* | avformat/mp3dec: fix msan warning when verifying mpa headerChris Cunningham2016-12-151-1/+2
* | avformat/mp3dec: Increase probe score slightly when the whole data from begin...Michael Niedermayer2016-06-111-1/+6
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+3
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-3/+3
* | lavf/mp3dec: avoid printing useless message in default log levelMoritz Barsnick2016-03-081-1/+1
* | lavf/mp3: Properly check return values of seeks and reads while reading the h...Derek Buitenhuis2016-02-281-10/+39
* | avformat/mp3dec: Remove unused variableMichael Niedermayer2016-01-011-1/+1
* | Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c'Hendrik Leppkes2016-01-011-11/+6
|\ \ | |/
| * mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-11/+6
* | Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'Hendrik Leppkes2016-01-011-6/+5
|\ \ | |/
| * mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-5/+7
| * mp3: Forward seeking errorsLuca Barbato2015-07-131-1/+3
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files.Chris Cunningham2015-12-021-20/+20
* | avformat/mp3dec: improve junk skipping heuristicwm42015-10-201-7/+21
* | avformat/mp3dec: Make MP3 seek fastAndy Wu2015-09-051-6/+13
* | avformat/mp3dec: Rename sync() function to avoid build failure on androidMichael Niedermayer2015-07-201-2/+2
* | avformat/mp3dec: remove unused variableJames Almer2015-07-191-1/+0
* | avformat/mp3dec: split position sync code outMichael Niedermayer2015-07-191-37/+45