summaryrefslogtreecommitdiffstats
path: root/libavformat/electronicarts.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-16/+16
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* electronicarts: set the framerate for TGQ/TQIAnton Khirnov2014-08-221-0/+2
* electronicarts: read the framerate for MADAnton Khirnov2014-08-221-0/+2
* electronicarts: do not fail on zero-sized chunksAnton Khirnov2014-08-221-1/+10
* lavf: more correct printf format specifiersDiego Biurrun2014-03-111-3/+5
* electronicarts: Add more sanity checking for the number of channelsMartin Storsjö2013-09-291-1/+1
* electronicarts: Check packet sizes before readingMartin Storsjö2013-09-221-3/+9
* electronicarts: Let functions always returning the same value return voidDiego Biurrun2013-08-151-20/+10
* electronicarts: Improve some function/variable namesDiego Biurrun2013-08-151-19/+19
* electronicarts: comment wording fixesDiego Biurrun2013-08-151-14/+12
* electronicarts: Remove bogus function documentationDiego Biurrun2013-08-151-12/+0
* electronicarts: K&R formatting cosmeticsDiego Biurrun2013-08-151-154/+211
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-3/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-35/+35
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-2/+4
* ea: check chunk_size for validity.Ronald S. Bultje2012-05-041-1/+6
* ea: fix audio ptsJustin Ruggles2012-03-031-12/+13
* electronicarts: set timebase for tgv video.Anton Khirnov2012-03-021-1/+1
* electronicarts: parse the framerate for cmv video.Anton Khirnov2012-03-021-2/+15
* electronicarts: don't set codec timebaseAnton Khirnov2012-03-021-1/+3
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* electronicarts: check bytes per sample for validityJanne Grunau2012-01-071-0/+5
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+6
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-9/+9
* avio: deprecate url_feofAnton Khirnov2011-03-071-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-7/+7
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-5/+5
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-22/+22
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-8/+8
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-111-2/+2
* revert r26302Peter Ross2011-01-101-2/+0
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-101-0/+2
* electronicarts: only apply audio sanity checks when audio stream is presentPeter Ross2011-01-101-10/+11
* perform sanity check on sample rate in electronicarts demuxerDaniel Kang2011-01-101-0/+5
* perform sanity check on number of channels in electronicarts demuxerDaniel Kang2011-01-101-0/+5
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Use enum CodecID where appropriate.Carl Eugen Hoyos2010-01-101-1/+1
* do not create Electronic Arts audio stream when unsupported revision2 audio c...Peter Ross2010-01-101-0/+1
* Slightly improve probe for ea format by checking that it is possible toReimar Döffinger2009-09-171-2/+6
OpenPOWER on IntegriCloud