]> git.sesse.net Git - ffmpeg/history - libavformat/segafilm.c
lavf: replace AVStream.codec with AVStream.codecpar
[ffmpeg] / libavformat / segafilm.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-11-14 Michael Niedermayersegafilm: Fix current_sample after seeking and avio_see...
2015-11-06 Michael Niedermayersegafilm: drop the "song and dance" for cinepak
2015-11-06 Paul B Maholsegafilm: set video and audio stream duration
2015-11-06 Paul B Maholsegafilm: implement seeking
2015-06-24 Paul B Maholsegafilm: Remove deplanarization hack
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2014-01-06 Anton Khirnovsegafilm: fix leaks if reading the header fails
2013-09-19 Martin Storsjösegafilm: Validate the number of audio channels
2013-08-13 Luca Barbatosegafilm: Error out on impossible packet size
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-03-03 Justin Rugglessegafilm: use the sample rate as the time base for...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-26 Justin Rugglesadx: add an ADX parser.
2011-11-18 Matthew Hoopssegafilm: add support for raw videos
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-06 Laurent Aimarsegafilm: Check for memory allocation failures in segaf...
2011-10-06 Laurent Aimarsegafilm: Fix potential division by 0 on corrupted...
2011-10-06 Laurent AimarFixed segfault on corrupted sega streams in the demuxer.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-09 Matthew Hoopssegafilm: add support for videos with cri adx adpcm
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
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-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-14 Mike MelansonThe POSIX namespace shall be held sacrosanct. To that...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-02-19 Michael NiedermayerFix ;;
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-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-02 Mike MelansonSimplify the Sega FILM/CPK demuxer to not modify the...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2003-10-02 Mike Melansonthe correct data type is offset_t
2003-10-01 Mike MelansonNew demuxers: Sega FILM/CPK, Westwood VQA & AUD; new...