aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mvi.c
AgeCommit message (Expand)Author
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-11-2610l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.Reimar Döffinger
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-07-10Motion Pixels MVI Demuxer.Gregory Montoir