| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Remove useless assignment during initialization for some decoders | Kostya Shishkov | 2009-04-24 | 1 | -2/+0 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -2/+6 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix filenames in Doxygen comments. | Diego Biurrun | 2009-01-26 | 1 | -1/+1 |
* | VMD first chunk of audio is not coded as many separate chunks of block_align | Kostya Shishkov | 2009-01-21 | 1 | -17/+28 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | 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 | -2/+2 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -3/+3 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -3/+3 |
* | These video decoders do not need to include and initialize the DSP | Mike Melanson | 2008-03-10 | 1 | -3/+0 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -12/+12 |
* | Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). | Kostya Shishkov | 2007-09-23 | 1 | -0/+10 |
* | use av_clip_int16() where it makes sense | Aurelien Jacobs | 2007-08-11 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Do proper frame swapping so VMD video decoder works again | Kostya Shishkov | 2007-05-29 | 1 | -5/+4 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -5/+5 |
* | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung | 2007-04-07 | 1 | -1/+0 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -1/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -7/+7 |
* | Divide first audio buffer chunk into atomary bufffers. | Kostya Shishkov | 2006-11-19 | 1 | -19/+3 |
* | Output proper 16-bit sound (fixes decoding on PPC) | Kostya Shishkov | 2006-11-13 | 1 | -5/+10 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Correct wrong memset invocation. | Panagiotis Issaris | 2006-08-09 | 1 | -1/+1 |
* | 16-bit DPCM and stereo support for Sierra VMD | Kostya Shishkov | 2006-03-11 | 1 | -69/+48 |
* | 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 | -2/+2 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -4/+4 |
* | tinfoil patch: be more diligent about checking array boundaries before | Mike Melanson | 2005-08-13 | 1 | -8/+32 |
* | if audio is PCM, push it through (sync is not perfect yet) | Mike Melanson | 2004-09-28 | 1 | -7/+4 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -1/+0 |
* | conversion to av_log | Alex Beregszaszi | 2004-04-07 | 1 | -16/+10 |
* | minor VMD system update; still not perfect, but should not crash either | Mike Melanson | 2004-03-14 | 1 | -22/+59 |
* | (f)printf() is disallowed in libavcodec, compilation will fail now if its use... | Michael Niedermayer | 2004-02-22 | 1 | -0/+3 |
* | first pass at Sierra VMD A/V decoders; video looks great, audio is not | Mike Melanson | 2004-01-02 | 1 | -0/+548 |