mp3dec: fix reading the Xing tag
[platform/upstream/libav.git] / libavformat / mp3dec.c
2015-01-12 Anton Khirnovmp3dec: fix reading the Xing tag
2015-01-12 Luca Barbatomp3: Tweak the probe scores
2014-04-17 Alessandro Ghedinimp3dec: decode more data from Info header
2014-04-17 Alessandro Ghedinimp3dec: move XING/Info and VBRI parsing into their...
2014-03-24 Anton Khirnovmp3dec: export replaygain tags from ID3v2
2013-09-12 Vittorio Giovaramp3: add .mpa extension
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-04-19 Michael Niedermayermp3dec: fallback to generic seeking when a TOC is not...
2013-03-08 Alexander Kojevnikovmp3dec: Fix VBR bit rate parsing
2012-09-19 Anton Khirnovmp3dec: read Xing frame TOC index
2012-09-19 Anton Khirnovmp3dec: use named constants for Xing header flags
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-28 Anton Khirnovmp3dec: forward errors for av_get_packet().
2012-07-28 Anton Khirnovmp3dec: remove a pointless local variable.
2012-07-28 Anton Khirnovmp3dec: remove commented out cruft.
2012-05-30 Ronald S. Bultjemp3/ac3 probe: search for PES headers to prevent probin...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-01 Ingo Brücklmp3dec: Fix reading file size and frames in VBRI headers
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpegaudio symbols...
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-03-21 Anton Khirnovlavf: replace some more avio_seek(SEEK_CUR) with avio_skip
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-22 Clément BœschMove ID3v1 skip from decoder to demuxer
2011-01-21 Anton KhirnovSplit mp3 demuxer and muxer into separate files.