2012-02-28 |
Ronald S. Bultje | Indeo3: fix crashes on corrupt bitstreams. |
blob | commitdiff | raw |
2012-02-15 |
Martin Storsjö | dsputil: Add ff_ prefix to the dsputil*_init* functions |
blob | commitdiff | raw | diff to current |
2012-01-07 |
Janne Grunau | indeo3: check motion vectors for validity |
blob | commitdiff | raw | diff to current |
2011-11-29 |
Aneesh Dogra | indeo3: check per-plane data buffer against input buffe... |
blob | commitdiff | raw | diff to current |
2011-11-28 |
Kostya Shishkov | indeo3: cosmetics |
blob | commitdiff | raw | diff to current |
2011-11-27 |
Aneesh Dogra | indeo3: error out if no motion vector is set. |
blob | commitdiff | raw | diff to current |
2011-11-08 |
Alex Converse | indeo3: Fix a fencepost error. |
blob | commitdiff | raw | diff to current |
2011-11-02 |
Maxim Poliakovski | replacement Indeo 3 decoder |
blob | commitdiff | raw | diff to current |
2011-11-02 |
Diego Biurrun | Remove some stray unnecessary ffmpeg references. |
blob | commitdiff | raw | diff to current |
2011-07-29 |
Anton Khirnov | lavc: use designated initialisers for all codecs. |
blob | commitdiff | raw | diff to current |
2011-05-04 |
Alex Converse | indeo3: Eliminate use of long. |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Reinhard Tartler | Merge libavcore into libavutil |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | raw | diff to current |
2010-09-07 |
Stefano Sabatini | Use new imgutils.h API names, fix deprecation warnings. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Stefano Sabatini | Remove use of the deprecated function avcodec_check_dim... |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Måns Rullgård | Add av_ prefix to bswap macros |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Måns Rullgård | bswap: change ME to NE in macro names |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Måns Rullgård | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Måns Rullgård | Remove useless #include <unistd.h> from many files |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Reimar Döffinger | Change av_free to av_freep |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Reimar Döffinger | Reallocate internal buffer when coded frame size changes. |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Reimar Döffinger | Change iv_decode_frame to get AVCodecContext as argumen... |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Baptiste Coudurier | indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Alex Converse | Reindent after last commit |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Alex Converse | Some buffer checks for indeo3 |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Benoit Fouet | Remove unneeded check. |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Benoit Fouet | Fix an exploit in indeo by checking we are not writing... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
Aurelien Jacobs | indeo3: replace sizeof(struct ...) by sizeof(*var) |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Diego Biurrun | Replace 'typedef struct ustr_t' by 'struct ustr', _t... |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Benoit Fouet | Rename some variables and add some comments to try... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Benoit Fouet | Fix indentation. |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Benoit Fouet | Remove useless context variable. |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Benoit Fouet | Merge declaration and assignment. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Move iv_decode_frame function to remove a forward decla... |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Remove useless lines. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Reindent whole file. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Indent. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Simplify iv_free_func(). |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Move allocated buffer out of YUV buffer structure. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Remove useless initializations. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Check allocations on init. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Remove useless test. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Cosmetics |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | use uint8_t instead of unsigned char |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Corrector type fits in 8 bits. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Remove useless casts and use variable instead of its... |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Benoit Fouet | Change table types to uint8_t |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Make AVCodec long_names definition conditional dependin... |
blob | commitdiff | raw | diff to current |
2008-04-27 |
Stefano Sabatini | Add long names to many AVCodec declarations. |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Zuxy Meng | Apply 'cold' attribute to init/uninit functions in... |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Aurelien Jacobs | remove more useless mpegvideo.h includes |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | const |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | Use bytestream. |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | consts |
blob | commitdiff | raw | diff to current |
2008-01-31 |
Reimar Döffinger | Two tables that should be const |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Diego Biurrun | Remove redundant #inclusion of common.h, avcodec.h... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Nicholas Tung | Remove superfluous setting of has_b_frames in codecs... |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Ramiro Polla | use FFMIN |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Måns Rullgård | fix some signedness warnings |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Diego Biurrun | COSMETICS: tabs --> spaces, some prettyprinting |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-03-06 |
Michael Niedermayer | indeo3 for bigendian patch by (demo-n <demo-n users... |
blob | commitdiff | raw | diff to current |
2005-02-27 |
Sebastian Jedruszk... | indeo3 for bigendian patch by (elf at frogger dot rules... |
blob | commitdiff | raw | diff to current |
2005-01-23 |
Michael Niedermayer | avoid buf_size == 0 checks in every decoder |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Michael Niedermayer | various security fixes and precautionary checks |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Zdenek Kabelac | * fixing a few of gcc 'clean-code' warnings |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Alex Beregszaszi | greyscale decoding (option to skip u,v planes) support |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Michael Niedermayer | data_size = 0 cleanup |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Michael Niedermayer | segfault fix |
blob | commitdiff | raw | diff to current |
2003-11-03 |
Michel Bardiaux | av_log() patch by (Michel Bardiaux <mbardiaux at peakti... |
blob | commitdiff | raw | diff to current |
2003-09-25 |
Michael Niedermayer | fixes levis.avi |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Fabrice Bellard | use const data - began to make code more portable |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Falk Hüffner | Warning and compatibility fixes. |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Michael Niedermayer | release buffer cleanup |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Mike Melanson | code redundancy reduction, courtesy of suxen_drol ... |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Mike Melanson | native Indeo3 decoder implementation |
blob | commitdiff | raw | diff to current |
|