summaryrefslogtreecommitdiffstats
path: root/libavformat/act.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-031-1/+2
* Rename remaining get_le32 to avio_rl32.Clément Bœsch2011-11-141-2/+2
* Rename remaining get_le16 to avio_rl16.Clément Bœsch2011-11-141-1/+1
* Rename remaining url_fskip to avio_skip.Clément Bœsch2011-11-141-2/+2
* Rename remaining get_byte to avio_r8.Clément Bœsch2011-11-141-1/+1
* Rename remaining get_buffer to avio_read.Clément Bœsch2011-11-141-2/+2
* Rename remaining url_fseek to avio_seek.Clément Bœsch2011-11-141-2/+2
* Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-141-2/+2
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-051-1/+1
* act: correct file description commentAurelien Jacobs2011-09-261-1/+1
* act, bintext, wtvenc: use named struct initializersAurelien Jacobs2011-09-261-6/+6
* act: remove AVERROR_NOFMT useage.Michael Niedermayer2011-09-241-1/+1
* ACT demuxerVladimir Voroshilov2011-09-241-0/+207
OpenPOWER on IntegriCloud