| Commit message (Expand) | Author | Age | Files | Lines |
* | indeo3: Eliminate use of long. | Alex Converse | 2011-05-03 | 1 | -11/+11 |
* | 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 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -33/+33 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -33/+33 |
* | 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 | -1/+1 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Change av_free to av_freep | Reimar Döffinger | 2009-07-06 | 1 | -3/+3 |
* | Reallocate internal buffer when coded frame size changes. | Reimar Döffinger | 2009-07-06 | 1 | -0/+12 |
* | Change iv_decode_frame to get AVCodecContext as argument, so that | Reimar Döffinger | 2009-07-06 | 1 | -3/+4 |
* | indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Reindent after last commit | Alex Converse | 2009-02-19 | 1 | -1/+1 |
* | Some buffer checks for indeo3 | Alex Converse | 2009-02-19 | 1 | -2/+20 |
* | Remove unneeded check. | Benoit Fouet | 2009-01-26 | 1 | -3/+0 |
* | Fix an exploit in indeo by checking we are not writing out of the strip array. | Benoit Fouet | 2009-01-26 | 1 | -0/+8 |
* | indeo3: replace sizeof(struct ...) by sizeof(*var) | Aurelien Jacobs | 2008-12-14 | 1 | -2/+2 |
* | Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. | Diego Biurrun | 2008-12-13 | 1 | -5/+5 |
* | Rename some variables and add some comments to try to be a bit more clear. | Benoit Fouet | 2008-10-02 | 1 | -33/+34 |
* | Fix indentation. | Benoit Fouet | 2008-10-01 | 1 | -6/+6 |
* | Remove useless context variable. | Benoit Fouet | 2008-10-01 | 1 | -2/+0 |
* | Merge declaration and assignment. | Benoit Fouet | 2008-10-01 | 1 | -13/+9 |
* | Move iv_decode_frame function to remove a forward declaration. | Benoit Fouet | 2008-09-30 | 1 | -72/+67 |
* | Remove useless lines. | Benoit Fouet | 2008-09-30 | 1 | -4/+0 |
* | Reindent whole file. | Benoit Fouet | 2008-09-30 | 1 | -921/+921 |
* | Indent. | Benoit Fouet | 2008-09-30 | 1 | -1/+1 |
* | Simplify iv_free_func(). | Benoit Fouet | 2008-09-30 | 1 | -12/+0 |
* | Move allocated buffer out of YUV buffer structure. | Benoit Fouet | 2008-09-30 | 1 | -11/+11 |
* | Remove useless initializations. | Benoit Fouet | 2008-09-30 | 1 | -7/+0 |
* | Check allocations on init. | Benoit Fouet | 2008-09-30 | 1 | -8/+17 |
* | Remove useless test. | Benoit Fouet | 2008-09-30 | 1 | -3/+1 |
* | Cosmetics | Benoit Fouet | 2008-09-30 | 1 | -12/+13 |
* | use uint8_t instead of unsigned char | Benoit Fouet | 2008-09-30 | 1 | -18/+18 |
* | Corrector type fits in 8 bits. | Benoit Fouet | 2008-09-30 | 1 | -3/+3 |
* | Remove useless casts and use variable instead of its type in sizeof. | Benoit Fouet | 2008-09-30 | 1 | -2/+2 |
* | Change table types to uint8_t | Benoit Fouet | 2008-09-30 | 1 | -2/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -1/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -5/+5 |
* | remove more useless mpegvideo.h includes | Aurelien Jacobs | 2008-03-05 | 1 | -1/+0 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -7/+7 |
* | Use bytestream. | Michael Niedermayer | 2008-02-01 | 1 | -19/+11 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | Two tables that should be const | Reimar Döffinger | 2008-01-31 | 1 | -2/+2 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung | 2007-04-07 | 1 | -1/+0 |