| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -12/+12 |
* | r3d: fix an invalid read introduced in 6bf4c1d | Anton Khirnov | 2015-12-14 | 1 | -1/+1 |
* | r3d: do not create the audio stream until we know the sample rate | Anton Khirnov | 2015-12-12 | 1 | -12/+25 |
* | lavc: Make AVPacket.duration int64, and deprecate convergence_duration | wm4 | 2015-09-29 | 1 | -2/+2 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -30/+30 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -3/+3 |
* | r3d: Fix pos type | Luca Barbato | 2015-02-03 | 1 | -2/+2 |
* | r3d: Add more input value validation | Martin Storsjö | 2013-09-19 | 1 | -1/+5 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -9/+13 |
* | Fix a bunch of common typos. | Diego Biurrun | 2012-03-09 | 1 | -1/+1 |
* | r3d: don't set codec timebase. | Anton Khirnov | 2012-03-02 | 1 | -11/+16 |
* | r3d: Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate | 2012-02-10 | 1 | -1/+2 |
* | 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: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | 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 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -1/+2 |
* | Mark some variables with av_unused | Mans Rullgard | 2011-06-03 | 1 | -4/+7 |
* | Employ correct printf format specifiers, mostly in debug output. | Diego Biurrun | 2011-05-31 | 1 | -6/+7 |
* | 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 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: avio_ prefix for url_fsize | 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 | -6/+6 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | 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 | -39/+39 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -30/+30 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini | 2010-04-25 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Plug some memory leaks for truncated files | Vitor Sessak | 2010-03-02 | 1 | -5/+8 |
* | return AVERROR(ENOMEM) if stream could not be allocated | Baptiste Coudurier | 2009-08-25 | 1 | -1/+1 |
* | check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu | Kent Mein | 2009-08-25 | 1 | -0/+2 |
* | use new metadata API in r3d demuxer | Aurelien Jacobs | 2009-03-01 | 1 | -5/+5 |
* | R3D REDCODE demuxer | Baptiste Coudurier | 2009-01-20 | 1 | -0/+384 |