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
/
libavdevice
/
alsa-audio-dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavd/alsa: implement get_device_list callbacks
Lukasz Marek
2014-11-01
1
-0
/
+6
*
lavd: add categories to device implementations
Lukasz Marek
2014-03-03
1
-0
/
+1
*
avformat/avdevice: add missing time.h includes
Michael Niedermayer
2013-03-12
1
-0
/
+1
*
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-2
/
+2
|
\
|
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-2
/
+2
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
|
alsa: fix timefilter usage.
Nicolas George
2012-03-05
1
-1
/
+2
*
|
timefilter: internally compute feedback factors.
Nicolas George
2012-03-05
1
-3
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-28
1
-2
/
+1
|
\
\
|
|
/
|
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-2
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-01
1
-1
/
+2
|
\
\
|
|
/
|
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-20
1
-1
/
+1
|
\
\
|
|
/
|
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-13
1
-2
/
+2
|
\
\
|
|
/
|
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-24
1
-9
/
+8
|
\
\
|
|
/
|
*
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
Diego Biurrun
2011-09-24
1
-9
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-15
1
-8
/
+0
|
\
\
|
|
/
|
*
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-08-15
1
-8
/
+0
*
|
alsa: remove too unused variables.
Clément Bœsch
2011-08-10
1
-2
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
1
-0
/
+1
|
\
\
|
|
/
*
|
ALSA demuxer: use av_gettime and a timefilter.
Nicolas George
2011-07-02
1
-31
/
+13
*
|
ALSA: fix use of period_size.
Nicolas George
2011-07-01
1
-2
/
+2
*
|
lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h
Stefano Sabatini
2011-05-27
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-26
1
-15
/
+24
|
\
\
|
|
/
|
*
lavf: deprecate AVFormatParameters.{channels,sample_rate}.
Anton Khirnov
2011-05-25
1
-0
/
+2
|
*
ALSA: add channels and sample_rate private options.
Anton Khirnov
2011-05-25
1
-15
/
+22
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
|
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-28
1
-1
/
+1
|
/
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.
Jai Menon
2010-01-28
1
-1
/
+1
*
Include alsa headers before the internal FFmpeg headers.
Matthieu Castet
2009-11-29
1
-1
/
+1
*
consistency with other files: av_cold static ---> static av_cold
Ivo van Poorten
2009-11-29
1
-1
/
+1
*
Fix icc warning #188: enumerated type mixed with another type.
Carl Eugen Hoyos
2009-04-14
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Add ALSA support in libavdevice.
Nicolas George
2009-01-26
1
-0
/
+175