Age | Commit message (Expand) | Author |
2011-02-23 | vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8. | Justin Ruggles |
2011-02-23 | vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo... | Justin Ruggles |
2011-02-23 | vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam... | Justin Ruggles |
2011-02-23 | vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then... | Justin Ruggles |
2011-02-23 | cosmetics: reindent after previous commit | Justin Ruggles |
2011-02-23 | vmdaudio: move all silence chunk handling to vmdaudio_loadsound(). | Justin Ruggles |
2011-02-23 | cosmetics: remove debugging cruft | Justin Ruggles |
2011-02-23 | cosmetics: reindent after previous commit | Justin Ruggles |
2011-02-23 | vmdaudio: simplify buffer pointer and header size handling. | Justin Ruggles |
2011-02-23 | vmdaudio: set *data_size to zero when skipping small packets and add a warnin... | Justin Ruggles |
2011-02-23 | vmdaudio: validate block type | Justin Ruggles |
2011-02-23 | vmdaudio: use macros and a local variable for block type. | Justin Ruggles |
2011-02-23 | vmdaudio: correct the silent chunk count in the first block. | Justin Ruggles |
2011-02-23 | vmdaudio: output audio samples for standalone silent blocks. | Justin Ruggles |
2011-02-23 | vmdaudio: remove duplicated code by merging mono and stereo decoding. | Justin Ruggles |
2011-02-23 | vmdaudio: fix raw_block_size calculation. | Justin Ruggles |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-07-22 | Remove useless #include <unistd.h> from many files | Måns Rullgård |
2009-04-24 | Remove useless assignment during initialization for some decoders | Kostya Shishkov |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-26 | Fix filenames in Doxygen comments. | Diego Biurrun |
2009-01-21 | VMD first chunk of audio is not coded as many separate chunks of block_align | Kostya Shishkov |
2009-01-11 | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun |
2008-09-08 | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-06-24 | mark read-only data as const | Stefan Gehrer |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-06 | Remove unnecessary parentheses from return calls. | Diego Biurrun |
2008-04-27 | Add long names to AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-03-10 | These video decoders do not need to include and initialize the DSP | Mike Melanson |
2008-02-01 | const | Michael Niedermayer |
2007-09-23 | Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). | Kostya Shishkov |
2007-08-11 | use av_clip_int16() where it makes sense | Aurelien Jacobs |
2007-07-05 | license header consistency cosmetics | Diego Biurrun |
2007-05-29 | Do proper frame swapping so VMD video decoder works again | Kostya Shishkov |
2007-05-10 | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun |
2007-04-08 | Get rid of unnecessary pointer casts. | Nicholas Tung |
2007-04-07 | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung |
2007-02-25 | Add av_ prefix to clip functions | Reimar Döffinger |
2007-01-19 | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi |
2006-11-19 | Divide first audio buffer chunk into atomary bufffers. | Kostya Shishkov |
2006-11-13 | Output proper 16-bit sound (fixes decoding on PPC) | Kostya Shishkov |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-08-09 | Correct wrong memset invocation. | Panagiotis Issaris |
2006-03-11 | 16-bit DPCM and stereo support for Sierra VMD | Kostya Shishkov |