summaryrefslogtreecommitdiffstats
path: root/libavformat/mpc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* musepack: fix signed shift overflow in mpc_read_packet()Mans Rullgard2011-11-271-3/+3
* 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-8/+8
* Musepack SV7: try to read files without number of frames providedKostya Shishkov2011-07-131-4/+12
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-7/+7
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* mpc: read id3v1 tags.Anton Khirnov2010-12-021-0/+3
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-061-30/+3
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-111-3/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Do not leave uninitialized data in the packet in MPC demuxer. Should allow forVitor Sessak2010-02-201-0/+2
* Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad2010-01-211-2/+2
* Parse ID3 tags in Musepack SV7 filesMatti Hamalainen2009-08-111-7/+13
* Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen2009-08-111-0/+8
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-191-2/+5
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-18/+18
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-2/+2
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* 10l, > vs. >= typo, caused crashes on last mpc frameReimar Döffinger2007-01-141-1/+1
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-011-1/+4
* Make MPC demuxer deal with ID3 tags at the beginningKostya Shishkov2007-01-011-3/+21
* Enable forward seek in Musepack demuxerKostya Shishkov2006-12-281-3/+31
* Musepack SV7 decoding supportKostya Shishkov2006-12-241-0/+182
OpenPOWER on IntegriCloud