2015-04-28 |
Michael Niedermayer | avcodec/vqavideo: Use ff_tlog() for byte and opcode... |
blob | commitdiff |
2015-04-20 |
Michael Niedermayer | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' |
blob | commitdiff | diff to current |
2015-04-19 |
Vittorio Giovara | lavc: Replace av_dlog and tprintf with internal macros |
blob | commitdiff | diff to current |
2014-08-24 |
Paul B Mahol | Correct few "ffmpeg" typos |
blob | commitdiff | diff to current |
2014-01-01 |
Michael Niedermayer | avcodec/vqavideo: use av_mallocz() for decode_buffer() |
blob | commitdiff | diff to current |
2013-12-21 |
Michael Niedermayer | avcodec/vqavideo: clear uninitialized parts of the... |
blob | commitdiff | diff to current |
2013-12-21 |
Michael Niedermayer | avcodec/vqavideo: check destination size on all exit... |
blob | commitdiff | diff to current |
2013-10-04 |
Michael Niedermayer | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' |
blob | commitdiff | diff to current |
2013-10-03 |
Diego Biurrun | cosmetics: Group .name and .long_name together in codec... |
blob | commitdiff | diff to current |
2013-07-08 |
Michael Niedermayer | Merge commit 'c4abc9098cacb227dba39bac6aea16b2bceba0d0' |
blob | commitdiff | diff to current |
2013-07-07 |
Luca Barbato | vqavideo: check the version |
blob | commitdiff | diff to current |
2013-03-13 |
Clément Bœsch | lavc: factorize ff_{thread_,re,}get_buffer error messages. |
blob | commitdiff | diff to current |
2013-03-12 |
Michael Niedermayer | Merge commit '759001c534287a96dc96d1e274665feb7059145d' |
blob | commitdiff | diff to current |
2013-03-08 |
Anton Khirnov | lavc decoders: work with refcounted frames. |
blob | commitdiff | diff to current |
2013-02-18 |
Michael Niedermayer | Merge commit '488f87be873506abb01d67708a67c10a4dd29283' |
blob | commitdiff | diff to current |
2013-02-17 |
Michael Niedermayer | vqavideo: check chunk sizes before reading chunks |
blob | commitdiff | diff to current |
2013-01-25 |
Michael Niedermayer | vqavideo: check chunk sizes before reading chunks |
blob | commitdiff | diff to current |
2013-01-07 |
Michael Niedermayer | Merge commit '9dbbda235d93d628777b986e502213f1ed390973' |
blob | commitdiff | diff to current |
2013-01-06 |
Anton Khirnov | vqavideo: return meaningful error codes. |
blob | commitdiff | diff to current |
2012-12-05 |
Michael Niedermayer | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' |
blob | commitdiff | diff to current |
2012-12-05 |
Michael Niedermayer | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' |
blob | commitdiff | diff to current |
2012-12-04 |
Anton Khirnov | lavc: fix decode_frame() third parameter semantics... |
blob | commitdiff | diff to current |
2012-12-04 |
Anton Khirnov | lavc: add a wrapper for AVCodecContext.get_buffer(). |
blob | commitdiff | diff to current |
2012-11-22 |
Carl Eugen Hoyos | vqavideo: Reinitialise the actually used partial codebo... |
blob | commitdiff | diff to current |
2012-10-30 |
Paul B Mahol | vqavideo: return more meaningful error codes |
blob | commitdiff | diff to current |
2012-10-14 |
Michael Niedermayer | avoid "0xFF << 24" as it is considered a integer overfl... |
blob | commitdiff | diff to current |
2012-10-08 |
Michael Niedermayer | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' |
blob | commitdiff | diff to current |
2012-10-08 |
Anton Khirnov | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix... |
blob | commitdiff | diff to current |
2012-08-07 |
Michael Niedermayer | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' |
blob | commitdiff | diff to current |
2012-08-07 |
Anton Khirnov | Replace all CODEC_ID_* with AV_CODEC_ID_* |
blob | commitdiff | diff to current |
2012-06-14 |
Paul B Mahol | vqavideo: pass context to remaining av_(d)log |
blob | commitdiff | diff to current |
2012-05-11 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-05-10 |
Mans Rullgard | vqavideo: change x/y loop counters to the usual pattern |
blob | commitdiff | diff to current |
2012-05-04 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-05-03 |
Mans Rullgard | vqavideo: return error if image size is not a multiple... |
blob | commitdiff | diff to current |
2012-04-07 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-04-06 |
Martin Storsjö | cosmetics: Align codec declarations |
blob | commitdiff | diff to current |
2012-03-25 |
Reimar Döffinger | vqavideo: fix decoding of samples with no partial updates. |
blob | commitdiff | diff to current |
2012-03-22 |
Michael Niedermayer | vqavideodev: Check image dimensions |
blob | commitdiff | diff to current |
2012-03-22 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-03-22 |
Ronald S. Bultje | vqa: check palette chunk size before reading data. |
blob | commitdiff | diff to current |
2012-03-22 |
Paul B Mahol | vqavideo: remove some superfluous " VQA video: " |
blob | commitdiff | diff to current |
2012-03-18 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-03-18 |
Paul B Mahol | vqavideo: port to bytestream2 API |
blob | commitdiff | diff to current |
2012-03-17 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-03-16 |
Paul B Mahol | vqavideo: check malloc return values |
blob | commitdiff | diff to current |
2012-01-05 |
Reimar Döffinger | Check for overread in vqa video decoder. |
blob | commitdiff | diff to current |
2011-11-13 |
Carl Eugen Hoyos | Increase Westwood Studios VQA palette dynamics. |
blob | commitdiff | diff to current |
2011-11-12 |
Carl Eugen Hoyos | Set Westwood Studios VQA palette opaque. |
blob | commitdiff | diff to current |
2011-10-09 |
Laurent Aimar | vqavideo: check for out of bound reads. |
blob | commitdiff | diff to current |
2011-10-09 |
Laurent Aimar | vqavideo: check for invalid/unsupported version |
blob | commitdiff | diff to current |
2011-07-30 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-07-29 |
Anton Khirnov | lavc: use designated initialisers for all codecs. |
blob | commitdiff | diff to current |
2011-07-15 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-07-15 |
Diego Biurrun | doxygen: use Doxygen markup for authors and web links... |
blob | commitdiff | diff to current |
2011-06-03 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-06-02 |
Diego Biurrun | Replace custom debug output functions by av_dlog(). |
blob | commitdiff | diff to current |
2011-05-07 |
Stefano Sabatini | lavc: set defaults in internal codec frames |
blob | commitdiff | diff to current |
2011-04-22 |
Michael Niedermayer | Merge remote branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-04-22 |
Diego Biurrun | vqavideo: We no longer need to ask for version 1 samples. |
blob | commitdiff | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | diff to current |
2011-02-16 |
Reinhard Tartler | Merge libavcore into libavutil |
blob | commitdiff | diff to current |
2011-02-15 |
Reinhard Tartler | Merge libavcore into libavutil |
blob | commitdiff | diff to current |
2011-01-28 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | diff to current |
2011-01-26 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | diff to current |
2010-09-07 |
Stefano Sabatini | Use new imgutils.h API names, fix deprecation warnings. |
blob | commitdiff | diff to current |
2010-08-06 |
Stefano Sabatini | Remove use of the deprecated function avcodec_check_dim... |
blob | commitdiff | diff to current |
2010-04-20 |
Diego Biurrun | Remove explicit filename from Doxygen @file commands. |
blob | commitdiff | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | diff to current |
2009-07-22 |
Måns Rullgård | Remove useless #include <unistd.h> from many files |
blob | commitdiff | diff to current |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
blob | commitdiff | diff to current |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
blob | commitdiff | diff to current |
2009-01-11 |
Diego Biurrun | Fix build: Add intreadwrite.h and bswap.h #includes... |
blob | commitdiff | diff to current |
2008-06-12 |
Stefano Sabatini | Make AVCodec long_names definition conditional dependin... |
blob | commitdiff | diff to current |
2008-05-26 |
Diego Biurrun | consistency cosmetics: indices --> indexes |
blob | commitdiff | diff to current |
2008-04-29 |
Stefano Sabatini | Add long names to some AVCodec declarations. |
blob | commitdiff | diff to current |
2008-03-21 |
Zuxy Meng | Apply 'cold' attribute to init/uninit functions in... |
blob | commitdiff | diff to current |
2008-03-10 |
Mike Melanson | These video decoders do not need to include and initial... |
blob | commitdiff | diff to current |
2008-02-19 |
Michael Niedermayer | Fix ;; |
blob | commitdiff | diff to current |
2008-02-01 |
Michael Niedermayer | const |
blob | commitdiff | diff to current |
2007-07-05 |
Diego Biurrun | license header consistency cosmetics |
blob | commitdiff | diff to current |
2007-05-10 |
Diego Biurrun | Remove redundant #inclusion of common.h, avcodec.h... |
blob | commitdiff | diff to current |
2007-04-08 |
Nicholas Tung | Get rid of unnecessary pointer casts. |
blob | commitdiff | diff to current |
2007-04-07 |
Nicholas Tung | Remove superfluous setting of has_b_frames in codecs... |
blob | commitdiff | diff to current |
2007-01-19 |
Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 |
blob | commitdiff | diff to current |
2006-11-29 |
Kostya Shishkov | VQA v1 support |
blob | commitdiff | diff to current |
2006-11-28 |
Kostya Shishkov | Correct information in header |
blob | commitdiff | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | diff to current |
2006-09-30 |
Michael Niedermayer | palette (if we memcpy it into AVFrame) must be uint32_t |
blob | commitdiff | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | diff to current |
2005-01-12 |
Michael Niedermayer | various security fixes and precautionary checks |
blob | commitdiff | diff to current |
2004-03-14 |
Mike Melanson | remove numerous definitions of BE_*/LE_* macros; conver... |
blob | commitdiff | diff to current |
2003-11-03 |
Michel Bardiaux | av_log() patch by (Michel Bardiaux <mbardiaux at peakti... |
blob | commitdiff | diff to current |
2003-10-30 |
Mike Melanson | revised palette API, courtesy of Roberto Togni (rtogni... |
blob | commitdiff | diff to current |
2003-10-11 |
Mike Melanson | support a few more types of VQA files |
blob | commitdiff | diff to current |
2003-10-04 |
Mike Melanson | added solid color vectors; basic PAL8, 4x2-vector video... |
blob | commitdiff | diff to current |
2003-10-02 |
Mike Melanson | first pass at a VQA video decoder |
blob | commitdiff | diff to current |
|