aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* af_lavfi: add libavfilter bridgeGravatar wm42013-05-23
* af_lavrresample: fix inverted conditionGravatar wm42013-05-13
* audio: fix compilation with older libavresample versionsGravatar wm42013-05-13
* af: improve filter chain setup retry limitGravatar wm42013-05-12
* af_lavrresample: avoid channel reordering with unknown layoutsGravatar wm42013-05-12
* audio/filters: add af_forceGravatar wm42013-05-12
* af_ladspa: code cleanupGravatar eng2013-05-12
* audio: print channel map additionally to channel count on terminalGravatar wm42013-05-12
* af: print filter chain info on errorGravatar wm42013-05-12
* reorder_ch: remove old channel reorder functionsGravatar wm42013-05-12
* audio: let libavresample do channel reorderingGravatar wm42013-05-12
* af_lavrresample: context is always allocated hereGravatar wm42013-05-12
* af_pan: set unknown channel layout for outputGravatar wm42013-05-12
* af: use mp_chmap for mp_audio, include channel map in format negotiationGravatar wm42013-05-12
* audio: add some setters for mp_audio, and require filters to use themGravatar wm42013-05-12
* audio: add channel map APIGravatar wm42013-05-12
* audio/filter: remove unused AF_CONTROLsGravatar wm42013-05-12
* af: fix negotiation endless loopGravatar wm42013-04-13
* af: streamline format negotiationGravatar wm42013-04-13
* af_lavrresample: add no-detach suboptionGravatar wm42013-04-13
* options: remove --af-advGravatar wm42013-04-13
* af: remove accuracy optionGravatar wm42013-04-13
* af: remove force optionGravatar wm42013-04-13
* audio: remove float processing optionGravatar wm42013-04-13
* audio: switch to libavcodec channel order, use libavresample for mixingGravatar wm42013-04-13
* af: simplificationGravatar wm42013-04-13
* af: factor channel filter insertionGravatar wm42013-04-13
* af: use af_lavrresample for format conversions, if possibleGravatar wm42013-04-13
* af: remove automatically inserted filters on full reinitGravatar wm42013-04-13
* af_lavrresample: allow other ffmpeg sample formats for input/outputGravatar wm42013-04-13
* audio/filter: replace pointless memcpys with assignmentsGravatar wm42013-04-13
* af: uncrustifyGravatar wm42013-04-13
* af_lavrresample: add new resampling filter to replace the old onesGravatar Stefano Pigozzi2013-03-13
* af_lavcac3enc: switch to avcodec_encode_audio2()Gravatar wm42013-03-13
* Rename af_volnorm to af_drcGravatar Martin2013-02-12
* Replace strsep() usesGravatar wm42013-01-13
* af_volnorm: fix output range with float inputGravatar Uoti Urpala2013-01-13
* path: add mp_find_config_file and reorganize some of the codeGravatar Stefano Pigozzi2012-12-15
* audio: remove support for native alaw/mulaw/adpcm outputGravatar wm42012-12-11
* audio: make AC3 pass-through with ad_spdif workGravatar reimar2012-12-03
* af_lavcac3enc, encode: support planar formatsGravatar Rudolf Polzer2012-12-03
* Fix potential bugs and issues, general cleanupsGravatar reimar2012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12