summaryrefslogtreecommitdiff
path: root/libavcodec/vmnc.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
* Transform codec short name into a single word.Stefano Sabatini2008-04-30
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-02
* license header consistency cosmeticsDiego Biurrun2007-07-05
* 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
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-01
* Handle the rest of known blocks (by skipping them)Kostya Shishkov2006-09-07
* Tests for overreading input dataKostya Shishkov2006-09-07
* Cursor drawing supportKostya Shishkov2006-09-07
* Try to handle all chunks, previous scheme was not correct.Kostya Shishkov2006-09-05
* Handle raw blocks correctly (both updating pointer and storing to memory)Kostya Shishkov2006-09-05
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05