OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
[coroid/libav_saccubus.git] / libavformat / electronicarts.c
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
2007-10-18 Aurelien Jacobsbetter log message
2007-10-18 Aurelien Jacobsmove vp6 header parsing into its own function
2007-10-18 Aurelien Jacobsremove 2 temporary variables
2007-10-18 Aurelien Jacobsset a default value for num_channels
2007-10-18 Aurelien Jacobsmove audio header parsing in its own function
2007-10-18 Aurelien Jacobsadd a log message
2007-10-18 Aurelien Jacobsfix comment
2007-10-15 Aurelien Jacobscosmetics: reindent
2007-10-15 Aurelien Jacobsadd support for VP6 in electronicarts demuxer
2007-10-15 Aurelien Jacobsremove useless &0xFF
2007-10-15 Aurelien Jacobsmerge declaration and initialization
2007-10-15 Aurelien Jacobsremove unused context vars
2007-10-15 Aurelien Jacobsremove unused code
2007-10-15 Aurelien Jacobsremove unused tags definition
2007-10-15 Aurelien Jacobsremove unused close function
2007-10-15 Aurelien Jacobssimplify bitstream reading
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-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...
next