summaryrefslogtreecommitdiffstats
path: root/libavcodec/vcr1.c
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Release buffer when decoding is finished.Carl Eugen Hoyos2010-01-251-1/+10
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Remove unused variables.Diego Biurrun2009-02-081-1/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+4
* Disable encoders by undefining CONFIG_FOO_ENCODER once instead of litteringDiego Biurrun2008-09-031-6/+4
* Surround some encoding-specific functions with the appropriateDiego Biurrun2008-09-031-0/+4
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-4/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-3/+3
* constMichael Niedermayer2008-02-011-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-14/+14
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+2
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* cleanup & memleak fixMichael Niedermayer2004-04-301-8/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-1/+1
* removed unused variableFabrice Bellard2003-08-241-6/+0
* fixMichael Niedermayer2003-07-241-4/+4
* ATI VCR1 decoderMichael Niedermayer2003-07-241-0/+206
OpenPOWER on IntegriCloud