| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change "H.263 Intel" long name to "Intel H.263". | Stefano Sabatini | 2009-01-26 | 1 | -1/+1 |
* | Make more descriptive the long names for the various variants of H.263. | Stefano Sabatini | 2009-01-25 | 1 | -2/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 1 | -7/+7 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -7/+7 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). | Michael Niedermayer | 2008-12-21 | 1 | -3/+0 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 1 | -1/+1 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -1/+1 |
* | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | Diego Biurrun | 2008-07-24 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -8/+8 |
* | Remove leading whitespace in long codec name that was committed in r13017 | Robert Swain | 2008-04-29 | 1 | -1/+1 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+4 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-28 | 1 | -1/+5 |
* | Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. | Alexander Strange | 2008-04-17 | 1 | -1/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -12/+12 |
* | Avoid linking with h263 and mpeg4 find_frame_end() | Aurelien Jacobs | 2008-03-05 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | intrax8 decoder patch by "someone" | Michael Niedermayer | 2007-11-09 | 1 | -3/+5 |
* | Workaround adjustments for DivX 6.1 and later | Lord | 2007-06-13 | 1 | -2/+2 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -3/+4 |
* | disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in | Aurelien Jacobs | 2007-05-10 | 1 | -5/+6 |
* | move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c | Aurelien Jacobs | 2007-05-09 | 1 | -41/+1 |
* | Move H.263 parser to its own file. | Diego Biurrun | 2007-05-08 | 1 | -69/+2 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -4/+4 |
* | Corrections so that builds with DEBUG work | Michel Bardiaux | 2007-03-08 | 1 | -1/+2 |
* | 1/0 fix | Michael Niedermayer | 2007-01-22 | 1 | -1/+1 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -1/+1 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -1/+1 |
* | add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values | Baptiste Coudurier | 2006-11-07 | 1 | -7/+7 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | 10l in r6412 | Loren Merritt | 2006-10-04 | 1 | -2/+2 |
* | approximate qpel functions: sacrifice some quality for some decoding speed. e... | Loren Merritt | 2006-10-01 | 1 | -0/+11 |
* | printf -> av_log, only occurs in DEBUG cases | Mike Melanson | 2006-08-04 | 1 | -2/+2 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 1 | -0/+4 |
* | Fix initialization of vc1_decoder (the same as wmv3_decoder). | Reimar Döffinger | 2006-06-29 | 1 | -0/+1 |
* | cleanup picture / debug output code | Michael Niedermayer | 2006-03-10 | 1 | -9/+8 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -2/+2 |
* | RMP4 ("xvid fork") decoding support | Michael Niedermayer | 2006-02-19 | 1 | -1/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | also autodetect xvid idct if bitexact is used | Michael Niedermayer | 2005-12-21 | 1 | -1/+1 |
* | fix custom matrix permutation if xvid idct is autoselected and you have bad luck | Michael Niedermayer | 2005-12-18 | 1 | -0/+2 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -79/+79 |
* | select xvid idct for xvid files if possible | Michael Niedermayer | 2005-09-10 | 1 | -2/+2 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -0/+4 |
* | spelling fixes | Diego Biurrun | 2005-06-17 | 1 | -4/+4 |