| Commit message (Expand) | Author | Age | Files | Lines |
* | truemotion1: check the header size | Anton Khirnov | 2014-02-04 | 1 | -0/+5 |
* | truemotion1: make sure index does not go out of bounds | Anton Khirnov | 2013-11-21 | 1 | -8/+17 |
* | truemotion1: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -10/+12 |
* | truemotion1: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -3/+4 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | lavc decoders: properly initialize AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -10/+7 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+1 |
* | truemotion1: return meaningful error codes | Anton Khirnov | 2013-01-06 | 1 | -12/+12 |
* | Return proper error code after av_log_ask_for_sample() | Diego Biurrun | 2012-12-23 | 1 | -1/+1 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -5/+5 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | truemotion1: remove disabled code | Diego Biurrun | 2012-05-20 | 1 | -7/+0 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | Use av_log_ask_for_sample() where appropriate. | Diego Biurrun | 2011-04-21 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Check for vectable ID > 0, fixes issue 2508. | Daniel Kang | 2011-01-10 | 1 | -1/+1 |
* | Fix aspect for 24bpp TM1 samples. | Reimar Döffinger | 2010-11-03 | 1 | -0/+1 |
* | Fix decoding of 24 bpp TM1 (except for aspect). | Reimar Döffinger | 2010-11-03 | 1 | -6/+10 |
* | 100l, calculate mb_change_bits_row_size from the update width. | Reimar Döffinger | 2010-11-03 | 1 | -5/+5 |
* | Support mid-stream resolution/format changes for TM1. | Reimar Döffinger | 2010-11-03 | 1 | -5/+17 |
* | The 24-bit ydt also should not depend on endianness, | Reimar Döffinger | 2010-08-21 | 1 | -4/+0 |
* | Since the 24 bit format is decoded to endian-dependant | Reimar Döffinger | 2010-08-21 | 1 | -4/+0 |
* | Do not swap red and blue when decoding truemotion | Reimar Döffinger | 2010-08-21 | 1 | -8/+0 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -6/+6 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | undoing revision 16118 for truemotion1.c; commit was premature | Mike Melanson | 2008-12-14 | 1 | -12/+6 |
* | The POSIX namespace shall be held sacrosanct. To that end, | Mike Melanson | 2008-12-14 | 1 | -6/+12 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Fix reading an element after the array. | Michael Niedermayer | 2008-06-06 | 1 | -1/+1 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -6/+6 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | more const | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | use reget_buffer and remove internal copying of buffer - codec works again | Alex Beregszaszi | 2007-08-09 | 1 | -33/+9 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | cosmetics: remove my email address | Alex Beregszaszi | 2007-04-20 | 1 | -1/+1 |