Age | Commit message (Expand) | Author |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-02-16 | shorten: Use separate pointers for the allocated memory for decoded samples. | Michael Niedermayer |
2011-12-08 | shorten: avoid abort() on unknown audio types | John Brooks |
2011-12-04 | shorten: remove dead initialization | Paul B. Mahol |
2011-12-02 | Add avcodec_decode_audio4(). | Justin Ruggles |
2011-11-11 | shorten: do not modify samples pointer when interleaving | Justin Ruggles |
2011-10-20 | shorten: fix end-of-stream decoding. | Justin Ruggles |
2011-10-20 | shorten: do not use block size to determine whether to read the header. | Justin Ruggles |
2011-10-20 | shorten: check output buffer size before decoding | Justin Ruggles |
2011-10-20 | shorten: use av_clip_int16() for output sample clipping | Justin Ruggles |
2011-10-20 | shorten: use bytestream functions to decode the embedded WAVE header | Justin Ruggles |
2011-10-20 | shorten: add some comments | Justin Ruggles |
2011-10-20 | shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc() | Justin Ruggles |
2011-10-20 | cosmetics: remove some needless commented-out stuff | Justin Ruggles |
2011-10-20 | shorten: validate block size | Justin Ruggles |
2011-10-20 | shorten: move declaration of 'ret' to top of shorten_decode_frame() | Justin Ruggles |
2011-10-20 | shorten: pass on error value from allocate_buffers() instead of returning -1 | Justin Ruggles |
2011-10-20 | shorten: check for realloc failure | Justin Ruggles |
2011-10-20 | shorten: move decoding of prediction order and applying of global offset to | Justin Ruggles |
2011-10-20 | shorten: only calculate output size when returning decoded samples, otherwise | Justin Ruggles |
2011-10-20 | cosmetics: reindent | Justin Ruggles |
2011-10-20 | shorten: separate processing of audio commands from non-audio commands | Justin Ruggles |
2011-10-20 | shorten: skip some fields in the WAV header embedded in the shorten header. | Justin Ruggles |
2011-10-20 | shorten: split reading of file header into a separate functions | Justin Ruggles |
2011-10-13 | shorten: remove the flush function. | Justin Ruggles |
2011-10-07 | shorten: Fix out of bound writes in fix_bitshift() | Laurent Aimar |
2011-10-07 | shorten: Prevent block size from increasing | Laurent Aimar |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-07-03 | Remove statements immediately following unconditional jumps | Mans Rullgard |
2011-06-07 | shorten: Remove stray DEBUG #define and corresponding av_dlog statement. | Diego Biurrun |
2011-06-02 | Remove unused variables | Mans Rullgard |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-29 | Replace dprintf with av_dlog | Luca Barbato |
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-06-26 | shorten: remove VLA and check for buffer overflow | 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-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-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-31 | shorten: trivial simplification of signature check | Måns Rullgård |
2009-01-17 | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs |
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-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-27 | Add long names to many AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |