summaryrefslogtreecommitdiff
path: root/libavcodec/zmbv.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* indentationKostya Shishkov2008-03-09
* Correctly handle empty framesKostya Shishkov2008-03-09
* constMichael Niedermayer2008-02-01
* remove useless #ifdef CONFIG_ZLIB from zmbv decoderMåns Rullgård2007-07-16
* trivial warning fixesMåns Rullgård2007-07-08
* license header consistency cosmeticsDiego Biurrun2007-07-05
* fix some printf format specifiersMåns Rullgård2007-06-16
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Remove redundant assignKostya Shishkov2007-03-27
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-01
* Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov2006-09-09
* ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's notKostya Shishkov2006-02-20
* add another set of zlib guardsMike Melanson2006-02-12
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-12