summaryrefslogtreecommitdiff
path: root/libavformat/beosaudio.cpp
Commit message (Collapse)AuthorAge
* minor compilation fixSam Hocevar2005-08-11
| | | | | | | | 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-13
| | | | Originally committed as revision 2269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup; BSoundRecorder moved to Experimental namespaceFrançois Revol2003-06-15
| | | | 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-18
| | | | 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-27
| | | | | | | | 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-27
| | | | Originally committed as revision 1712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup; unused pipe() stuff removed.François Revol2003-03-27
| | | | 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-13
| | | | 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-23
| | | | Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk