2010-09-11 |
diego |
Add explanatory comment for video_out.h #inclusion in libao2/.
|
2010-09-11 |
diego |
Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.
|
2010-09-08 |
diego |
Add proper include instead of declaring the vo_pts variable extern.
|
2010-07-30 |
reimar |
Properly close file on error or uninit.
|
2010-07-30 |
reimar |
Avoid code duplication, use the generate file name instead of generating it twice.
|
2010-05-25 |
diego |
Remove unused forward declarations.
|
2010-03-02 |
diego |
Drop support for old-style DVB code.
|
2010-02-22 |
diego |
Mark data argument of my_ao_write() function as const.
|
2010-02-13 |
diego |
Remove unused variables, fixes the warnings:
|
2010-01-11 |
reimar |
Add support for distinguishing between little- and big-endian SPDIF AC3
|
2009-09-02 |
reimar |
The suboption parser now takes a const options list, so mark them all const.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-03-06 |
reimar |
Make ao_info_t structs const.
|
2009-01-26 |
diego |
Add standard license headers.
|
2008-08-14 |
diego |
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
|
2008-08-14 |
diego |
100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.
|
2008-08-02 |
diego |
Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
|
2008-08-02 |
diego |
cosmetics: typo fixes
|
2008-02-14 |
diego |
typo fix: inited --> initialized
|
2008-01-02 |
nicodvb |
when :card isn't specified by the user search the first available card
|
2007-09-16 |
reimar |
ao_mpegpes does not support S16_LE format, do not claim it does!
|
2007-09-09 |
diego |
warning fix:
|
2006-08-11 |
ivo |
replace calls to perror() with calls to mp_msg()
|
2006-07-28 |
nicodvb |
if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default, fail instead
|
2006-07-28 |
nicodvb |
include sys/poll.h only when HAVE_DVB[_HEAD] is set
|
2006-07-26 |
nicodvb |
split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the devices can be used separately
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2004-12-27 |
alex |
removing AFMT_ dependancy
|
2004-12-07 |
diego |
Make include paths consistent.
|
2004-09-18 |
ivo |
mp_msg transition of unmaintained audio output drivers.
|
2004-04-06 |
alex |
uninit immed flag
|
2003-03-21 |
alex |
64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>
|
2003-02-12 |
arpi |
100l
|
2003-02-03 |
arpi |
hwac3 fix
|
2002-12-28 |
arpi |
DVB-HEAD (aka. NEWSTRUCT) detection & support
|
2002-10-06 |
arpi |
10l
|
2002-10-06 |
arpi |
- init fails if no -vo mpegpes
|
2002-09-22 |
arpi |
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
|
2002-08-30 |
alex |
added needed errno.h
|
2002-08-30 |
alex |
mp_msg'ized
|
2002-07-31 |
rfelker |
no need for ioctl.h if not using dvb
|
2002-03-13 |
arpi |
10l - config.h should be included...
|
2002-02-21 |
arpi |
compilation fixed
|
2002-02-21 |
anders |
Moved HW dependent mixer stuff to libao and removed master switch
|
2002-01-24 |
arpi |
freq fix, removed muxer delay
|
2002-01-22 |
arpi |
10l, debug printf removed
|
2002-01-22 |
arpi |
passing samplerate to LPCM writer - 44, 32 and 96khz are also supported from now
|
2001-11-24 |
anders |
interface to libao2 changed ao_plugin added
|
2001-11-05 |
arpi |
ao_mpegpes
|