summaryrefslogtreecommitdiffstats
path: root/libavformat/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
|\
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-3/+3
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-12/+0
|\ \ | |/
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-12/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-1/+2
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-071-6/+10
|\ \ | |/
| * tty: add framerate private option.Anton Khirnov2011-06-061-6/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-061-1/+0
|\ \ | |/
| * lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-051-11/+12
|\ \ | |/
| * tty: factorise returning error codes.Anton Khirnov2011-06-041-11/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-2/+23
|\ \ | |/
| * tty: add video_size private option.Anton Khirnov2011-05-271-2/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-3/+21
|\ \ | |/
| * tty: replace AVFormatParameters.sample_rate abuse with a private option.Anton Khirnov2011-05-251-3/+21
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-1/+1
|\ \ | |/
| * 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
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-081-1/+1
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-1/+1
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-2/+2
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-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-041-1/+1
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
* | tty: remove superflous #include <strings.h>Mans Rullgard2011-01-261-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