60 Commits (9296f5d81acb9b3f8d8870a78ded6e284a1f4f58)

Author SHA1 Message Date
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
Aurelien Jacobs 200f41ad2e compute pts according to the audio codec 17 years ago
Aurelien Jacobs ffbd0bcdb6 set bytes per sample in the context 17 years ago
Aurelien Jacobs 597958ada7 fix big endian files support 17 years ago
Aurelien Jacobs 7816845064 simplify 17 years ago
Aurelien Jacobs 6c867e0463 parse sample rate instead of setting a default one 17 years ago
Aurelien Jacobs fd402a5a63 add support for PCM codec 17 years ago
Aurelien Jacobs 93fa8b2bf5 check compression_type to assign audio codec 17 years ago
Aurelien Jacobs e5d34ab6d0 make compression_type a function local var instead of a context var 17 years ago
Aurelien Jacobs 97e5dcc0f3 add support for big_endian encoded headers 17 years ago
Aurelien Jacobs 2c82386df2 add some error processing 17 years ago
Aurelien Jacobs fa34563b2c cosmetics: indentation 17 years ago
Aurelien Jacobs f8cab062ca parse header chunk in a loop (don't depend on a fixed chunk ordering) 17 years ago
Aurelien Jacobs af704ee420 add audio and video codec context vars 17 years ago
Aurelien Jacobs 080b1c8238 better log message 17 years ago
Aurelien Jacobs f409743084 move vp6 header parsing into its own function 17 years ago
Aurelien Jacobs 3773e5fc1b remove 2 temporary variables 17 years ago
Aurelien Jacobs 9853ce8074 set a default value for num_channels 17 years ago
Aurelien Jacobs 215eb1028d move audio header parsing in its own function 17 years ago
Aurelien Jacobs d51bd73ce6 add a log message 17 years ago
Aurelien Jacobs 1680692a6c fix comment 17 years ago
Aurelien Jacobs 227a388d07 cosmetics: reindent 17 years ago
Aurelien Jacobs d3e412d0cc add support for VP6 in electronicarts demuxer 17 years ago
Aurelien Jacobs c03c4cac82 remove useless &0xFF 17 years ago
Aurelien Jacobs a066c5b7c9 merge declaration and initialization 17 years ago
Aurelien Jacobs df2eef0fef remove unused context vars 17 years ago
Aurelien Jacobs 059baac9c8 remove unused code 17 years ago
Aurelien Jacobs c3527cc973 remove unused tags definition 17 years ago
Aurelien Jacobs 0cf3fbc2ab remove unused close function 17 years ago
Aurelien Jacobs 269b94e346 simplify bitstream reading 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago