aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_mpegpes.c
Commit message (Expand)AuthorAge
* ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fdGravatar diego2010-11-02
* ao_mpegpes: Properly close file on error or uninitGravatar reimar2010-11-02
* ao_mpegpes.c: minor simplificationGravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30848Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30557Gravatar Uoti Urpala2010-03-09
|\ \
| | * Drop support for old-style DVB code.Gravatar diego2010-03-02
| | * Mark data argument of my_ao_write() function as const.Gravatar diego2010-02-22
| |/
| * Remove unused variables, fixes the warnings:Gravatar diego2010-02-13
* | Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\|
| * Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * The suboption parser now takes a const options list, so mark them all const.Gravatar reimar2009-09-02
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28862Gravatar Uoti Urpala2009-03-07
|\|
| * Make ao_info_t structs const.Gravatar reimar2009-03-06
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * Add standard license headers.Gravatar diego2009-01-26
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
| * 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.Gravatar diego2008-08-14
* | mpeg ao/vo drivers: Fix packet-writing helper function typesGravatar Uoti Urpala2008-08-12
* | ao_mpegpes: Remove declarations of unused functionsGravatar Uoti Urpala2008-08-12
|/
* Set HAVE_DVB in configure when HAVE_DVB_HEAD is definedGravatar diego2008-08-02
* cosmetics: typo fixesGravatar diego2008-08-02
* typo fix: inited --> initializedGravatar diego2008-02-14
* when :card isn't specified by the user search the first available cardGravatar nicodvb2008-01-02
* ao_mpegpes does not support S16_LE format, do not claim it does!Gravatar reimar2007-09-16
* warning fix:Gravatar diego2007-09-09
* replace calls to perror() with calls to mp_msg()Gravatar ivo2006-08-11
* if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default,...Gravatar nicodvb2006-07-28
* include sys/poll.h only when HAVE_DVB[_HEAD] is setGravatar nicodvb2006-07-28
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de...Gravatar nicodvb2006-07-26
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* removing AFMT_ dependancyGravatar alex2004-12-27
* Make include paths consistent.Gravatar diego2004-12-07
* mp_msg transition of unmaintained audio output drivers.Gravatar ivo2004-09-18
* uninit immed flagGravatar alex2004-04-06
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>Gravatar alex2003-03-21
* 100lGravatar arpi2003-02-12
* hwac3 fixGravatar arpi2003-02-03
* DVB-HEAD (aka. NEWSTRUCT) detection & supportGravatar arpi2002-12-28
* 10lGravatar arpi2002-10-06
* - init fails if no -vo mpegpesGravatar arpi2002-10-06
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* added needed errno.hGravatar alex2002-08-30
* mp_msg'izedGravatar alex2002-08-30