summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_liba52.c
Commit message (Expand)AuthorAgeFilesLines
* ad_liba52: Fix -ac a52 with tags other than 0x2000 or dnetreimar2011-04-131-3/+3
* ad_liba52: fix -a52drc handlingUoti Urpala2010-11-231-1/+1
* Remove remaining %lf printf conversionsreimar2010-11-021-0/+1
* options: move audio_output_channels, audio_output_format to structUoti Urpala2010-11-021-2/+3
* options: move -a52drc to option structUoti Urpala2010-06-021-9/+8
* Merge svn changes up to r31169Uoti Urpala2010-05-301-16/+0
|\
| * Remove internal liba52 copy.diego2010-05-091-16/+0
| * libmpcodecs: Mark functions not used outside of their files as static.diego2010-02-161-2/+4
| * Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-2/+4
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-3/+3
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-1/+1
|\|
| * Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.diego2009-02-071-1/+1
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-0/+1
|\|
| * swab() needs _XOPEN_SOURCE to be defined.reimar2009-02-031-0/+1
* | Merge svn changes up to r27649Uoti Urpala2008-09-201-0/+25
|\|
| * External liba52 support, part 2 of 2.rathann2008-09-151-0/+19
| * External liba52 support part 1 of 2.rathann2008-09-151-0/+6
* | Make various functions staticUoti Urpala2008-08-121-2/+2
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-0/+1
|\|
| * Properly free memory allocate by liba52.reimar2008-06-011-0/+1
* | Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
|/
* Remove duplicate #include of mpbswap.h.diego2008-03-141-2/+0
* Move extern int audio_output_channels; to ad_internal.hreimar2007-07-301-2/+0
* Make sure we always have a swab() prototype when we use it,reimar2007-06-241-0/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+1
* verbosity--;diego2006-09-231-1/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-2/+0
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-151-14/+9
* Make sure maxlen is respected, instead of just failing the assert later on.reimar2006-02-101-0/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* No overlap allowed in memcpy, use memmovehzoli2005-05-241-1/+1
* Make sure that samplesize is at least 2, as some demuxers set it to 1hzoli2005-05-241-0/+1
* Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAMhzoli2005-05-241-1/+2
* Add float output support. Add ADCTRL_QUERY_FORMAT control to report thehzoli2005-02-251-4/+85
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-211-0/+1
* a52 dynamic range compression support by Peter Ganstereralex2004-04-261-0/+37
* reversing my brokeness, but imho dnet is still broken on BE systemsalex2003-10-021-2/+0
* fix for bigendian systemsalex2003-09-261-0/+2
* ac3 byteswapping support (when format!=0x2000)arpi2003-05-171-3/+7
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-181-0/+1
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledarpi2002-11-011-0/+3
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-1/+1
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* renamed to match driver family namearpi2002-08-301-0/+192