| Commit message (Expand) | Author | Age | Files | Lines |
* | ad_liba52: fix -a52drc handling | Uoti Urpala | 2010-11-23 | 1 | -1/+1 |
* | Remove remaining %lf printf conversions | reimar | 2010-11-02 | 1 | -0/+1 |
* | options: move audio_output_channels, audio_output_format to struct | Uoti Urpala | 2010-11-02 | 1 | -2/+3 |
* | options: move -a52drc to option struct | Uoti Urpala | 2010-06-02 | 1 | -9/+8 |
* | Merge svn changes up to r31169 | Uoti Urpala | 2010-05-30 | 1 | -16/+0 |
|\ |
|
| * | Remove internal liba52 copy. | diego | 2010-05-09 | 1 | -16/+0 |
| * | libmpcodecs: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 1 | -2/+4 |
| * | Mark all ad_info_t/vd_info_t structure declarations as const. | diego | 2010-02-12 | 1 | -1/+1 |
* | | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -2/+4 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 1 | -0/+18 |
|\| |
|
| * | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 | 1 | -0/+18 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -4/+4 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -3/+3 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -1/+1 |
|\| |
|
| * | Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris. | diego | 2009-02-07 | 1 | -1/+1 |
* | | Merge svn changes up to r28461 | Uoti Urpala | 2009-02-04 | 1 | -0/+1 |
|\| |
|
| * | swab() needs _XOPEN_SOURCE to be defined. | reimar | 2009-02-03 | 1 | -0/+1 |
* | | Merge svn changes up to r27649 | Uoti Urpala | 2008-09-20 | 1 | -0/+25 |
|\| |
|
| * | External liba52 support, part 2 of 2. | rathann | 2008-09-15 | 1 | -0/+19 |
| * | External liba52 support part 1 of 2. | rathann | 2008-09-15 | 1 | -0/+6 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 1 | -2/+2 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -0/+1 |
|\| |
|
| * | Properly free memory allocate by liba52. | reimar | 2008-06-01 | 1 | -0/+1 |
* | | Make audio decoder description structs const | Uoti Urpala | 2008-04-26 | 1 | -1/+1 |
|/ |
|
* | Remove duplicate #include of mpbswap.h. | diego | 2008-03-14 | 1 | -2/+0 |
* | Move extern int audio_output_channels; to ad_internal.h | reimar | 2007-07-30 | 1 | -2/+0 |
* | Make sure we always have a swab() prototype when we use it, | reimar | 2007-06-24 | 1 | -0/+1 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 1 | -1/+1 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+1 |
* | verbosity--; | diego | 2006-09-23 | 1 | -1/+1 |
* | Move #ifdefs around complete files into the build system. | diego | 2006-06-21 | 1 | -2/+0 |
* | sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma... | rathann | 2006-06-15 | 1 | -14/+9 |
* | Make sure maxlen is respected, instead of just failing the assert later on. | reimar | 2006-02-10 | 1 | -0/+4 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -3/+3 |
* | No overlap allowed in memcpy, use memmove | hzoli | 2005-05-24 | 1 | -1/+1 |
* | Make sure that samplesize is at least 2, as some demuxers set it to 1 | hzoli | 2005-05-24 | 1 | -0/+1 |
* | Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAM | hzoli | 2005-05-24 | 1 | -1/+2 |
* | Add float output support. Add ADCTRL_QUERY_FORMAT control to report the | hzoli | 2005-02-25 | 1 | -4/+85 |
* | setting samplesize to 2 in decoders where neccessary. | reimar | 2004-09-21 | 1 | -0/+1 |
* | a52 dynamic range compression support by Peter Gansterer | alex | 2004-04-26 | 1 | -0/+37 |
* | reversing my brokeness, but imho dnet is still broken on BE systems | alex | 2003-10-02 | 1 | -2/+0 |
* | fix for bigendian systems | alex | 2003-09-26 | 1 | -0/+2 |
* | ac3 byteswapping support (when format!=0x2000) | arpi | 2003-05-17 | 1 | -3/+7 |
* | AltiVec detection code ("borrowed" from FFmpeg and | arpi | 2003-01-18 | 1 | -0/+1 |
* | usage of libmpeg2, liba52, mp3lib & svq1 can be disabled | arpi | 2002-11-01 | 1 | -0/+3 |
* | -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments | arpi | 2002-08-31 | 1 | -1/+1 |
* | -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make... | arpi | 2002-08-30 | 1 | -1/+0 |
* | renamed to match driver family name | arpi | 2002-08-30 | 1 | -0/+192 |