summaryrefslogtreecommitdiff
path: root/libavformat/tty.c
Commit message (Collapse)AuthorAge
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-08
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 76aa876e69cf78a40821e66dec0a1006e4eb23ec)
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit a2704c9712ad35cc22e7e0d8a79b581c07fa383b)
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 6b4aa5dac8f41aa452d0ce9a1bede9e59a303060)
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
| | | | | | | | | | | | | | | In the name of consistency: get_byte -> avio_r8 get_<type> -> avio_r<type> get_buffer -> avio_read get_partial_buffer will be made private later get_strz is left out becase I want to change it later to return something useful. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit b7effd4e8338f6ed5bda630ad7ed0809bf458648)
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ae628ec1fd7f54c102bf9e667a3edd404b9b9128)
* tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.Anton Khirnov2011-02-04
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit a9d921cbad7ec7e88bdb81b046faa9c1c6ac6d3d)
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
| | | | | | This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. (cherry picked from commit c6610a216ed2948885772154a2eed696e0cb4aca)
* tty: remove superflous #include <strings.h>Mans Rullgard2011-01-26
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 1e48cdaac32e42a5c87a8f203b5827bdcc46db93)
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
| | | | | | corresponding AVMEDIA_TYPE_* symbols. Originally committed as revision 25201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-27
| | | | Originally committed as revision 24549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxygen @file comment blockPeter Ross2010-07-19
| | | | Originally committed as revision 24326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tele-typewriter demuxerPeter Ross2010-07-18
Originally committed as revision 24301 to svn://svn.ffmpeg.org/ffmpeg/trunk