aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/beosaudio.cpp
Commit message (Collapse)AuthorAgeFilesLines
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor compilation fixSam Hocevar2005-08-111-6/+6
| | | | | | | | A few files are not in sync with the change of AVStream's codec member from inline struct to pointer. patch by (Sam Hocevar: sam, zoy org) Originally committed as revision 4505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64 bit pts for writing - more const usage (don't forget me !)François Revol2003-09-131-1/+1
| | | | Originally committed as revision 2269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup; BSoundRecorder moved to Experimental namespaceFrançois Revol2003-06-151-4/+1
| | | | Originally committed as revision 1960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add latency check, the Media Kit shoul repport it, but this seems broken.François Revol2003-04-181-0/+11
| | | | Originally committed as revision 1789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the media node now won't connect itself to the default audio input with -ad ↵François Revol2003-03-271-4/+10
| | | | | | | | wait: (allows redirecting another node to it) Originally committed as revision 1713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* experimental BeOS audio input support. (needs unreleased library)François Revol2003-03-271-26/+110
| | | | Originally committed as revision 1712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup; unused pipe() stuff removed.François Revol2003-03-271-82/+1
| | | | Originally committed as revision 1711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like this one was forgotten in the INT -> int_t moveFrançois Revol2003-02-131-2/+2
| | | | Originally committed as revision 1584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-231-3/+0
| | | | Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+449
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk