| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -32/+32 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -2/+6 |
* | lavf: Reset the entry count and allocation size variables on av_reallocp fail... | Martin Storsjö | 2013-09-26 | 1 | -1/+3 |
* | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -5/+3 |
* | smacker: Avoid integer overflow when allocating packets | Martin Storsjö | 2013-09-11 | 1 | -1/+1 |
* | smacker: Don't return packets in unallocated streams | Martin Storsjö | 2013-09-11 | 1 | -0/+2 |
* | smacker: check frame size validity | Kostya Shishkov | 2013-06-16 | 1 | -1/+5 |
* | smacker: pad the extradata allocation | Kostya Shishkov | 2013-06-16 | 1 | -1/+2 |
* | smacker: assign video frame PTS | Kostya Shishkov | 2013-05-28 | 1 | -0/+1 |
* | smacker: fix off-by-one error in palette expanding code | Kostya Shishkov | 2013-05-27 | 1 | -1/+1 |
* | smacker: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -1/+8 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -7/+7 |
* | smacker: error out if palette copy-with-offset overruns palette size. | Ronald S. Bultje | 2012-03-07 | 1 | -1/+8 |
* | 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 | -2/+3 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -2/+2 |
* | smacker: Separate audio flags from sample rates in smacker demuxer. | Justin Ruggles | 2011-10-11 | 1 | -14/+17 |
* | Fixed off by one packet size allocation in the smacker demuxer. | Laurent Aimar | 2011-09-12 | 1 | -1/+1 |
* | Check for invalid packet size in the smacker demuxer. | Laurent Aimar | 2011-09-12 | 1 | -0/+2 |
* | smacker demuxer: handle possible av_realloc() failure. | Kostya Shishkov | 2011-09-12 | 1 | -1/+6 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -7/+7 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -4/+4 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -25/+25 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -6/+3 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -4/+4 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -4/+4 |
* | Correctly return EOF for smacker videos | Alexei Svitkine | 2010-06-24 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Set duration in Smacker demuxer | Daniel Verkamp | 2010-01-30 | 1 | -0/+1 |
* | Demux Bink audio in Smacker files | Daniel Verkamp | 2010-01-30 | 1 | -3/+11 |
* | Set the sample format for Smacker audio in the decoder rather than in the | Justin Ruggles | 2009-11-01 | 1 | -1/+0 |
* | Make Smacker audio decoder output audio in original bit depth | Daniel Verkamp | 2009-03-21 | 1 | -0/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -1/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -3/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Remove unnecessary header #includes. | Erik Hovland | 2008-05-29 | 1 | -1/+0 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -15/+15 |
* | Take ring frame into account when demuxing. | Kostya Shishkov | 2007-08-23 | 1 | -0/+3 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -3/+3 |