index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
electronicarts.c
Age
Commit message (
Expand
)
Author
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-11-08
Electronic Arts demuxer: support TGQ video tags
Peter Ross
2008-09-08
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-08-18
Support Electronic Arts files containing MP3 audio.
Peter Ross
2008-08-12
Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pr...
Peter Ross
2008-08-12
Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using re...
Peter Ross
2008-08-12
Electronic Arts demuxer: ignore PTxx platform ID values.
Peter Ross
2008-08-12
Support Electronic Arts files containing MPEG2VIDEO.
Peter Ross
2008-08-10
Add MDEC tags to Electronic Arts demuxer.
Peter Ross
2008-08-06
Add Electronic Arts TGV chunk tags to EA demuxer.
Peter Ross
2008-07-30
EA Demuxer: make rev2 flag optional
Peter Ross
2008-07-08
Electronic Arts CMV demuxer
Peter Ross
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-13
Fix icc warning #188: enumerated type mixed with another type
Carl Eugen Hoyos
2007-11-25
add pcm_s16le_planar support for electronicarts files
Aurelien Jacobs
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-07
probe more kind of electronic arts files
Aurelien Jacobs
2007-10-30
EA IMA EACS decoder
Peter Ross
2007-10-30
EA IMA SEAD decoder
Peter Ross
2007-10-25
probe files starting with the 1SNh tag
Aurelien Jacobs
2007-10-25
don't use #define with names starting with _
Aurelien Jacobs
2007-10-25
add parsing of 1SNh header in the EA demuxer
Aurelien Jacobs
2007-10-24
avoid infinite loop at the end of files which are not properly terminated
Aurelien Jacobs
2007-10-24
EA ADPCM R1, R2 and R3 decoder
Peter Ross
2007-10-22
convert a if() into a switch() to ease addition of new tags to probe
Aurelien Jacobs
2007-10-18
better check for video track detection
Aurelien Jacobs
2007-10-18
skip unsupported audio track data
Aurelien Jacobs
2007-10-18
cosmetics: indentation
Aurelien Jacobs
2007-10-18
check if we found an audio track before initializing the audio stream
Aurelien Jacobs
2007-10-18
compute pts according to the audio codec
Aurelien Jacobs
2007-10-18
set bytes per sample in the context
Aurelien Jacobs
2007-10-18
fix big endian files support
Aurelien Jacobs
2007-10-18
simplify
Aurelien Jacobs
2007-10-18
parse sample rate instead of setting a default one
Aurelien Jacobs
2007-10-18
add support for PCM codec
Aurelien Jacobs
2007-10-18
check compression_type to assign audio codec
Aurelien Jacobs
2007-10-18
make compression_type a function local var instead of a context var
Aurelien Jacobs
2007-10-18
add support for big_endian encoded headers
Aurelien Jacobs
2007-10-18
add some error processing
Aurelien Jacobs
2007-10-18
cosmetics: indentation
Aurelien Jacobs
2007-10-18
parse header chunk in a loop (don't depend on a fixed chunk ordering)
Aurelien Jacobs
2007-10-18
add audio and video codec context vars
Aurelien Jacobs
2007-10-18
better log message
Aurelien Jacobs
2007-10-18
move vp6 header parsing into its own function
Aurelien Jacobs
2007-10-18
remove 2 temporary variables
Aurelien Jacobs
2007-10-18
set a default value for num_channels
Aurelien Jacobs
2007-10-18
move audio header parsing in its own function
Aurelien Jacobs
2007-10-18
add a log message
Aurelien Jacobs
2007-10-18
fix comment
Aurelien Jacobs
[next]