aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_liba52.c
Commit message (Expand)AuthorAge
* ad_liba52: Fix -ac a52 with tags other than 0x2000 or dnetGravatar reimar2011-04-13
* ad_liba52: fix -a52drc handlingGravatar Uoti Urpala2010-11-23
* Remove remaining %lf printf conversionsGravatar reimar2010-11-02
* options: move audio_output_channels, audio_output_format to structGravatar Uoti Urpala2010-11-02
* options: move -a52drc to option structGravatar Uoti Urpala2010-06-02
* Merge svn changes up to r31169Gravatar Uoti Urpala2010-05-30
|\
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
| * Remove internal liba52 copy.Gravatar diego2010-05-09
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * libmpcodecs: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
| | * Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.Gravatar diego2009-02-07
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * swab() needs _XOPEN_SOURCE to be defined.Gravatar reimar2009-02-03
* | Merge svn changes up to r27649Gravatar Uoti Urpala2008-09-20
|\|
| * External liba52 support, part 2 of 2.Gravatar rathann2008-09-15
| * External liba52 support part 1 of 2.Gravatar rathann2008-09-15
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * Properly free memory allocate by liba52.Gravatar reimar2008-06-01
* | Make audio decoder description structs constGravatar Uoti Urpala2008-04-26
|/
* Remove duplicate #include of mpbswap.h.Gravatar diego2008-03-14
* Move extern int audio_output_channels; to ad_internal.hGravatar reimar2007-07-30
* Make sure we always have a swab() prototype when we use it,Gravatar reimar2007-06-24
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* verbosity--;Gravatar diego2006-09-23
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...Gravatar rathann2006-06-15
* Make sure maxlen is respected, instead of just failing the assert later on.Gravatar reimar2006-02-10
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* No overlap allowed in memcpy, use memmoveGravatar hzoli2005-05-24
* Make sure that samplesize is at least 2, as some demuxers set it to 1Gravatar hzoli2005-05-24
* Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAMGravatar hzoli2005-05-24
* Add float output support. Add ADCTRL_QUERY_FORMAT control to report theGravatar hzoli2005-02-25
* setting samplesize to 2 in decoders where neccessary.Gravatar reimar2004-09-21
* a52 dynamic range compression support by Peter GanstererGravatar alex2004-04-26
* reversing my brokeness, but imho dnet is still broken on BE systemsGravatar alex2003-10-02
* fix for bigendian systemsGravatar alex2003-09-26
* ac3 byteswapping support (when format!=0x2000)Gravatar arpi2003-05-17
* AltiVec detection code ("borrowed" from FFmpeg andGravatar arpi2003-01-18
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledGravatar arpi2002-11-01
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsGravatar arpi2002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* renamed to match driver family nameGravatar arpi2002-08-30