aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* 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
* | Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ \
* | | | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
* | | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
| | | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| | |/
| | * Move code that makes the filter chain match the desired output format intoGravatar reimar2010-02-19
| |/
| * Make the code match the documentation by making higher-quality but slowerGravatar reimar2010-01-30
* | Merge svn changes up to r30375Gravatar Uoti Urpala2010-01-25
|\|
* | Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\ \
| | * Add a proper header for our strsep implementation so strsep willGravatar reimar2010-01-17
| |/
| * Let the format filter do the AC3 endianness conversion instead of duplicatingGravatar reimar2010-01-11
| * Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
| * Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since thisGravatar reimar2010-01-11
| * Add and use AF_FORMAT_IS_AC3 macro.Gravatar reimar2010-01-11
| * Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,Gravatar reimar2010-01-11
* | Merge svn changes up to r30173Gravatar Uoti Urpala2010-01-08
|\|
| * Mark AC3 as 16-bit format, this simplifies alignment calculation and fixesGravatar reimar2010-01-02
* | Merge svn changes up to r29971Gravatar Uoti Urpala2009-11-29
|\|
| * Fix mangling of 24-bit audio during channel reorder.Gravatar tack2009-11-28
* | af_scaletempo: Fix delay value after changing scale to 1Gravatar Uoti Urpala2009-11-22
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Add support for 8 channel audio.Gravatar tack2009-11-10
| * Cosmetics: remove trailing whitespace from file.Gravatar tack2009-11-10
| * reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*Gravatar tack2009-11-04
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Change libaf control ordering to make the controls unique again, (AF_CONTROL_...Gravatar reimar2009-09-26
* | Merge svn changes up to r29544Gravatar Uoti Urpala2009-08-22
|\|
| * Fix channel reordering when using 24-bit samples by adding breaks to casesGravatar tack2009-08-19
| * Cosmetics: adjust alignment.Gravatar tack2009-08-18
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Gravatar tack2009-08-18
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | build: Readd support for code depending on FFmpeg internalsGravatar Uoti Urpala2009-07-26