aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/vqavideo.c
AgeCommit message (Expand)Author
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-14vqavideo: pass context to remaining av_(d)logPaul B Mahol
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10vqavideo: change x/y loop counters to the usual patternMans Rullgard
2012-05-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-03vqavideo: return error if image size is not a multiple of block sizeMans Rullgard
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-25vqavideo: fix decoding of samples with no partial updates.Reimar Döffinger
2012-03-22vqavideodev: Check image dimensionsMichael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-22vqa: check palette chunk size before reading data.Ronald S. Bultje
2012-03-22vqavideo: remove some superfluous " VQA video: "Paul B Mahol
2012-03-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-18vqavideo: port to bytestream2 APIPaul B Mahol
2012-03-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-16vqavideo: check malloc return valuesPaul B Mahol
2012-01-05Check for overread in vqa video decoder.Reimar Döffinger
2011-11-13Increase Westwood Studios VQA palette dynamics.Carl Eugen Hoyos
2011-11-12Set Westwood Studios VQA palette opaque.Carl Eugen Hoyos
2011-10-09vqavideo: check for out of bound reads.Laurent Aimar
2011-10-09vqavideo: check for invalid/unsupported versionLaurent Aimar
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom debug output functions by av_dlog().Diego Biurrun
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-04-23Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-22vqavideo: We no longer need to ask for version 1 samples.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-16Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-07-22Remove useless #include <unistd.h> from many filesMåns Rullgård
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-26consistency cosmetics: indices --> indexesDiego Biurrun
2008-04-29Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10These video decoders do not need to include and initialize the DSPMike Melanson