| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary get_bits.h #includes and add missing headers where needed. | Alexandra Hájková | 2016-05-04 | 1 | -1/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -11/+11 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -2/+2 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | mpc7: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | mpc: return more meaningful error codes. | Anton Khirnov | 2012-07-31 | 1 | -8/+8 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | musepack: fix signed shift overflow in mpc_read_packet() | Mans Rullgard | 2011-11-27 | 1 | -3/+3 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | Musepack SV7: try to read files without number of frames provided | Kostya Shishkov | 2011-07-13 | 1 | -4/+12 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -1/+2 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -4/+4 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -7/+7 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | mpc: read id3v1 tags. | Anton Khirnov | 2010-12-02 | 1 | -0/+3 |
* | Move handling of ID3v2 to common utils.c code, reducing code duplication | Reimar Döffinger | 2010-10-06 | 1 | -30/+3 |
* | Generalize ID3v2 functions to support ID3v2-like ID headers with a | Michael Karcher | 2010-06-11 | 1 | -3/+3 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Do not leave uninitialized data in the packet in MPC demuxer. Should allow for | Vitor Sessak | 2010-02-20 | 1 | -0/+2 |
* | Set start_time and duration in AVStream instead of AVFormatContext for | David Conrad | 2010-01-21 | 1 | -2/+2 |
* | Parse ID3 tags in Musepack SV7 files | Matti Hamalainen | 2009-08-11 | 1 | -7/+13 |
* | Parse APE metadata tags in Musepack SV7 files | Matti Hamalainen | 2009-08-11 | 1 | -0/+8 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Fix probing of files with ID3v2 tags. Discussed at | Alex Converse | 2009-01-19 | 1 | -2/+5 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -18/+18 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -2/+2 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | 10l, > vs. >= typo, caused crashes on last mpc frame | Reimar Döffinger | 2007-01-14 | 1 | -1/+1 |
* | Decode previous 32 frames to avoid seeking artifacts in MPC | Kostya Shishkov | 2007-01-01 | 1 | -1/+4 |
* | Make MPC demuxer deal with ID3 tags at the beginning | Kostya Shishkov | 2007-01-01 | 1 | -3/+21 |
* | Enable forward seek in Musepack demuxer | Kostya Shishkov | 2006-12-28 | 1 | -3/+31 |
* | Musepack SV7 decoding support | Kostya Shishkov | 2006-12-24 | 1 | -0/+182 |