]> git.sesse.net Git - ffmpeg/history - libavformat/mtv.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / mtv.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-02-10 wm4lavf: move internal fields from public to internal...
2014-10-29 Vittorio Giovaramtv: improve header check and avoid division by zero
2014-07-09 Anton Khirnovmtv: do not set sample_rate for video
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-03-13 Diego Biurrunavformat: av_log_ask_for_sample() ---> avpriv_request_s...
2012-12-23 Diego BiurrunReturn proper error code after av_log_ask_for_sample()
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-05-19 Mans Rullgardlavf: change some (de)muxer names to lowercase
2012-05-14 Mans Rullgardmtv: do not byteswap raw video in demuxer
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-04 Shitiz Gargmtv: Make sure audio_subsegments is not 0
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-04-21 Vitor SessakFix MTV decoding on big-endian systems
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-02 Vitor SessakPlug memory leak for truncated files
2009-11-05 Reynaldo H. Verdej... Corrects two typos
2009-11-05 Reynaldo H. Verdej... Decrement probe score at unsuported bpp
2009-10-19 Reynaldo H. Verdej... Fix wrong comparison in r20304
2009-10-18 Reynaldo H. Verdej... If missing, calculate width or height from bpp and
2009-10-18 Reynaldo H. Verdej... Smarten mtv's probe a bit. Check for non zero
2009-08-25 Reimar DöffingerMark video from .mtv files correctly as upside-down.
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-05-03 Benjamin LarssonRemove dead assignments found by CSA
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-07 Reynaldo H. Verdej... COSMETICS
2008-11-18 Reynaldo H. Verdej... Trivial, Cosmetics
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-28 Reimar DöffingerChange mtv_read_packet so it does not break after seeki...
2008-06-28 Reimar DöffingerFix pkt->pos to really point at start of packet for...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-04-07 Diego Biurruntypos/grammar
2006-11-03 Reynaldo H. Verdej... now we set codec_tag, still have to figure out how...
2006-10-12 Reynaldo H. Verdej... new mtv demuxer