summaryrefslogtreecommitdiffstats
path: root/libavcodec/truemotion2.c
Commit message (Expand)AuthorAgeFilesLines
* truemotion2: use the AVFrame API properly.Anton Khirnov2013-11-161-6/+8
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* truemotion2: Use av_freep properly in an error pathMartin Storsjö2013-09-171-8/+8
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-7/+6
* truemotion2: cosmetics, reformatAnton Khirnov2013-01-141-122/+150
* truemotion2: return meaningful error codes.Anton Khirnov2013-01-141-35/+32
* truemotion2: Sanitize tm2_read_header()Diego Biurrun2012-12-311-23/+21
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* truemotion2: Request samples for old TM2 headersDiego Biurrun2012-09-261-1/+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
* truemotion: forbid invalid VLC bitsizes and token values.Ronald S. Bultje2012-03-291-4/+15
* truemotion2: handle out-of-frame motion vectors through edge extension.Ronald S. Bultje2012-03-291-27/+90
* truemotion2: convert packet header reading to bytestream2.Ronald S. Bultje2012-03-281-23/+31
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* truemotion2: error out if the huffman tree has no nodes.Ronald S. Bultje2012-02-231-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* truemotion2: check size before GetBitContext initialisationJanne Grunau2012-01-051-0/+6
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Remove unused variablesMans Rullgard2011-06-021-14/+0
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-031-8/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Check for several overreads, fixes issue 2512.Daniel Kang2011-01-091-3/+14
* 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
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-161-1/+0
* Release frame after decoding is doneKostya Shishkov2009-10-141-0/+6
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-131-3/+0
* TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB.Reimar Döffinger2009-04-241-26/+20
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Make TM2 decoder byteswap input into separate buffer instead of doing it in-p...Kostya Shishkov2009-02-011-4/+15
* Factorize stream reading in TM2 decoderKostya Shishkov2009-02-011-28/+12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-5/+5
* 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
* Remove redundant assignKostya Shishkov2007-03-271-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-4/+4
OpenPOWER on IntegriCloud