summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion1.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* truemotion1: check the header sizeAnton Khirnov2014-02-04
* truemotion1: make sure index does not go out of boundsAnton Khirnov2013-11-21
* truemotion1: use the AVFrame API properly.Anton Khirnov2013-11-16
* truemotion1: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* truemotion1: return meaningful error codesAnton Khirnov2013-01-06
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-23
* lavc: fix decode_frame() third parameter semantics for video decodersAnton 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
* truemotion1: remove disabled codeDiego Biurrun2012-05-20
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Check for vectable ID > 0, fixes issue 2508.Daniel Kang2011-01-10
* Fix aspect for 24bpp TM1 samples.Reimar Döffinger2010-11-03
* Fix decoding of 24 bpp TM1 (except for aspect).Reimar Döffinger2010-11-03
* 100l, calculate mb_change_bits_row_size from the update width.Reimar Döffinger2010-11-03
* Support mid-stream resolution/format changes for TM1.Reimar Döffinger2010-11-03
* The 24-bit ydt also should not depend on endianness,Reimar Döffinger2010-08-21
* Since the 24 bit format is decoded to endian-dependantReimar Döffinger2010-08-21
* Do not swap red and blue when decoding truemotionReimar Döffinger2010-08-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* 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
* undoing revision 16118 for truemotion1.c; commit was prematureMike Melanson2008-12-14
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-14
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Fix reading an element after the array.Michael Niedermayer2008-06-06
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* more constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi2007-08-09