summaryrefslogtreecommitdiff
path: root/libavformat/tty.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* tty: set avg_frame_rate.Anton Khirnov2013-03-08
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* tty: add framerate private option.Anton Khirnov2011-06-06
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* tty: factorise returning error codes.Anton Khirnov2011-06-04
* tty: add video_size private option.Anton Khirnov2011-05-27
* tty: replace AVFormatParameters.sample_rate abuse with a private option.Anton Khirnov2011-05-25
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.Anton Khirnov2011-02-03
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* tty: remove superflous #include <strings.h>Mans Rullgard2011-01-25
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-27
* Add doxygen @file comment blockPeter Ross2010-07-19
* Tele-typewriter demuxerPeter Ross2010-07-18