aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* af_scaletempo: reset latency info when reconfiguringGravatar Uoti Urpala2012-10-28
* Rename to "mpv"Gravatar wm42012-10-12
* rawaudio: use mplayer audio format for format optionGravatar wm42012-09-18
* libaf: rename af_format.h to format.hGravatar wm42012-08-29
* options, libaf: unify audio format name handlingGravatar wm42012-08-29
* af_scaletempo: fix crash on channel reconfigurationGravatar wm42012-08-26
* Adjust ffmpeg/libav #includes to work with recent upstream changesGravatar Uoti Urpala2012-08-21
* reorder_ch: support reordering 8 channels to AAC layoutGravatar mplayer-svn2012-08-03
* AF: remove af_statsGravatar wm42012-08-03
* af: some spelling/grammar fixesGravatar mplayer-svn2012-08-03
* af_lavcac3enc: remove pointless castsGravatar mplayer-svn2012-08-03
* af: fix crash on invalid channel countGravatar mplayer-svn2012-08-03
* libmpcodecs: add ad_spdif.c, S/PDIF passthrough decoderGravatar mplayer-svn2012-08-03
* AF: remove af_gate and af_compGravatar wm42012-08-02
* Remove dead codeGravatar wm42012-08-01
* Change <endian.h> include to <sys/types.h>Gravatar wm42012-07-31
* Remove compile time/runtime CPU detection, and drop some platformsGravatar wm42012-07-30
* Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-05
|\
| * build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
| * Update Libav API usesGravatar Uoti Urpala2012-02-01
* | Merge branch 'softvol' into my_masterGravatar wm42012-01-18
|\ \ | |/ |/|
| * af: fix crash when trying to use volume controls with AC3 pass-throughGravatar wm42012-01-18
| * af: print audio filter chain in verbose modeGravatar wm42012-01-18
* | af_volume: do not change data when volume is 1Gravatar wm42012-01-16
|/
* configure, build: remove --disable-libav supportGravatar Uoti Urpala2011-12-11
* cleanup: do libav* initialization on startupGravatar Uoti Urpala2011-07-18
* cleanup: silence most of the clang warningsGravatar Clément Bœsch2011-07-09
* audio: clamp sample values in float->int format conversionsGravatar Rudolf Polzer2011-05-04
* cleanup: avoid various GCC warningsGravatar Clément Bœsch2011-04-20
* af_lavcac3enc: fix channel reorderingGravatar Uoti Urpala2011-03-31
* fix compilation with old FFmpeg versionsGravatar Uoti Urpala2011-02-08
* af_lavcac3enc: fix for lavc AC-3 encoder change to float inputGravatar Uoti Urpala2011-02-03
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* libaf: Make af_reinit "public", to allow using it in future patchesGravatar reimar2010-11-02
* audio: auto-add downmix filter when stereo output is requestedGravatar cigaes2010-11-02
* libaf: add opts pointer to struct af_streamGravatar Uoti Urpala2010-11-02
* af.c: Minor simplification of af_initGravatar reimar2010-11-02
* af.c: add "const" to af_append(), af_prepend() prototypesGravatar reimar2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* Add central init_avcodec() to avoid duplicated libavcodec init codeGravatar diego2010-11-02
* af_lavcresample: avoid multiple calls to av_resample_initGravatar reimar2010-11-02
* af_export: Avoid void *-arithmentic warningsGravatar reimar2010-11-02
* af_ladspa: Fix multiple instances of a filter typeGravatar reimar2010-11-02
* af_extrastereo: Improve filter descriptionGravatar diego2010-11-02
* af_lavcac3enc: fix assert failure "s->expect_len <= s->pending_data_size"Gravatar Uoti Urpala2010-10-14
* af_lavcac3enc: actually enable the filter by defaultGravatar Uoti Urpala2010-05-26
* af_lavcac3enc: make the filter work without FFmpeg internalsGravatar Uoti Urpala2010-05-14
* Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\
| * Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10