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
2010-07-10
Add av_ prefix to bswap macros
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-01-10
Use enum CodecID where appropriate.
Carl Eugen Hoyos
2010-01-10
do not create Electronic Arts audio stream when unsupported revision2 audio c...
Peter Ross
2009-09-17
Slightly improve probe for ea format by checking that it is possible to
Reimar Döffinger
2009-06-13
Electronic Arts demuxer: support Madcow video tag
Peter Ross
2009-04-16
Remove unused audio_pts field from ea demuxer struct
Reimar Döffinger
2009-04-12
Move ea demuxer messages that are irrelevant to ordinary users from
Reimar Döffinger
2009-04-11
Reindent
Reimar Döffinger
2009-04-11
Make electronicarts demuxer return partial frames, this is the default
Reimar Döffinger
2009-02-11
Add av_uninit macro to variable to avoid false positive warning:
Diego Biurrun
2009-02-05
Electronic Arts demuxer: support TQI video tag
Peter Ross
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
[next]