summaryrefslogtreecommitdiffstats
path: root/libavformat/tty.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-3/+3
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-12/+0
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* tty: add framerate private option.Anton Khirnov2011-06-061-6/+10
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-1/+0
* tty: factorise returning error codes.Anton Khirnov2011-06-041-11/+12
* tty: add video_size private option.Anton Khirnov2011-05-271-2/+23
* tty: replace AVFormatParameters.sample_rate abuse with a private option.Anton Khirnov2011-05-251-3/+21
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-3/+3
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.Anton Khirnov2011-02-031-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* tty: remove superflous #include <strings.h>Mans Rullgard2011-01-251-1/+0
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-251-1/+1
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-271-1/+1
* Add doxygen @file comment blockPeter Ross2010-07-191-1/+5
* Tele-typewriter demuxerPeter Ross2010-07-181-0/+131
OpenPOWER on IntegriCloud