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
/
eacdata.c
Age
Commit message (
Expand
)
Author
2011-07-17
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-04-25
Set channel layout for 4 and 5.1 channel cdata audio files
Peter Ross
2011-04-24
EA cdata demuxer: support files with 20 byte header
Peter Ross
2011-04-24
EA cdata demuxer: support 6 channel files
Peter Ross
2011-04-24
EA cdata demuxer: set codec->sample_fmt
Peter Ross
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-01
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-02-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-27
eacdata: fix a memleak, return partial packets and use proper return values.
Reimar Döffinger
2010-01-09
update my email address
Peter Ross
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-03
add support for demuxing Electronic Arts .cdata files
Aurelien Jacobs