Age | Commit message (Expand) | Author |
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-07-01 | smacker: remove some unused code | Mans Rullgard |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-03-30 | smacker audio: sign-extend the initial 16-bit predicted value | Franz Brauße |
2012-03-28 | Replace memset(0) by zero initializations. | Diego Biurrun |
2012-03-25 | smacker: convert palette and header reading to bytestream2. | Ronald S. Bultje |
2012-02-15 | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö |
2012-01-27 | cosmetics: Remove extra newlines at EOF | Alex Converse |
2012-01-26 | smacker: Sanity check huffman tables found in the headers. | Alex Converse |
2012-01-26 | smacker: remove dead store | Alex Converse |
2011-12-22 | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun |
2011-12-02 | Add avcodec_decode_audio4(). | Justin Ruggles |
2011-11-09 | smackaud: use uint8_t* for 8-bit output buffer type | Justin Ruggles |
2011-11-09 | smackaud: clip output samples | Justin Ruggles |
2011-11-09 | smackaud: use sign_extend() for difference value instead of casting | Justin Ruggles |
2011-10-11 | smacker: validate channels and sample format. | Justin Ruggles |
2011-10-11 | smacker: check buffer size before reading output size | Justin Ruggles |
2011-10-11 | smacker: validate number of channels | Justin Ruggles |
2011-09-14 | smacker: fix a few off by 1 errors | Michael Niedermayer |
2011-09-14 | Check for invalid VLC value in smacker decoder. | Laurent Aimar |
2011-09-14 | Check and propagate errors when VLC trees cannot be built in smacker decoder. | Laurent Aimar |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-04-27 | smacker: remove unnecessary call to avctx->release_buffer in decode_frame() | Stefano Sabatini |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-02-06 | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov |
2011-02-03 | Remove a few if (p) av_free(p) forms | Clément Bœsch |
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-07-10 | Add av_ prefix to bswap macros | Måns Rullgård |
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-11-01 | Set the sample format for Smacker audio in the decoder rather than in the | Justin Ruggles |
2009-10-13 | Remove unnecessary calls to avcodec_check_dimensions, the check is already | Reimar Döffinger |
2009-06-05 | smacker video decoder uses reget_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier |
2009-04-24 | Remove useless assignment during initialization for some decoders | Kostya Shishkov |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-03-21 | Make Smacker audio decoder output audio in original bit depth | Daniel Verkamp |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2008-12-15 | Fix one peculiar case in Smacker decoding. | Daniel Verkamp |
2008-11-19 | Add channel layout to several audio decoders I maintain | Kostya Shishkov |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
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-02-02 | 100l, since we already check for buf_size == 769 we should also | Reimar Döffinger |
2008-02-02 | Use bytestream_get_be24 to simplify palette parsing. | Reimar Döffinger |