| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use FFMIN | Ramiro Polla | 2007-02-25 | 1 | -7/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -6/+6 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -42/+42 |
* | indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net) | Michael Niedermayer | 2005-03-06 | 1 | -3/+6 |
* | indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian J... | Sebastian Jedruszkiewicz | 2005-02-27 | 1 | -30/+45 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -5/+0 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -0/+4 |
* | * fixing a few of gcc 'clean-code' warnings | Zdenek Kabelac | 2004-10-06 | 1 | -1/+2 |
* | greyscale decoding (option to skip u,v planes) support | Alex Beregszaszi | 2004-09-21 | 1 | -0/+8 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -1/+0 |
* | segfault fix | Michael Niedermayer | 2004-02-07 | 1 | -0/+6 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -5/+5 |
* | fixes levis.avi | Michael Niedermayer | 2003-09-25 | 1 | -4/+4 |
* | use const data - began to make code more portable | Fabrice Bellard | 2003-09-09 | 1 | -17/+20 |
* | Warning and compatibility fixes. | Falk Hüffner | 2003-05-24 | 1 | -1/+0 |
* | release buffer cleanup | Michael Niedermayer | 2003-05-06 | 1 | -2/+3 |
* | code redundancy reduction, courtesy of suxen_drol -at- hotmail.com | Mike Melanson | 2003-04-19 | 1 | -199/+106 |