summaryrefslogtreecommitdiff
path: root/libavformat/mtv.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: move internal fields from public to internal contextwm42015-02-10
* mtv: improve header check and avoid division by zeroVittorio Giovara2014-10-29
* mtv: do not set sample_rate for videoAnton Khirnov2014-07-09
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-23
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: change some (de)muxer names to lowercaseMans Rullgard2012-05-19
* mtv: do not byteswap raw video in demuxerMans Rullgard2012-05-14
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* mtv: Make sure audio_subsegments is not 0Shitiz Garg2012-01-04
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Fix MTV decoding on big-endian systemsVitor Sessak2010-04-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Plug memory leak for truncated filesVitor Sessak2010-03-02
* Corrects two typosReynaldo H. Verdejo Pinochet2009-11-05
* Decrement probe score at unsuported bppReynaldo H. Verdejo Pinochet2009-11-05
* Fix wrong comparison in r20304Reynaldo H. Verdejo Pinochet2009-10-19
* If missing, calculate width or height from bpp andReynaldo H. Verdejo Pinochet2009-10-18
* Smarten mtv's probe a bit. Check for non zeroReynaldo H. Verdejo Pinochet2009-10-18
* Mark video from .mtv files correctly as upside-down.Reimar Döffinger2009-08-25
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Remove dead assignments found by CSABenjamin Larsson2009-05-03
* 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