| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mp3dec: remove a call to avio_tell() | Zhao Zhili | 2022-10-08 | 1 | -5/+4 |
* | avformat/mp3dec: avoid seek back and forth | Zhao Zhili | 2022-10-08 | 1 | -9/+7 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -2/+1 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -8/+12 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -6/+8 |
* | avformat/mp3dec: Simplify checking for no-metadata | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | avformat/mp3dec: Avoid calling avio_tell() multiple times | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+4 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -1/+1 |
* | lavf/mp3dec: avoid avcodec.h dependency | Anton Khirnov | 2021-06-10 | 1 | -1/+1 |
* | avformat/utils: make ff_update_cur_dts() shared | James Almer | 2021-06-09 | 1 | -1/+1 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -3/+3 |
* | lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -4/+4 |
* | Revert "lavf/mp3dec: don't adjust start time; packets are not adjusted." | Michael Niedermayer | 2020-06-08 | 1 | -0/+4 |
* | lavf/mp3dec: don't adjust start time; packets are not adjusted. | Dale Curtis | 2020-05-27 | 1 | -4/+0 |
* | avformat/mp3dec: Count last partial frame in probe. | Michael Niedermayer | 2020-02-28 | 1 | -3/+9 |
* | avformat/mp3dec: Check for occurances of headers within frames during probing | Limin Wang | 2019-11-16 | 1 | -1/+9 |
* | avformat/mp3dec: Check that the frame fits within the probe buffer | Michael Niedermayer | 2019-11-16 | 1 | -1/+1 |
* | avformat/mp3dec: replace SAME_HEADER_MASK with MP3_MASK | Limin Wang | 2019-11-11 | 1 | -3/+1 |
* | avformat/mp3dec: cosmetics | Limin Wang | 2019-11-11 | 1 | -20/+20 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/mp3dec: require 90% of a file to be mp3 if only 1 mp3 frame is found... | Michael Niedermayer | 2018-05-20 | 1 | -1/+1 |
* | avformat/mp3dec: Require 50% of the file to be mp3 frames in the maxframes>20... | Michael Niedermayer | 2018-05-20 | 1 | -1/+1 |
* | avformat/mp3dec: Require probing data to be 50% mp3 frames for low score prob... | Michael Niedermayer | 2018-05-20 | 1 | -3/+7 |
* | avformat/mp3dec: use FFABS to instead of abs | Steven Liu | 2017-11-20 | 1 | -2/+2 |
* | avformat/mp3dec: Fix definition of MIDDLE_BITS | Ingo Brückl | 2017-10-04 | 1 | -1/+1 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | mp3dec: read the initial/trailing padding from the LAME tag | Anton Khirnov | 2016-07-15 | 1 | -2/+4 |
| * | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -1/+1 |
* | | avformat: Ignore ID3v2 tags if other tags are present e.g. vorbis | Paul Arzelier | 2017-01-28 | 1 | -0/+3 |
* | | avformat/mp3dec: fix msan warning when verifying mpa header | Chris Cunningham | 2016-12-15 | 1 | -1/+2 |
* | | avformat/mp3dec: Increase probe score slightly when the whole data from begin... | Michael Niedermayer | 2016-06-11 | 1 | -1/+6 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -3/+3 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -3/+3 |
* | | lavf/mp3dec: avoid printing useless message in default log level | Moritz Barsnick | 2016-03-08 | 1 | -1/+1 |
* | | lavf/mp3: Properly check return values of seeks and reads while reading the h... | Derek Buitenhuis | 2016-02-28 | 1 | -10/+39 |
* | | avformat/mp3dec: Remove unused variable | Michael Niedermayer | 2016-01-01 | 1 | -1/+1 |
* | | Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c' | Hendrik Leppkes | 2016-01-01 | 1 | -11/+6 |
|\| |
|
| * | mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_header | Anton Khirnov | 2015-12-12 | 1 | -11/+6 |
* | | Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c' | Hendrik Leppkes | 2016-01-01 | 1 | -6/+5 |
|\| |
|
| * | mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header | Anton Khirnov | 2015-12-12 | 1 | -5/+7 |
| * | mp3: Forward seeking errors | Luca Barbato | 2015-07-13 | 1 | -1/+3 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files. | Chris Cunningham | 2015-12-02 | 1 | -20/+20 |
* | | avformat/mp3dec: improve junk skipping heuristic | wm4 | 2015-10-20 | 1 | -7/+21 |
* | | avformat/mp3dec: Make MP3 seek fast | Andy Wu | 2015-09-05 | 1 | -6/+13 |
* | | avformat/mp3dec: Rename sync() function to avoid build failure on android | Michael Niedermayer | 2015-07-20 | 1 | -2/+2 |
* | | avformat/mp3dec: remove unused variable | James Almer | 2015-07-19 | 1 | -1/+0 |
* | | avformat/mp3dec: split position sync code out | Michael Niedermayer | 2015-07-19 | 1 | -37/+45 |