| Commit message (Expand) | Author | Age | Files | Lines |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -12/+18 |
* | cin audio: use sign_extend() instead of casting to int16_t | Justin Ruggles | 2011-10-29 | 1 | -1/+2 |
* | cin audio: restructure decoding loop to avoid a separate counter variable | Justin Ruggles | 2011-10-29 | 1 | -11/+14 |
* | cin audio: use local variable for delta value | Justin Ruggles | 2011-10-29 | 1 | -5/+8 |
* | cin audio: remove unneeded cast from void* | Justin Ruggles | 2011-10-29 | 1 | -1/+1 |
* | cin audio: validate the channel count | Justin Ruggles | 2011-10-29 | 1 | -0/+5 |
* | cin audio: remove unneeded AVCodecContext pointer from CinAudioContext | Justin Ruggles | 2011-10-29 | 1 | -2/+0 |
* | dsicinav: Check for out of bounds writes | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | dsicinav: Check for out of bounds reads | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -17/+14 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | 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 |
* | 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 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | 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 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | Do not decode more data than output buffer may hold | Kostya Shishkov | 2007-09-22 | 1 | -0/+2 |
* | use av_clip_int16() where it makes sense | Aurelien Jacobs | 2007-08-11 | 1 | -1/+1 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -4/+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 | -2/+2 |
* | Rename SWAP macro to FFSWAP. | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | support for Delphine Software .cin files demuxing / audio and video decoding,... | Baptiste Coudurier | 2006-10-11 | 1 | -0/+362 |