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
/
audio.c
Age
Commit message (
Expand
)
Author
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-03-11
simplify AVFormatParameters NULL checks
Michael Niedermayer
2006-02-01
video4linux2 input support
Luca Abeni
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-05-09
OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)
Jacob Meuser
2004-06-19
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-06-18
A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)
Luca Abeni
2004-05-29
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-21
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
Michael Niedermayer
2004-03-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-09-10
64 bit pts for writing - more const usage
Fabrice Bellard
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-05
Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This
Philip Gladstone
2003-01-23
grab device is in AVFormatParameter (at least better than global variable)
Fabrice Bellard
2002-11-25
renamed libav to libavformat
Fabrice Bellard