index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
electronicarts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-9
/
+9
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
1
-2
/
+2
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-1
/
+1
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-7
/
+7
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-5
/
+5
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-22
/
+22
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-8
/
+8
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
electronicarts: prevent endless loop opportunity in process_audio_header_elem...
Peter Ross
2011-01-11
1
-2
/
+2
*
revert r26302
Peter Ross
2011-01-10
1
-2
/
+0
*
electronicarts: prevent endless loop opportunity in process_audio_header_elem...
Peter Ross
2011-01-10
1
-0
/
+2
*
electronicarts: only apply audio sanity checks when audio stream is present
Peter Ross
2011-01-10
1
-10
/
+11
*
perform sanity check on sample rate in electronicarts demuxer
Daniel Kang
2011-01-10
1
-0
/
+5
*
perform sanity check on number of channels in electronicarts demuxer
Daniel Kang
2011-01-10
1
-0
/
+5
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-2
/
+2
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Use enum CodecID where appropriate.
Carl Eugen Hoyos
2010-01-10
1
-1
/
+1
*
do not create Electronic Arts audio stream when unsupported revision2 audio c...
Peter Ross
2010-01-10
1
-0
/
+1
*
Slightly improve probe for ea format by checking that it is possible to
Reimar Döffinger
2009-09-17
1
-2
/
+6
*
Electronic Arts demuxer: support Madcow video tag
Peter Ross
2009-06-13
1
-0
/
+9
*
Remove unused audio_pts field from ea demuxer struct
Reimar Döffinger
2009-04-16
1
-2
/
+0
*
Move ea demuxer messages that are irrelevant to ordinary users from
Reimar Döffinger
2009-04-12
1
-13
/
+13
*
Reindent
Reimar Döffinger
2009-04-11
1
-22
/
+22
*
Make electronicarts demuxer return partial frames, this is the default
Reimar Döffinger
2009-04-11
1
-8
/
+4
*
Add av_uninit macro to variable to avoid false positive warning:
Diego Biurrun
2009-02-11
1
-1
/
+1
*
Electronic Arts demuxer: support TQI video tag
Peter Ross
2009-02-05
1
-0
/
+6
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
Electronic Arts demuxer: support TGQ video tags
Peter Ross
2008-11-08
1
-0
/
+9
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-3
/
+3
*
Support Electronic Arts files containing MP3 audio.
Peter Ross
2008-08-18
1
-2
/
+10
*
Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pr...
Peter Ross
2008-08-12
1
-0
/
+7
*
Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using re...
Peter Ross
2008-08-12
1
-0
/
+1
*
Electronic Arts demuxer: ignore PTxx platform ID values.
Peter Ross
2008-08-12
1
-1
/
+1
*
Support Electronic Arts files containing MPEG2VIDEO.
Peter Ross
2008-08-12
1
-0
/
+5
*
Add MDEC tags to Electronic Arts demuxer.
Peter Ross
2008-08-10
1
-0
/
+25
*
Add Electronic Arts TGV chunk tags to EA demuxer.
Peter Ross
2008-08-06
1
-0
/
+8
*
EA Demuxer: make rev2 flag optional
Peter Ross
2008-07-30
1
-0
/
+1
*
Electronic Arts CMV demuxer
Peter Ross
2008-07-08
1
-0
/
+15
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Fix icc warning #188: enumerated type mixed with another type
Carl Eugen Hoyos
2008-05-13
1
-2
/
+2
*
add pcm_s16le_planar support for electronicarts files
Aurelien Jacobs
2007-11-25
1
-1
/
+15
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-6
/
+6
*
probe more kind of electronic arts files
Aurelien Jacobs
2007-11-07
1
-0
/
+8
*
EA IMA EACS decoder
Peter Ross
2007-10-30
1
-0
/
+1
*
EA IMA SEAD decoder
Peter Ross
2007-10-30
1
-0
/
+27
*
probe files starting with the 1SNh tag
Aurelien Jacobs
2007-10-25
1
-0
/
+1
[next]