summaryrefslogtreecommitdiffstats
path: root/libavcodec/vmnc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-1/+1
|\ \ | |/
| * vmnc: return error on decode_init() failure.Ronald S. Bultje2012-02-291-0/+1
* | vmnc: Fail if bpp is not recognized instead of crashing.Michael Niedermayer2012-02-291-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* 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-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
OpenPOWER on IntegriCloud