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
/
oss_audio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Define macro AV_NE() and use it in libavdevice.
Stefano Sabatini
2010-08-17
1
-5
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =
Stefano Sabatini
2010-03-25
1
-1
/
+1
*
Indent.
Ramiro Polla
2010-02-21
1
-1
/
+1
*
Do not invent error codes but pass the error code on.
Michael Niedermayer
2009-11-27
1
-2
/
+2
*
Replace very odd and completely broken oss read_packet() by the obvious way to
Michael Niedermayer
2009-11-27
1
-24
/
+5
*
Do not do free AVStream in case of error, this is not supposed to be
Vitor Sessak
2009-09-12
1
-1
/
+0
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-2
/
+2
*
Make the configure script select the input/output devices using
Stefano Sabatini
2009-06-29
1
-2
/
+2
*
Rename audio.c to oss_audio.c in libavdevice.
Benoit Fouet
2009-01-21
1
-0
/
+349