summaryrefslogtreecommitdiffstats
path: root/libavformat/mp3dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-3/+3
* mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-11/+6
* mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-5/+7
* mp3: Forward seeking errorsLuca Barbato2015-07-131-1/+3
* mp3: Make the seek more robustLuca Barbato2015-07-111-11/+65
* mp3: Properly use AVCodecContext APIVittorio Giovara2015-03-111-2/+9
* mp3: Tweak the probe scoresLuca Barbato2014-12-071-1/+4
* mp3dec: fix reading the Xing tagAnton Khirnov2014-10-241-1/+3
* mp3dec: decode more data from Info headerAlessandro Ghedini2014-04-171-10/+93
* mp3dec: move XING/Info and VBRI parsing into their own functionsAlessandro Ghedini2014-04-171-35/+58
* mp3dec: export replaygain tags from ID3v2Anton Khirnov2014-03-241-0/+7
* mp3: add .mpa extensionVittorio Giovara2013-09-121-1/+1
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-3/+3
* mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer2013-04-191-0/+11
* mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-081-2/+4
* mp3dec: read Xing frame TOC indexAnton Khirnov2012-09-191-1/+57
* mp3dec: use named constants for Xing header flagsAnton Khirnov2012-09-191-2/+5
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* mp3dec: forward errors for av_get_packet().Anton Khirnov2012-07-281-3/+2
* mp3dec: remove a pointless local variable.Anton Khirnov2012-07-281-4/+2
* mp3dec: remove commented out cruft.Anton Khirnov2012-07-281-1/+0
* mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.Ronald S. Bultje2012-05-301-5/+25
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-2/+2
* mp3dec: Fix reading file size and frames in VBRI headersIngo Brückl2012-03-011-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-201-2/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+5
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* lavf: replace some more avio_seek(SEEK_CUR) with avio_skipAnton Khirnov2011-03-201-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-5/+5
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-9/+9
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Move ID3v1 skip from decoder to demuxerClément Bœsch2011-01-221-0/+5
* Split mp3 demuxer and muxer into separate files.Anton Khirnov2011-01-211-0/+192
OpenPOWER on IntegriCloud