| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -6/+6 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | undoing revision 16118 for truemotion1.c; commit was premature | Mike Melanson | 2008-12-14 | 1 | -12/+6 |
* | The POSIX namespace shall be held sacrosanct. To that end, | Mike Melanson | 2008-12-14 | 1 | -6/+12 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Fix reading an element after the array. | Michael Niedermayer | 2008-06-06 | 1 | -1/+1 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -6/+6 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | more const | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | use reget_buffer and remove internal copying of buffer - codec works again | Alex Beregszaszi | 2007-08-09 | 1 | -33/+9 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | cosmetics: remove my email address | Alex Beregszaszi | 2007-04-20 | 1 | -1/+1 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -3/+3 |
* | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung | 2007-04-07 | 1 | -1/+0 |
* | cosmetics: aswell --> as well typo fix | Diego Biurrun | 2007-02-22 | 1 | -1/+1 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -1/+1 |
* | fix use of uninitialized variables | Sascha Sommer | 2007-02-05 | 1 | -0/+5 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -3/+3 |
* | 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: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -18/+18 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -38/+38 |
* | clear the whole vert_pred buffer for 24 bit decoding. | Reimar Döffinger | 2005-11-10 | 1 | -1/+1 |
* | improvements by Reimar Döffinger; 24-bit decoding is not perfect, only | Mike Melanson | 2005-11-10 | 1 | -18/+7 |
* | adding a few const | Michael Niedermayer | 2005-06-01 | 1 | -4/+4 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+0 |
* | Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet... | Alex Beregszaszi | 2004-09-21 | 1 | -29/+365 |
* | fix initialization bug in which execution overwrites essential data | Mike Melanson | 2004-06-11 | 1 | -8/+8 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | conversion to av_log | Alex Beregszaszi | 2004-04-07 | 1 | -10/+7 |
* | remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> | Mike Melanson | 2004-03-14 | 1 | -2/+0 |
* | (f)printf() is disallowed in libavcodec, compilation will fail now if its use... | Michael Niedermayer | 2004-02-22 | 1 | -0/+3 |
* | this should make the decoder safe for big-endian platforms | Mike Melanson | 2003-12-04 | 1 | -2/+9 |
* | initial support for Duck TrueMotion v1 (think of it as On2 VP1); only | Mike Melanson | 2003-12-03 | 1 | -0/+597 |