summaryrefslogtreecommitdiff
path: root/libavcodec/a52dec.c
Commit message (Collapse)AuthorAge
* set data_size to 0 so that in case we return without setting it nothing ↵Michael Niedermayer2007-01-16
| | | | | | funny can happen Originally committed as revision 7558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error when decoding failsBaptiste Coudurier2007-01-10
| | | | Originally committed as revision 7436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun2007-01-06
| | | | Originally committed as revision 7414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* native ac3 parserMåns Rullgård2006-01-21
| | | | Originally committed as revision 4878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf ↵Michael Niedermayer2005-08-26
| | | | | | uni-stuttgart de) Originally committed as revision 4540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-11-03
| | | | Originally committed as revision 2474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverseNick Kurshev2003-01-20
| | | | Originally committed as revision 1479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Function renaming. Solves some namespace conflictsNick Kurshev2003-01-20
| | | | Originally committed as revision 1478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Segfault fixed when liba52 dynamic library isn't found.Juanjo2002-05-06
| | | | Originally committed as revision 449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using liba52Zdenek Kabelac2002-04-22
| | | | Originally committed as revision 417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * add support for liba52Zdenek Kabelac2002-04-22
Originally committed as revision 411 to svn://svn.ffmpeg.org/ffmpeg/trunk