| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: set avg_frame_rate. | Anton Khirnov | 2013-03-08 | 1 | -0/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -3/+3 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -12/+0 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -1/+2 |
* | tty: add framerate private option. | Anton Khirnov | 2011-06-06 | 1 | -6/+10 |
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 1 | -1/+0 |
* | tty: factorise returning error codes. | Anton Khirnov | 2011-06-04 | 1 | -11/+12 |
* | tty: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -2/+23 |
* | tty: replace AVFormatParameters.sample_rate abuse with a private option. | Anton Khirnov | 2011-05-25 | 1 | -3/+21 |
* | 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: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | 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 | -3/+3 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY. | Anton Khirnov | 2011-02-03 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | tty: remove superflous #include <strings.h> | Mans Rullgard | 2011-01-25 | 1 | -1/+0 |
* | Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the | Stefano Sabatini | 2010-09-25 | 1 | -1/+1 |
* | Fix doxy that refers to the wrong variable. | Michael Niedermayer | 2010-07-27 | 1 | -1/+1 |
* | Add doxygen @file comment block | Peter Ross | 2010-07-19 | 1 | -1/+5 |
* | Tele-typewriter demuxer | Peter Ross | 2010-07-18 | 1 | -0/+131 |