aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/adxdec.c
AgeCommit message (Expand)Author
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-26Fix filenames in Doxygen comments.Diego Biurrun
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-08-17Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-02-01constMichael Niedermayer
2007-11-01move adx.c to adxdec.cAurelien Jacobs