| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | fix the WC3 Xan decoder by correcting the frame accounting logic | Mike Melanson | 2008-03-05 | 1 | -4/+6 |
* | const | Aurelien Jacobs | 2008-02-01 | 1 | -5/+3 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -10/+10 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -2/+1 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. | Diego Biurrun | 2007-05-05 | 1 | -2/+2 |
* | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung | 2007-04-07 | 1 | -1/+0 |
* | typos | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -5/+5 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -9/+9 |
* | tinfoil patch: no array is written to in bulk before counts are | Mike Melanson | 2005-08-13 | 1 | -419/+85 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -0/+3 |
* | remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> | Mike Melanson | 2004-03-14 | 1 | -7/+0 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -5/+5 |
* | revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) | Mike Melanson | 2003-10-30 | 1 | -28/+36 |
* | MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's | Mike Melanson | 2003-09-19 | 1 | -97/+40 |
* | change pixel identifier conflict with AltiVec headers (patch courtesy of | Mike Melanson | 2003-09-14 | 1 | -9/+9 |
* | final word on RGBA byte order | Mike Melanson | 2003-09-13 | 1 | -11/+1 |
* | deploy palette control API | Mike Melanson | 2003-09-12 | 1 | -6/+6 |
* | copy & paste strikes again | Mike Melanson | 2003-09-11 | 1 | -1/+1 |
* | xan_wc3 decoder now works correctly; added a bunch of output | Mike Melanson | 2003-09-11 | 1 | -40/+322 |
* | New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM | Mike Melanson | 2003-09-08 | 1 | -0/+605 |