aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* ao_coreaudio: byteswap AC-3 streams on little-endianGravatar diego2010-11-02
* vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.hGravatar diego2010-11-02
* vo_v4l2: Move v4l2_fd extern declaration to vo_v4l2.hGravatar diego2010-11-02
* ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fdGravatar diego2010-11-02
* ao_coreaudio: fix grammar/spelling in mp_msg callsGravatar diego2010-11-02
* spelling fixesGravatar siretart2010-11-02
* ao_mpegpes: Properly close file on error or uninitGravatar reimar2010-11-02
* ao_mpegpes.c: minor simplificationGravatar reimar2010-11-02
* ao_coreaudio: Improve handling of the "help" suboptionGravatar adrian2010-11-02
* ao_coreaudio: Remove some unused variablesGravatar diego2010-11-02
* ao_coreaudio: Process the CoreFoundation runloopGravatar adrian2010-11-02
* ao_coreaudio: Refactor device selectionGravatar adrian2010-11-02
* ao_coreaudio: use same types as coreaudio APIGravatar adrian2010-11-02
* ao_coreaudio: replace deprecated functions with OSX 10.4 onesGravatar adrian2010-11-02
* ao_coreaudio: Fix printf specifiersGravatar adrian2010-11-02
* ao_pcm: Remove some disabled and pointless codeGravatar reimar2010-11-02
* ao_ivtv: Add header for ivtv_write() instead of forward declaring itGravatar diego2010-11-02
* ao_jack: increase maximum allowed channels from 6 to 8.Gravatar tack2010-11-02
* Merge svn changes up to r31189Gravatar Uoti Urpala2010-05-30
|\
| * Change WAV header updating in ao_pcm to allow to up to almost 4GB size.Gravatar reimar2010-05-21
* | Merge svn changes up to r30907Gravatar Uoti Urpala2010-04-26
|\|
| * Include libavutil/avutil.h for FFMINGravatar komh2010-03-10
* | 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 r30748Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30732Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30694Gravatar Uoti Urpala2010-03-10
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\ \ \ \ \
* \ \ \ \ \ Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge svn changes up to r30557Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge svn changes up to r30502Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge svn changes up to r30484Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
| | | | | | | | | | * Drop support for old-style DVB code.Gravatar diego2010-03-02
| | | | | | | | | |/
| | | | | | | | | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| | | | | | | | |/
| | | | | | | | * Mark theRenderProc() as static, it is only used within the file.Gravatar diego2010-02-23
| | | | | | | | * Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheaderGravatar tack2010-02-22
| | | | | | | | * Mark data argument of my_ao_write() function as const.Gravatar diego2010-02-22
| | | | | | | |/
| | | | | | | * Add header for v4l2_write() instead of forward declaring it.Gravatar diego2010-02-21
| | | | | | | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| | | | | | |/
| | | | | | * Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
| | | | | |/
| | | | | * Mark some more functions that are not used outside of their files as static.Gravatar diego2010-02-18
| | | | | * Fix exit_player() usage throughout the codebase.Gravatar diego2010-02-14
| | | | |/
| | | | * Remove unused variables, fixes the warnings:Gravatar diego2010-02-13
| | | |/
| | | * Audio buffer is too large so that it takes too long time to respond to audioGravatar komh2010-02-04
| | |/
| | * Add OS/2 KAI audio driver supportGravatar komh2010-02-01
| |/
| * Explain why we still disable the ALSA resampler even though it is probablyGravatar reimar2010-01-28
* | Merge svn changes up to r30448Gravatar Uoti Urpala2010-01-28
|\|
| * Declare variable closer to where it is used.Gravatar reimar2010-01-27