summaryrefslogtreecommitdiffstats
path: root/libavformat/mtv.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-4/+4
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-10/+10
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* Fix MTV decoding on big-endian systemsVitor Sessak2010-04-211-2/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Plug memory leak for truncated filesVitor Sessak2010-03-021-4/+4
* Corrects two typosReynaldo H. Verdejo Pinochet2009-11-051-2/+2
* Decrement probe score at unsuported bppReynaldo H. Verdejo Pinochet2009-11-051-0/+3
* Fix wrong comparison in r20304Reynaldo H. Verdejo Pinochet2009-10-191-1/+1
* If missing, calculate width or height from bpp andReynaldo H. Verdejo Pinochet2009-10-181-0/+20
* Smarten mtv's probe a bit. Check for non zeroReynaldo H. Verdejo Pinochet2009-10-181-0/+5
* Mark video from .mtv files correctly as upside-down.Reimar Döffinger2009-08-251-0/+2
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-2/+2
* Remove dead assignments found by CSABenjamin Larsson2009-05-031-2/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* COSMETICSReynaldo H. Verdejo Pinochet2008-12-071-17/+15
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-181-16/+16
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Change mtv_read_packet so it does not break after seeking (displaying a shift...Reimar Döffinger2008-06-281-12/+8
* Fix pkt->pos to really point at start of packet for mtv audio packets.Reimar Döffinger2008-06-281-0/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-2/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-3/+3
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-2/+2
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-3/+0
* typos/grammarDiego Biurrun2007-04-071-1/+1
* now we set codec_tag, still have to figure out how to handle flippingReynaldo H. Verdejo Pinochet2006-11-031-0/+1
* new mtv demuxerReynaldo H. Verdejo Pinochet2006-10-121-0/+186
OpenPOWER on IntegriCloud