| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove old demuxers | wm4 | 2013-07-07 | 1 | -0/+2 |
* | ao_jack: allow more control about channel layouts | wm4 | 2013-07-07 | 2 | -1/+22 |
* | ao_jack: increase buffer size, always round up buffer size | wm4 | 2013-07-06 | 1 | -2/+2 |
* | ao_wasapi0: add new wasapi event mode ao | Jonathan Yong | 2013-06-18 | 2 | -0/+844 |
* | ao_dsound: fix compilation | wm4 | 2013-06-16 | 1 | -0/+2 |
* | audio/out: remove ao->outburst/buffersize fields | wm4 | 2013-06-16 | 12 | -73/+64 |
* | audio/out: don't require AOs to set ao->bps | wm4 | 2013-06-16 | 9 | -40/+28 |
* | audio: fix af_fmt_seconds_to_bytes | Stefano Pigozzi | 2013-06-16 | 4 | -8/+13 |
* | audio/out: remove wrapper for old AOs | wm4 | 2013-06-16 | 3 | -130/+0 |
* | ao_jack: use mp_ring | Stefano Pigozzi | 2013-06-16 | 1 | -31/+12 |
* | ao_portaudio: use mp_ring | Stefano Pigozzi | 2013-06-16 | 2 | -57/+15 |
* | core: add a spsc ringbuffer implementation | Stefano Pigozzi | 2013-06-16 | 5 | -164/+33 |
* | ao_coreaudio: fix output with spdif | Stefano Pigozzi | 2013-06-16 | 1 | -5/+4 |
* | ao_coreaudio: split ringbuffer in it's own file | Stefano Pigozzi | 2013-06-16 | 3 | -73/+159 |
* | ao_coreaudio: move to new libao API | Stefano Pigozzi | 2013-06-16 | 1 | -310/+339 |
* | ao_coreaudio: uncrustify | Stefano Pigozzi | 2013-06-16 | 1 | -491/+553 |
* | encode_lavc strings: use new option syntax | Rudolf Polzer | 2013-06-16 | 1 | -1/+1 |
* | options: remove --stereo | wm4 | 2013-06-13 | 2 | -14/+1 |
* | ao_oss: fix compilation on BSD | wm4 | 2013-06-11 | 1 | -2/+3 |
* | core: make options.c compile standalone | wm4 | 2013-06-08 | 1 | -0/+2 |
* | ao_jack: remove global variables | wm4 | 2013-06-07 | 1 | -71/+79 |
* | ao_jack: align data sizes on audio frame size | wm4 | 2013-06-07 | 1 | -5/+5 |
* | ao_jack: switch to new AO API | wm4 | 2013-06-07 | 1 | -62/+62 |
* | ao_jack: uncrustify | wm4 | 2013-06-07 | 1 | -211/+236 |
* | ao_oss: remove duplicated format info | wm4 | 2013-06-07 | 1 | -50/+27 |
* | ao_oss: remove global variables | wm4 | 2013-06-07 | 1 | -80/+104 |
* | ao_oss: switch to new AO API | wm4 | 2013-06-07 | 1 | -128/+117 |
* | ao_oss: uncrustify | wm4 | 2013-06-07 | 1 | -298/+334 |
* | ao_openal: switch to new AO API | wm4 | 2013-06-04 | 1 | -52/+66 |
* | ao_openal: uncrustify | wm4 | 2013-06-04 | 1 | -172/+185 |
* | ao_jack: add (no-)connect suboption | reimar | 2013-06-04 | 1 | -11/+17 |
* | ao_dsound: remove global variables | wm4 | 2013-06-04 | 1 | -100/+129 |
* | ao_dsound: switch to new AO API | wm4 | 2013-06-04 | 1 | -61/+70 |
* | ao_dsound: uncrustify | wm4 | 2013-06-04 | 1 | -339/+375 |
* | core: add common function to initialize AVPacket | wm4 | 2013-06-03 | 1 | -5/+2 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 5 | -7/+7 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 3 | -16/+16 |
* | ao_alsa: always unset ALSA error handler, cleanup on init error | wm4 | 2013-05-26 | 1 | -8/+9 |
* | af_lavfi: add libavfilter bridge | wm4 | 2013-05-23 | 2 | -0/+310 |
* | chmap: fix oddity due to ambiguous 6.1 ffmpeg channel layout | wm4 | 2013-05-13 | 1 | -2/+3 |
* | audio: fix ALSA 4 channel surround output | wm4 | 2013-05-13 | 2 | -2/+4 |
* | af_lavrresample: fix inverted condition | wm4 | 2013-05-13 | 1 | -1/+1 |
* | audio: fix compilation with older libavresample versions | wm4 | 2013-05-13 | 3 | -1/+68 |
* | ao_coreaudio: fix switched parameters | wm4 | 2013-05-12 | 1 | -1/+1 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 62 | -3498/+3143 |
|\ |
|
| * | af: improve filter chain setup retry limit | wm4 | 2013-05-12 | 1 | -1/+10 |
| * | audio: add double sample format | wm4 | 2013-05-12 | 3 | -14/+12 |
| * | ao_alsa: set fallback if format unknown | wm4 | 2013-05-12 | 1 | -4/+6 |
| * | audio/out: channel map selection | wm4 | 2013-05-12 | 14 | -68/+114 |
| * | audio: add channel map selection function | wm4 | 2013-05-12 | 7 | -20/+297 |
| * | ao_pulse: move format setup code | wm4 | 2013-05-12 | 1 | -27/+27 |
| * | af_lavrresample: avoid channel reordering with unknown layouts | wm4 | 2013-05-12 | 1 | -8/+24 |
| * | ao_openal: use channel map instead of ALSA fixed layout | wm4 | 2013-05-12 | 1 | -10/+31 |
| * | audio/filters: add af_force | wm4 | 2013-05-12 | 4 | -0/+155 |
| * | ao: remove ao_driver.is_new field | wm4 | 2013-05-12 | 9 | -9/+0 |
| * | ao_alsa: remove global variables | wm4 | 2013-05-12 | 1 | -110/+116 |
| * | ao_alsa: switch to new AO API | wm4 | 2013-05-12 | 1 | -39/+54 |
| * | af_ladspa: code cleanup | eng | 2013-05-12 | 1 | -15/+17 |
| * | audio: print channel map additionally to channel count on terminal | wm4 | 2013-05-12 | 4 | -19/+31 |
| * | ao_alsa: map to exact channel layout | wm4 | 2013-05-12 | 1 | -38/+48 |
| * | ao_alsa: move format lookup into separate function | wm4 | 2013-05-12 | 1 | -58/+36 |
| * | ao_alsa: more reformat | wm4 | 2013-05-12 | 1 | -118/+113 |
| * | af: print filter chain info on error | wm4 | 2013-05-12 | 1 | -15/+16 |
| * | ao_alsa: cosmetics, macro-fy error reporting | wm4 | 2013-05-12 | 1 | -321/+181 |
| * | ao_alsa: uncrustify | wm4 | 2013-05-12 | 1 | -623/+717 |
| * | ad_lavc: force channel layout pass-through with demux_rawaudio | wm4 | 2013-05-12 | 1 | -2/+11 |
| * | ao_coreaudio: switch to WAVEEXT channel order | wm4 | 2013-05-12 | 1 | -2/+1 |
| * | ao_pulse: try to set correct channel layout | wm4 | 2013-05-12 | 1 | -2/+54 |
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 4 | -21/+34 |
| * | reorder_ch: remove old channel reorder functions | wm4 | 2013-05-12 | 4 | -1497/+0 |
| * | audio: let libavresample do channel reordering | wm4 | 2013-05-12 | 1 | -3/+49 |
| * | af_lavrresample: context is always allocated here | wm4 | 2013-05-12 | 1 | -2/+1 |
| * | audio/out: switch to channel map | wm4 | 2013-05-12 | 19 | -235/+158 |
| * | af_pan: set unknown channel layout for output | wm4 | 2013-05-12 | 1 | -2/+11 |
| * | af: use mp_chmap for mp_audio, include channel map in format negotiation | wm4 | 2013-05-12 | 12 | -57/+64 |
| * | audio: add some setters for mp_audio, and require filters to use them | wm4 | 2013-05-12 | 28 | -178/+166 |
| * | audio: add channel map API | wm4 | 2013-05-12 | 3 | -3/+613 |
| * | audio/filter: remove unused AF_CONTROLs | wm4 | 2013-05-12 | 7 | -213/+1 |
| * | options: add option to prevent decoder audio downmixing | wm4 | 2013-04-13 | 1 | -3/+24 |
| * | af: fix negotiation endless loop | wm4 | 2013-04-13 | 1 | -3/+2 |
| * | af: streamline format negotiation | wm4 | 2013-04-13 | 3 | -167/+210 |
| * | af_lavrresample: add no-detach suboption | wm4 | 2013-04-13 | 1 | -1/+6 |
| * | options: remove --af-adv | wm4 | 2013-04-13 | 3 | -23/+1 |
| * | af: remove accuracy option | wm4 | 2013-04-13 | 1 | -15/+4 |
| * | af: remove force option | wm4 | 2013-04-13 | 1 | -64/+49 |
| * | audio: remove float processing option | wm4 | 2013-04-13 | 5 | -30/+5 |
| * | audio: switch to libavcodec channel order, use libavresample for mixing | wm4 | 2013-04-13 | 5 | -44/+44 |
| * | ao_alsa: reorder channels from internal to alsa order | wm4 | 2013-04-13 | 1 | -0/+6 |
| * | af: simplification | wm4 | 2013-04-13 | 1 | -35/+20 |
| * | af: factor channel filter insertion | wm4 | 2013-04-13 | 1 | -30/+45 |
| * | af: use af_lavrresample for format conversions, if possible | wm4 | 2013-04-13 | 4 | -45/+111 |
| * | af: remove automatically inserted filters on full reinit | wm4 | 2013-04-13 | 2 | -31/+44 |
| * | af_lavrresample: allow other ffmpeg sample formats for input/output | wm4 | 2013-04-13 | 1 | -17/+48 |
| * | audio/filter: replace pointless memcpys with assignments | wm4 | 2013-04-13 | 4 | -17/+10 |
| * | af: uncrustify | wm4 | 2013-04-13 | 2 | -466/+496 |
| * | ad_lavc: use fmt-conversion to map sample formats | Stefano Pigozzi | 2013-04-13 | 3 | -18/+95 |
* | | OSX: use native Cocoa's event loop | Stefano Pigozzi | 2013-05-12 | 1 | -5/+0 |
* | | encoding: fix final audio frame sync | Rudolf Polzer | 2013-04-28 | 1 | -10/+22 |
* | | audio/decode: remove vararg from ad_control() | wm4 | 2013-04-12 | 5 | -5/+5 |
|/ |
|
* | ao_jack: fix deprecation warning | Stefano Pigozzi | 2013-04-12 | 1 | -2/+5 |
* | mplayer: keep volume persistent, even when using --volume | wm4 | 2013-04-10 | 2 | -0/+6 |
* | ao_dsound: add missing include | Kovensky | 2013-03-23 | 1 | -0/+1 |
* | af_lavrresample: add new resampling filter to replace the old ones | Stefano Pigozzi | 2013-03-13 | 5 | -795/+280 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 2 | -15/+15 |
* | af_lavcac3enc: switch to avcodec_encode_audio2() | wm4 | 2013-03-13 | 1 | -45/+71 |
* | Add a --dtshd option | Wessel Dankers | 2013-03-04 | 1 | -13/+22 |
* | Rename af_volnorm to af_drc | Martin | 2013-02-12 | 2 | -20/+20 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 1 | -8/+10 |
* | demux_lavf, ad_lavc, vd_lavc: refactor, cleanup | wm4 | 2013-02-10 | 1 | -24/+18 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 9 | -250/+148 |
* | dec_audio: uncrustify | wm4 | 2013-02-09 | 2 | -193/+203 |
* | audio/out, video/out: hide encoding VO/AO | wm4 | 2013-02-06 | 3 | -8/+19 |
* | audio/out: prefer ao_dsound over ao_portaudio | wm4 | 2013-02-06 | 1 | -3/+3 |
* | mixer: prefer AO softvol control over volume filter | wm4 | 2013-02-06 | 2 | -2/+3 |
* | ao_dsound: support 6.1 and 7.1 channel configurations | wm4 | 2013-02-06 | 1 | -30/+43 |
* | ao_coreaudio: use 0 as timeout for CFRunLoopRunInMode | Mad Fish | 2013-01-20 | 1 | -1/+1 |
* | Replace strsep() uses | wm4 | 2013-01-13 | 1 | -2/+7 |
* | mixer: keep fractional part of volume setting | Uoti Urpala | 2013-01-13 | 1 | -2/+2 |
* | af_volnorm: fix output range with float input | Uoti Urpala | 2013-01-13 | 1 | -3/+3 |
* | ao_alsa: do not call snd_pcm_delay() when paused | wm4 | 2013-01-06 | 1 | -0/+8 |
* | ao_sdl: fix compilation with Libav | wm4 | 2013-01-06 | 1 | -0/+1 |
* | audio: make de-planarization faster | wm4 | 2012-12-28 | 3 | -16/+44 |
* | sdl, encode_lavc: fix copyright headers | Rudolf Polzer | 2012-12-28 | 2 | -4/+4 |
* | vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver | Rudolf Polzer | 2012-12-28 | 2 | -0/+383 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 1 | -6/+7 |
* | ao_lavc: stop using av_get_alt_sample_fmt | Rudolf Polzer | 2012-12-13 | 1 | -6/+6 |
* | cleanup: remove ao.brokenpts | wm4 | 2012-12-12 | 1 | -1/+0 |
* | audio: remove support for native alaw/mulaw/adpcm output | wm4 | 2012-12-11 | 9 | -1228/+4 |
* | audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCM | wm4 | 2012-12-11 | 2 | -164/+0 |
* | audio/decode: remove ad_pcm and use ad_lavc for PCM | wm4 | 2012-12-11 | 3 | -226/+95 |
* | audio: make AC3 pass-through with ad_spdif work | reimar | 2012-12-03 | 4 | -24/+30 |
* | audio: improve decoder open failure handling | Uoti Urpala | 2012-12-03 | 1 | -0/+2 |
* | ao_pcm: fix references to -novideo | wm4 | 2012-12-03 | 1 | -8/+1 |
* | af_lavcac3enc, encode: support planar formats | Rudolf Polzer | 2012-12-03 | 4 | -7/+138 |
* | ao_pulse: do not allow setting volume over 100% | wm4 | 2012-11-24 | 1 | -2/+2 |
* | core: fix crash when video filter returns inf as PTS | wm4 | 2012-11-20 | 1 | -1/+1 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 3 | -5/+7 |
* | Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2 | wm4 | 2012-11-14 | 1 | -0/+1 |
* | mixer: fix lowering hw volume while muted | Uoti Urpala | 2012-11-14 | 1 | -1/+1 |
* | ao_coreaudio: fix deprecation warnings | Stefano Pigozzi | 2012-11-13 | 1 | -6/+6 |
* | Add missing compat/libav.h includes | wm4 | 2012-11-12 | 1 | -0/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 35 | -98/+93 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 68 | -0/+22057 |