| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | ws_snd1: Fix wrong samples counts. | Michael Niedermayer | 2012-02-16 | 1 | -2/+2 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -9/+29 |
* | ws_snd: misc cosmetic clean-ups | Justin Ruggles | 2011-09-26 | 1 | -14/+11 |
* | ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead. | Justin Ruggles | 2011-09-26 | 1 | -5/+4 |
* | ws_snd: use memcpy() and memset() instead of loops | Justin Ruggles | 2011-09-26 | 1 | -9/+6 |
* | ws_snd: use samples pointer for loop termination instead of a separate | Justin Ruggles | 2011-09-26 | 1 | -10/+5 |
* | ws_snd: make sure number of channels is 1 | Justin Ruggles | 2011-09-26 | 1 | -0/+5 |
* | ws_snd: add some checks to prevent buffer overread or overwrite. | Justin Ruggles | 2011-09-26 | 1 | -4/+28 |
* | ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16. | Justin Ruggles | 2011-09-26 | 1 | -23/+24 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+5 |
* | 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 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Include stdint.h instead of inttypes.h, it is enough for what this file need. | Vitor Sessak | 2010-08-29 | 1 | -1/+1 |
* | Hopefully fix the fate-ws_snd breakage on PPC | Vitor Sessak | 2010-08-28 | 1 | -3/+4 |
* | 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 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | 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 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+2 |
* | 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 | -1/+1 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Add checks on input/output buffers size for some audio decoders | Kostya Shishkov | 2007-09-13 | 1 | -0/+8 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -2/+2 |
* | Remove empty structures, | Steve L'Homme | 2006-10-14 | 1 | -4/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -6/+6 |
* | Westwood SND1 decoder, courtesy of Kostya | Mike Melanson | 2005-03-28 | 1 | -0/+145 |