summaryrefslogtreecommitdiff
path: root/libavcodec/vmnc.c
Commit message (Expand)AuthorAgeFilesLines
* vmnc: check that subrectangles fit into their containing rectanglesAnton Khirnov2016-08-181-2/+14
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* vmnc: Delay pixel size checkVittorio Giovara2015-05-191-4/+15
* vmnc: use the AVFrame API properly.Anton Khirnov2013-11-161-18/+20
* vmnc: Use meaningful return valuesLuca Barbato2013-10-091-9/+9
* vmnc: Check the cursor dimensionsLuca Barbato2013-10-091-3/+20
* vmnc: Port to bytestream2Luca Barbato2013-10-091-75/+57
* vmnc: K&R formatting cosmeticsLuca Barbato2013-10-091-157/+195
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-0/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-8/+7
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+3
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* vmnc: return error on decode_init() failure.Ronald S. Bultje2012-02-291-0/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* 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
* 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