summaryrefslogtreecommitdiffstats
path: root/libaf/format.c
Commit message (Expand)AuthorAgeFilesLines
* rawaudio: use mplayer audio format for format optionwm42012-09-181-1/+6
* options, libaf: unify audio format name handlingwm42012-08-291-61/+18
* libmpcodecs: add ad_spdif.c, S/PDIF passthrough decodermplayer-svn2012-08-031-0/+5
* Remove dead codewm42012-08-011-45/+0
* cleanup: silence most of the clang warningsClément Bœsch2011-07-091-1/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30301Uoti Urpala2010-01-251-2/+5
|\
| * Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-2/+4
| * Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since thisreimar2010-01-111-0/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-13/+13
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-12/+12
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-1/+1
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-1/+1
|/
* Replace informal license notices by standard license headerdiego2009-01-051-9/+19
* Remove some pointless 'inline' qualifiersuau2007-11-011-2/+2
* cosmetics: misc typo fixesdiego2007-09-251-2/+2
* Remove unnecessary unistd.h include.diego2007-03-201-1/+0
* Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.orgreynaldo2006-07-161-1/+1
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-161-3/+3
* Fix up libaf unknown-format printingcorey2006-03-151-1/+1
* last print on libaf to af_msgreynaldo2006-03-141-1/+2
* code reduction and less error prone, use the same tablealex2005-08-181-66/+47
* added missing license headeralex2005-07-271-0/+10
* move the format related stuff to format.calex2005-02-211-0/+209