summaryrefslogtreecommitdiffstats
path: root/libaf/af_lavcac3enc.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-332/+0
* audio: untypedef af_instanceStefano Pigozzi2012-11-021-4/+4
* audio: untypedef af_infoStefano Pigozzi2012-11-021-1/+1
* audio: untypedef af_data and rename it to mp_audioStefano Pigozzi2012-11-021-5/+5
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-211-0/+1
* af_lavcac3enc: remove pointless castsmplayer-svn2012-08-031-5/+5
* build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-011-2/+3
* Update Libav API usesUoti Urpala2012-02-011-12/+9
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-3/+0
* af_lavcac3enc: fix channel reorderingUoti Urpala2011-03-311-2/+3
* fix compilation with old FFmpeg versionsUoti Urpala2011-02-081-4/+5
* af_lavcac3enc: fix for lavc AC-3 encoder change to float inputUoti Urpala2011-02-031-5/+26
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-7/+2
* af_lavcac3enc: fix assert failure "s->expect_len <= s->pending_data_size"Uoti Urpala2010-10-141-11/+11
* af_lavcac3enc: make the filter work without FFmpeg internalsUoti Urpala2010-05-141-5/+20
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30301Uoti Urpala2010-01-251-22/+8
|\
| * Let the format filter do the AC3 endianness conversion instead of duplicatingreimar2010-01-111-21/+7
| * Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-2/+2
* | Merge svn changes up to r29544Uoti Urpala2009-08-221-2/+2
|\|
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,tack2009-08-181-2/+2
* | Merge svn changes up to r29455Uoti Urpala2009-07-291-1/+1
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
|/
* Remove af_msg special-casing API in libaf.bircoph2009-03-281-11/+11
* Use standard license headers with standard formatting.diego2008-05-141-3/+3
* Add directory names to libavcodec #includes.diego2008-03-031-2/+2
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Fix buffer overflow bug by calculate the buffer size accurately.ulion2008-01-111-3/+20
* Add new audio filter for encoding multi-channel audio into ac3 at runtime.ulion2007-12-131-0/+301