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
/
aiffenc.c
Age
Commit message (
Expand
)
Author
2012-04-06
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2011-12-11
lavu: replace int/float punning functions
Mans Rullgard
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-03
Do not include intfloat_readwrite.h in avutil.h
Mans Rullgard
2011-04-03
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-04
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-01
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-02-25
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
Anton Khirnov
2011-02-21
avio: avio: avio_ prefixes for put_* 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ò
2009-10-15
Split up the AIFF muxer and demuxer into separate files.
Justin Ruggles