summaryrefslogtreecommitdiff
path: root/libavformat/mtv.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* COSMETICSReynaldo H. Verdejo Pinochet2008-12-07
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-18
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Change mtv_read_packet so it does not break after seeking (displaying a shift...Reimar Döffinger2008-06-28
* Fix pkt->pos to really point at start of packet for mtv audio packets.Reimar Döffinger2008-06-28
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* add an enum for need_parsingAurelien Jacobs2007-04-15
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* typos/grammarDiego Biurrun2007-04-07
* now we set codec_tag, still have to figure out how to handle flippingReynaldo H. Verdejo Pinochet2006-11-03
* new mtv demuxerReynaldo H. Verdejo Pinochet2006-10-12