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
/
libavdevice
/
alsa-audio-dec.c
Age
Commit message (
Expand
)
Author
2011-12-01
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-10-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-13
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-09-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-24
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
Diego Biurrun
2011-08-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-15
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-08-10
alsa: remove too unused variables.
Clément Bœsch
2011-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-02
ALSA demuxer: use av_gettime and a timefilter.
Nicolas George
2011-07-01
ALSA: fix use of period_size.
Nicolas George
2011-05-27
lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h
Stefano Sabatini
2011-05-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-25
lavf: deprecate AVFormatParameters.{channels,sample_rate}.
Anton Khirnov
2011-05-25
ALSA: add channels and sample_rate private options.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-28
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
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-01-28
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.
Jai Menon
2009-11-29
Include alsa headers before the internal FFmpeg headers.
Matthieu Castet
2009-11-29
consistency with other files: av_cold static ---> static av_cold
Ivo van Poorten
2009-04-14
Fix icc warning #188: enumerated type mixed with another type.
Carl Eugen Hoyos
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-26
Add ALSA support in libavdevice.
Nicolas George