summaryrefslogtreecommitdiff
path: root/libavformat/electronicarts.c
Commit message (Collapse)AuthorAge
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
| | | | | | | libavformat/electronicarts.c: In function ‘ea_read_packet’: libavformat/electronicarts.c:447: warning: ‘num_samples’ may be used uninitialized in this function Originally committed as revision 17157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts demuxer: support TQI video tagPeter Ross2009-02-05
| | | | Originally committed as revision 17003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts demuxer: support TGQ video tagsPeter Ross2008-11-08
| | | | Originally committed as revision 15791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support Electronic Arts files containing MP3 audio.Peter Ross2008-08-18
| | | | Originally committed as revision 14824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: ↵Peter Ross2008-08-12
| | | | | | Pro Street' computer game. Originally committed as revision 14713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using ↵Peter Ross2008-08-12
| | | | | | revision2 flag. Originally committed as revision 14710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts demuxer: ignore PTxx platform ID values.Peter Ross2008-08-12
| | | | Originally committed as revision 14709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support Electronic Arts files containing MPEG2VIDEO.Peter Ross2008-08-12
| | | | Originally committed as revision 14708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MDEC tags to Electronic Arts demuxer.Peter Ross2008-08-10
| | | | Originally committed as revision 14679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Electronic Arts TGV chunk tags to EA demuxer.Peter Ross2008-08-06
| | | | Originally committed as revision 14643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA Demuxer: make rev2 flag optionalPeter Ross2008-07-30
| | | | Originally committed as revision 14474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts CMV demuxerPeter Ross2008-07-08
| | | | Originally committed as revision 14111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix icc warning #188: enumerated type mixed with another typeCarl Eugen Hoyos2008-05-13
| | | | Originally committed as revision 13144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
| | | | Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe more kind of electronic arts filesAurelien Jacobs2007-11-07
| | | | Originally committed as revision 10947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA EACS decoderPeter Ross2007-10-30
| | | | | | original patch by Peter Ross Originally committed as revision 10880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA SEAD decoderPeter Ross2007-10-30
| | | | | | original patch by Peter Ross Originally committed as revision 10879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe files starting with the 1SNh tagAurelien Jacobs2007-10-25
| | | | Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use #define with names starting with _Aurelien Jacobs2007-10-25
| | | | Originally committed as revision 10860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add parsing of 1SNh header in the EA demuxerAurelien Jacobs2007-10-25
| | | | Originally committed as revision 10859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid infinite loop at the end of files which are not properly terminatedAurelien Jacobs2007-10-24
| | | | Originally committed as revision 10857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-24
| | | | | | original patch by Peter Ross Originally committed as revision 10856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert a if() into a switch() to ease addition of new tags to probeAurelien Jacobs2007-10-22
| | | | Originally committed as revision 10843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better check for video track detectionAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip unsupported audio track dataAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if we found an audio track before initializing the audio streamAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute pts according to the audio codecAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bytes per sample in the contextAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix big endian files supportAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse sample rate instead of setting a default oneAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for PCM codecAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check compression_type to assign audio codecAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make compression_type a function local var instead of a context varAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for big_endian encoded headersAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some error processingAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse header chunk in a loop (don't depend on a fixed chunk ordering)Aurelien Jacobs2007-10-18
| | | | Originally committed as revision 10792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add audio and video codec context varsAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better log messageAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move vp6 header parsing into its own functionAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove 2 temporary variablesAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set a default value for num_channelsAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move audio header parsing in its own functionAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10786 to svn://svn.ffmpeg.org/ffmpeg/trunk