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
/
libavformat
/
audio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix oss audio playback, broken since r7983, pass AVFormatContext filename to ...
Baptiste Coudurier
2007-04-27
1
-1
/
+1
*
implement new grabbing interface, as described here:
Ramiro Polla
2007-02-14
1
-9
/
+1
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-1
/
+1
*
#include detected soundcard.h instead of testing for OpenBSD
Måns Rullgård
2007-02-10
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-9
/
+6
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
simplify AVFormatParameters NULL checks
Michael Niedermayer
2006-03-11
1
-1
/
+1
*
video4linux2 input support
Luca Abeni
2006-02-01
1
-3
/
+3
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-4
/
+4
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-6
/
+6
*
OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)
Jacob Meuser
2005-05-09
1
-0
/
+8
*
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-06-19
1
-8
/
+8
*
A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)
Luca Abeni
2004-06-18
1
-0
/
+1
*
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-29
1
-2
/
+3
*
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
Michael Niedermayer
2004-05-21
1
-1
/
+1
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2004-03-03
1
-1
/
+1
*
64 bit pts for writing - more const usage
Fabrice Bellard
2003-09-10
1
-1
/
+1
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-2
/
+2
*
Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This
Philip Gladstone
2003-02-05
1
-0
/
+12
*
grab device is in AVFormatParameter (at least better than global variable)
Fabrice Bellard
2003-01-23
1
-5
/
+6
*
renamed libav to libavformat
Fabrice Bellard
2002-11-25
1
-0
/
+330