summaryrefslogtreecommitdiffstats
path: root/libavcodec/zmbv.c
Commit message (Expand)AuthorAgeFilesLines
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* Remove a useless variable in zmbv decoder.Eli Friedman2010-07-081-3/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Avoid division by zeroReinhard Tartler2010-04-041-0/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-131-3/+0
* zmbv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-0/+1
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-1/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-281-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* indentationKostya Shishkov2008-03-091-1/+1
* Correctly handle empty framesKostya Shishkov2008-03-091-0/+1
* constMichael Niedermayer2008-02-011-1/+1
* remove useless #ifdef CONFIG_ZLIB from zmbv decoderMåns Rullgård2007-07-161-25/+3
* trivial warning fixesMåns Rullgård2007-07-081-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* fix some printf format specifiersMåns Rullgård2007-06-161-3/+3
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-3/+1
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* Remove redundant assignKostya Shishkov2007-03-271-1/+0
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-011-1/+1
* Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov2006-09-091-4/+2
* ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's notKostya Shishkov2006-02-201-19/+236
* add another set of zlib guardsMike Melanson2006-02-121-0/+5
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-121-0/+470
OpenPOWER on IntegriCloud