summaryrefslogtreecommitdiff
path: root/libavcodec/zmbv.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* zmbvdec: Check the buffer size for uncompressed dataMichael Niedermayer2013-09-12
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* zmbv: Reset the decoder on keyframe errorsLuca Barbato2013-01-11
* zmbv: return more meaningful error codes.Anton Khirnov2013-01-06
* zmbv: remove some pointless comments and empty linesAnton Khirnov2012-12-24
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* zmbv: check decompress resultKostya Shishkov2012-03-19
* zmbv: correct indentationKostya Shishkov2012-03-19
* zmbv: Employ more meaningful return values.Paul B Mahol2012-02-01
* zmbv: check av_realloc() return values and avoid memleaks on ENOMEMJanne Grunau2012-02-01
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* zmbv.c: coding style clean-up.Nathan Adil Maxson2011-12-03
* zmbv: remove memcpy() of decoded frameMans Rullgard2011-10-09
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove a useless variable in zmbv decoder.Eli Friedman2010-07-08
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Avoid division by zeroReinhard Tartler2010-04-04
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-13
* zmbv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-24
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* indentationKostya Shishkov2008-03-09
* Correctly handle empty framesKostya Shishkov2008-03-09
* constMichael Niedermayer2008-02-01
* remove useless #ifdef CONFIG_ZLIB from zmbv decoderMåns Rullgård2007-07-16
* trivial warning fixesMåns Rullgård2007-07-08
* license header consistency cosmeticsDiego Biurrun2007-07-05
* fix some printf format specifiersMåns Rullgård2007-06-16
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02