summaryrefslogtreecommitdiffstats
path: root/libavcodec/zmbv.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-2/+2
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* zmbvdec: Check the buffer size for uncompressed dataMichael Niedermayer2013-09-121-1/+4
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-8/+4
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-20/+12
* zmbv: Reset the decoder on keyframe errorsLuca Barbato2013-01-111-0/+2
* zmbv: return more meaningful error codes.Anton Khirnov2013-01-061-2/+2
* zmbv: remove some pointless comments and empty linesAnton Khirnov2012-12-241-14/+0
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* 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
* zmbv: check decompress resultKostya Shishkov2012-03-191-1/+5
* zmbv: correct indentationKostya Shishkov2012-03-191-23/+23
* zmbv: Employ more meaningful return values.Paul B Mahol2012-02-011-18/+18
* zmbv: check av_realloc() return values and avoid memleaks on ENOMEMJanne Grunau2012-02-011-2/+9
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-3/+3
* zmbv.c: coding style clean-up.Nathan Adil Maxson2011-12-031-90/+101
* zmbv: remove memcpy() of decoded frameMans Rullgard2011-10-091-1/+1
* 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 a useless variable in zmbv decoder.Eli Friedman2010-07-081-3/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Avoid division by zeroReinhard Tartler2010-04-041-0/+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
* zmbv decoder uses get_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
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-281-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* indentationKostya Shishkov2008-03-091-1/+1
* Correctly handle empty framesKostya Shishkov2008-03-091-0/+1
* constMichael Niedermayer2008-02-011-1/+1
* remove useless #ifdef CONFIG_ZLIB from zmbv decoderMåns Rullgård2007-07-161-25/+3
* trivial warning fixesMåns Rullgård2007-07-081-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* fix some printf format specifiersMåns Rullgård2007-06-161-3/+3
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-3/+1
* 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
OpenPOWER on IntegriCloud