]> git.sesse.net Git - ffmpeg/history - libavformat/electronicarts.c
mov: Wrap stsc index and count compare in a separate function
[ffmpeg] / libavformat / electronicarts.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2014-08-22 Anton Khirnovelectronicarts: set the framerate for TGQ/TQI
2014-08-22 Anton Khirnovelectronicarts: read the framerate for MAD
2014-08-22 Anton Khirnovelectronicarts: do not fail on zero-sized chunks
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2013-09-29 Martin Storsjöelectronicarts: Add more sanity checking for the number...
2013-09-22 Martin Storsjöelectronicarts: Check packet sizes before reading
2013-08-15 Diego Biurrunelectronicarts: Let functions always returning the...
2013-08-15 Diego Biurrunelectronicarts: Improve some function/variable names
2013-08-15 Diego Biurrunelectronicarts: comment wording fixes
2013-08-15 Diego Biurrunelectronicarts: Remove bogus function documentation
2013-08-15 Diego Biurrunelectronicarts: K&R formatting cosmetics
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-05-04 Ronald S. Bultjeea: check chunk_size for validity.
2012-03-03 Justin Rugglesea: fix audio pts
2012-03-02 Anton Khirnovelectronicarts: set timebase for tgv video.
2012-03-02 Anton Khirnovelectronicarts: parse the framerate for cmv video.
2012-03-02 Anton Khirnovelectronicarts: don't set codec timebase
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-06 Janne Grunauelectronicarts: check bytes per sample for validity
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
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-07 Anton Khirnovavio: deprecate url_feof
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...
2011-01-11 Peter Rosselectronicarts: prevent endless loop opportunity in...
2011-01-10 Peter Rossrevert r26302
2011-01-10 Peter Rosselectronicarts: prevent endless loop opportunity in...
2011-01-10 Peter Rosselectronicarts: only apply audio sanity checks when...
2011-01-10 Daniel Kangperform sanity check on sample rate in electronicarts...
2011-01-10 Daniel Kangperform sanity check on number of channels in electroni...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-10 Carl Eugen HoyosUse enum CodecID where appropriate.
2010-01-10 Peter Rossdo not create Electronic Arts audio stream when unsuppo...
2009-09-17 Reimar DöffingerSlightly improve probe for ea format by checking that...
2009-06-13 Peter RossElectronic Arts demuxer: support Madcow video tag
2009-04-16 Reimar DöffingerRemove unused audio_pts field from ea demuxer struct
2009-04-12 Reimar DöffingerMove ea demuxer messages that are irrelevant to ordinar...
2009-04-11 Reimar DöffingerReindent
2009-04-11 Reimar DöffingerMake electronicarts demuxer return partial frames,...
2009-02-11 Diego BiurrunAdd av_uninit macro to variable to avoid false positive...
2009-02-05 Peter RossElectronic Arts demuxer: support TQI video tag
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-11-08 Peter RossElectronic Arts demuxer: support TGQ video tags
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-18 Peter RossSupport Electronic Arts files containing MP3 audio.
2008-08-12 Peter RossElectronic Arts demuxer: support SxEN audio tags found...
2008-08-12 Peter RossElectronic Arts demuxer: perform identification of...
2008-08-12 Peter RossElectronic Arts demuxer: ignore PTxx platform ID values.
2008-08-12 Peter RossSupport Electronic Arts files containing MPEG2VIDEO.
2008-08-10 Peter RossAdd MDEC tags to Electronic Arts demuxer.
2008-08-06 Peter RossAdd Electronic Arts TGV chunk tags to EA demuxer.
2008-07-30 Peter RossEA Demuxer: make rev2 flag optional
2008-07-08 Peter RossElectronic Arts CMV demuxer
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-13 Carl Eugen HoyosFix icc warning #188: enumerated type mixed with anothe...
2007-11-25 Aurelien Jacobsadd pcm_s16le_planar support for electronicarts files
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-07 Aurelien Jacobsprobe more kind of electronic arts files
2007-10-30 Peter RossEA IMA EACS decoder
2007-10-30 Peter RossEA IMA SEAD decoder
2007-10-25 Aurelien Jacobsprobe files starting with the 1SNh tag
2007-10-25 Aurelien Jacobsdon't use #define with names starting with _
2007-10-25 Aurelien Jacobsadd parsing of 1SNh header in the EA demuxer
2007-10-24 Aurelien Jacobsavoid infinite loop at the end of files which are not...
2007-10-24 Peter RossEA ADPCM R1, R2 and R3 decoder
2007-10-22 Aurelien Jacobsconvert a if() into a switch() to ease addition of...
2007-10-18 Aurelien Jacobsbetter check for video track detection
2007-10-18 Aurelien Jacobsskip unsupported audio track data
2007-10-18 Aurelien Jacobscosmetics: indentation
2007-10-18 Aurelien Jacobscheck if we found an audio track before initializing...
2007-10-18 Aurelien Jacobscompute pts according to the audio codec
2007-10-18 Aurelien Jacobsset bytes per sample in the context
2007-10-18 Aurelien Jacobsfix big endian files support
2007-10-18 Aurelien Jacobssimplify
2007-10-18 Aurelien Jacobsparse sample rate instead of setting a default one
2007-10-18 Aurelien Jacobsadd support for PCM codec
2007-10-18 Aurelien Jacobscheck compression_type to assign audio codec
2007-10-18 Aurelien Jacobsmake compression_type a function local var instead...
2007-10-18 Aurelien Jacobsadd support for big_endian encoded headers
2007-10-18 Aurelien Jacobsadd some error processing
2007-10-18 Aurelien Jacobscosmetics: indentation
2007-10-18 Aurelien Jacobsparse header chunk in a loop (don't depend on a fixed...
2007-10-18 Aurelien Jacobsadd audio and video codec context vars
next