summaryrefslogtreecommitdiff
path: root/libavformat/srtdec.c
Commit message (Collapse)AuthorAge
* 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)
* 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)
* add SubRip muxer and demuxerAurelien Jacobs2010-07-24
Originally committed as revision 24488 to svn://svn.ffmpeg.org/ffmpeg/trunk