aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ao_sdl: fix default buffer sizeGravatar wm42018-03-08
* ao: do not allow actual buffer size of 0Gravatar wm42018-03-08
* ao_opensles: bump device buffer size to 200msGravatar tomty892018-03-07
* ao_opensles: remove set_play_state()Gravatar tomty892018-03-07
* ao_opensles: clear buffer queue in reset()Gravatar tomty892018-03-07
* audio: don't touch spdif frames in mp_aframe_clip_timestamps()Gravatar wm42018-02-13
* build: drop support for SDL1Gravatar wm42018-02-13
* af_scaletempo: output minimally sized audio frameGravatar wm42018-02-03
* codecs: remove unused family fieldGravatar wm42018-02-01
* audio: move to decoder wrapperGravatar wm42018-01-30
* ao_null: add --ao-null-format option for debuggingGravatar wm42018-01-30
* audio: rewrite filtering glue codeGravatar wm42018-01-30
* ao_alsa: reduce verbosity at -vGravatar wm42018-01-25
* audio: fix annyoing af_get_best_sample_formats() definitionGravatar wm42018-01-25
* Fix undefined preprocessor behaviorGravatar wm42018-01-18
* af_rubberband: add af-command to multiply current pitchGravatar Vobe2018-01-15
* af_lavrresample: deprecate this filterGravatar wm42018-01-13
* audio: add global options for resampler defaultsGravatar wm42018-01-13
* audio/aframe: add missing include statementsGravatar wm42018-01-13
* video, audio: don't actively wait for demuxer inputGravatar wm42018-01-09
* video, audio: always read all frames before getting next packetGravatar wm42018-01-01
* options: drop some previously deprecated optionsGravatar wm42017-12-25
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* ao: minor simplification to gain processing codeGravatar wm42017-11-30
* ao: simplify hack for float atomicsGravatar wm42017-11-30
* audio: add audio softvol processing to AOGravatar wm42017-11-29
* af: remove deprecated audio filtersGravatar wm42017-11-29
* ao_alsa: change license to LGPLGravatar wm42017-11-23
* ao_alsa: don't convert twice on retryGravatar wm42017-11-23
* build: make it easier to force FFmpeg upstreamGravatar wm42017-11-01
* Bump libav* API useGravatar wm42017-10-30
* Get rid of deprecated AVFrame accessorsGravatar wm42017-10-30
* audio/out: initialize an array to avoid confusing static analyzerGravatar wm42017-10-27
* af_lavfi: fix small memory leakGravatar wm42017-10-27
* demux: get rid of demux_packet.new_segment fieldGravatar wm42017-10-24
* aframe: fix logically dead codeGravatar wm42017-10-18
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* command: drop "audio-out-detected-device" propertyGravatar wm42017-10-09
* audio: fix channel conversion with NA channelsGravatar wm42017-09-27
* audio: fix resamplingGravatar wm42017-09-21
* build: add preliminary LGPL modeGravatar wm42017-09-21
* audio: make libaf derived code optionalGravatar wm42017-09-21
* audio: move libswresample wrapper out of audio filter codeGravatar wm42017-09-21
* audio_buffer: remove dependency on mp_audioGravatar wm42017-09-21
* audio: fix spdif modeGravatar wm42017-08-23
* ao_rsound: allow setting the hostGravatar wm42017-08-21
* audio: fix uninitialized data accessGravatar wm42017-08-18
* audio: fix build on LibavGravatar wm42017-08-16
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* af_lavrresample: don't call swr_set_compensation() unless necessaryGravatar wm42017-08-12