summaryrefslogtreecommitdiff
path: root/libavcodec/vmnc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vmware video decoder uses reget_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
* Transform codec short name into a single word.Stefano Sabatini2008-04-301-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-7/+7
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-021-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* 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-10/+10
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-031-1/+1
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-011-1/+1
* Handle the rest of known blocks (by skipping them)Kostya Shishkov2006-09-071-0/+9
* Tests for overreading input dataKostya Shishkov2006-09-071-4/+25
* Cursor drawing supportKostya Shishkov2006-09-071-5/+167
* Try to handle all chunks, previous scheme was not correct.Kostya Shishkov2006-09-051-68/+62
* Handle raw blocks correctly (both updating pointer and storing to memory)Kostya Shishkov2006-09-051-1/+12
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-051-0/+326