92 Commits (f4096bf6eeddc605457192476dbbf110d4cc6140)

Author SHA1 Message Date
Peter Ross 1c4ac03530 electronicarts: prevent endless loop opportunity in process_audio_header_elements() 14 years ago
Peter Ross 74093bb593 revert r26302 14 years ago
Peter Ross e19e051e56 electronicarts: prevent endless loop opportunity in process_audio_header_elements() 14 years ago
Peter Ross 42396c2e67 electronicarts: only apply audio sanity checks when audio stream is present 14 years ago
Daniel Kang cb77dad724 perform sanity check on sample rate in electronicarts demuxer 14 years ago
Daniel Kang 4da766ce65 perform sanity check on number of channels in electronicarts demuxer 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Carl Eugen Hoyos e6a9dd6a7d Use enum CodecID where appropriate. 15 years ago
Peter Ross add5badbc1 do not create Electronic Arts audio stream when unsupported revision2 audio codec is present [issue1516] 15 years ago
Reimar Döffinger 892d7e78ef Slightly improve probe for ea format by checking that it is possible to 15 years ago
Peter Ross eacfe8581d Electronic Arts demuxer: support Madcow video tag 15 years ago
Reimar Döffinger c3481d18b4 Remove unused audio_pts field from ea demuxer struct 16 years ago
Reimar Döffinger c96495e75c Move ea demuxer messages that are irrelevant to ordinary users from 16 years ago
Reimar Döffinger 46e97dc3c2 Reindent 16 years ago
Reimar Döffinger f772b7fa7d Make electronicarts demuxer return partial frames, this is the default 16 years ago
Diego Biurrun b57ac115ae Add av_uninit macro to variable to avoid false positive warning: 16 years ago
Peter Ross 468d298d0c Electronic Arts demuxer: support TQI video tag 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Peter Ross d2299316ce Electronic Arts demuxer: support TGQ video tags 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Peter Ross fc7ed9a6f6 Support Electronic Arts files containing MP3 audio. 16 years ago
Peter Ross ebc22cc29f Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game. 16 years ago
Peter Ross 6819af8245 Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag. 16 years ago
Peter Ross a07f117804 Electronic Arts demuxer: ignore PTxx platform ID values. 16 years ago
Peter Ross d3302b7011 Support Electronic Arts files containing MPEG2VIDEO. 16 years ago
Peter Ross d9d9a8c028 Add MDEC tags to Electronic Arts demuxer. 16 years ago
Peter Ross bbf020e977 Add Electronic Arts TGV chunk tags to EA demuxer. 16 years ago
Peter Ross af8ed96f45 EA Demuxer: make rev2 flag optional 16 years ago
Peter Ross b2f181c270 Electronic Arts CMV demuxer 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Carl Eugen Hoyos 696c30688b Fix icc warning #188: enumerated type mixed with another type 17 years ago
Aurelien Jacobs 725d86bfd5 add pcm_s16le_planar support for electronicarts files 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Aurelien Jacobs 968fc6b96a probe more kind of electronic arts files 17 years ago
Peter Ross fac84d3c18 EA IMA EACS decoder 17 years ago
Peter Ross 7bb65d8964 EA IMA SEAD decoder 17 years ago
Aurelien Jacobs 97e6ee2064 probe files starting with the 1SNh tag 17 years ago
Aurelien Jacobs 94e8c227ba don't use #define with names starting with _ 17 years ago
Aurelien Jacobs 98168220b0 add parsing of 1SNh header in the EA demuxer 17 years ago
Aurelien Jacobs 446263879b avoid infinite loop at the end of files which are not properly terminated 17 years ago
Peter Ross e758396268 EA ADPCM R1, R2 and R3 decoder 17 years ago
Aurelien Jacobs 39fe9d79ad convert a if() into a switch() to ease addition of new tags to probe 17 years ago
Aurelien Jacobs ab89dbd43e better check for video track detection 17 years ago
Aurelien Jacobs 018d0ff973 skip unsupported audio track data 17 years ago
Aurelien Jacobs a2c9473d96 cosmetics: indentation 17 years ago
Aurelien Jacobs c611463fe4 check if we found an audio track before initializing the audio stream 17 years ago