| Commit message (Expand) | Author | Age | Files | Lines |
* | libgsm: add flush function to reset the decoder state when seeking | Justin Ruggles | 2011-11-02 | 1 | -0/+7 |
* | libgsm: simplify decoding by using a loop | Justin Ruggles | 2011-11-02 | 1 | -7/+8 |
* | gsm: log error message when packet is too small | Justin Ruggles | 2011-11-02 | 1 | -1/+5 |
* | libgsmdec: do not needlessly set *data_size to 0 | Justin Ruggles | 2011-11-02 | 1 | -1/+0 |
* | libgsmdec: check output buffer size before decoding | Justin Ruggles | 2011-11-02 | 1 | -2/+9 |
* | cosmetics: reindent and pretty-print | Justin Ruggles | 2011-09-25 | 1 | -14/+14 |
* | libgsm: split init and close fuctions for encoder and decoder. | Justin Ruggles | 2011-09-25 | 1 | -20/+49 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -30/+24 |
* | libgsm: Drop const qualifier to silence compiler warning. | Diego Biurrun | 2011-07-07 | 1 | -1/+1 |
* | 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 | -4/+4 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -3/+3 |
* | Change all occurences of "inofficial" to "unofficial" in code, comments | Rodney Baker | 2010-07-03 | 1 | -2/+2 |
* | 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 | -4/+4 |
* | Fix compilation with --enable-libgsm on Gentoo and OpenSUSE. | Ramiro Polla | 2010-02-13 | 1 | -1/+1 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 1 | -2/+2 |
* | 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 memory leak in libgsm wrapper. | Martin Storsjö | 2008-11-10 | 1 | -0/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+4 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -4/+4 |
* | indent | Michael Niedermayer | 2008-04-29 | 1 | -14/+14 |
* | Fix decoding of: | Michael Niedermayer | 2008-04-29 | 1 | -0/+11 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+4 |
* | Make sure some value is always returned via data_size | Michel Bardiaux | 2008-04-25 | 1 | -3/+2 |
* | Allow bitrates zero and 13200 (needed for decoding mov and aiff) | Michel Bardiaux | 2008-04-25 | 1 | -1/+16 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | cosmetics: misc typo fixes | Diego Biurrun | 2007-07-28 | 1 | -1/+1 |
* | Give names of external library decoders/encoders a lib prefix | Diego Biurrun | 2007-06-06 | 1 | -4/+4 |
* | Add support for MS-GSM codec | Michel Bardiaux | 2007-02-20 | 1 | -15/+63 |
* | 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 | -3/+3 |
* | libgsm warper by (Alban Bedel: albeu, free fr) | Michael Niedermayer | 2005-05-22 | 1 | -0/+95 |