summaryrefslogtreecommitdiff
path: root/libavcodec/a52dec.c
Commit message (Expand)AuthorAge
* Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.Patrice Bensoussan2007-03-03
* Clarify that this decoder uses liba52.Diego Biurrun2007-03-03
* Restore the possibility to link liba52 instead of dlopening.Diego Biurrun2007-02-12
* Rename ac3 decoder to liba52 to prepare for native decoder.Diego Biurrun2007-02-11
* Remove internal liba52; external lib still works, native decoder coming up.Diego Biurrun2007-02-11
* set data_size to 0 so that in case we return without setting it nothing funny...Michael Niedermayer2007-01-16
* print error when decoding failsBaptiste Coudurier2007-01-10
* Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun2007-01-06
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* native ac3 parserMåns Rullgård2006-01-21
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-11-03
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* reverseNick Kurshev2003-01-20
* Function renaming. Solves some namespace conflictsNick Kurshev2003-01-20
* license/copyright changeFabrice Bellard2002-05-25
* - Segfault fixed when liba52 dynamic library isn't found.Juanjo2002-05-06
* * using liba52Zdenek Kabelac2002-04-22
* * add support for liba52Zdenek Kabelac2002-04-22