| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -2/+2 |
* | Clean up ALACdec | Jason Garrett-Glaser | 2010-10-26 | 1 | -21/+13 |
* | alac: change VLAs to fixed size | Måns Rullgård | 2010-06-24 | 1 | -5/+5 |
* | 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 |
* | Avoid using an intermediate variable. | Jai Menon | 2010-02-06 | 1 | -2/+1 |
* | Remove redundant use of numchannels since it is 1 for mono. | Jai Menon | 2010-02-06 | 1 | -1/+1 |
* | alac.c : Use av_freep instead of av_free. | Jai Menon | 2010-02-06 | 1 | -2/+2 |
* | Add ALAC 24 bps decoding support. | Jai Menon | 2010-02-04 | 1 | -16/+103 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | alacdec: Simplify reading of uncompressed samples by using | Justin Ruggles | 2009-03-03 | 1 | -2/+1 |
* | ALAC: use sign_extend() from mathops.h | Måns Rullgård | 2009-03-03 | 1 | -9/+5 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | alac : fix case where bits_per_sample is not set. | Baptiste Coudurier | 2008-09-08 | 1 | -1/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | alac : check readsamplesize to ensure get_bits() doesn't | Matthieu Castet | 2008-08-22 | 1 | -1/+5 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). | Jai Menon | 2008-06-15 | 1 | -2/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | cosmetics: indent after last commit. patch by matthieu castet <castet matthie... | Matthieu Castet | 2008-05-11 | 1 | -8/+8 |
* | simplify decoding of uncompressed samples. patch by matthieu castet <castet m... | Matthieu Castet | 2008-05-11 | 1 | -19/+6 |
* | fix reading of samples-per-frame | Justin Ruggles | 2008-05-11 | 1 | -1/+1 |
* | Output buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -0/+5 |
* | Heap buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -1/+5 |
* | Fix memset(0) based buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -1/+6 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | check alac EOF marker | Matthieu Castet | 2008-04-18 | 1 | -0/+5 |
* | Remove another unneeded var from context | Vitor Sessak | 2008-04-17 | 1 | -3/+1 |
* | 10l: my last commit broke compilation and introduced warnings | Vitor Sessak | 2008-04-17 | 1 | -5/+3 |
* | Remove unneeded variables from context | Vitor Sessak | 2008-04-17 | 1 | -14/+6 |
* | Remove wrapper around av_log2() | Vitor Sessak | 2008-04-17 | 1 | -8/+2 |
* | indent | Michael Niedermayer | 2008-04-17 | 1 | -19/+19 |
* | Factorize more code. | Michael Niedermayer | 2008-04-17 | 1 | -20/+12 |
* | Factorize decode_postfix() out. | Michael Niedermayer | 2008-04-17 | 1 | -32/+22 |
* | Change k limiting code, i think the code was buggy. | Michael Niedermayer | 2008-04-17 | 1 | -5/+7 |
* | more senseless code | Michael Niedermayer | 2008-04-17 | 1 | -1/+0 |
* | senseless code | Michael Niedermayer | 2008-04-17 | 1 | -4/+0 |
* | useless variable | Michael Niedermayer | 2008-04-17 | 1 | -6/+2 |
* | simplify | Michael Niedermayer | 2008-04-17 | 1 | -4/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -3/+3 |
* | Remove reimplementation of get_unary. | Vitor Sessak | 2007-09-01 | 1 | -8/+4 |
* | Cosmetical: Empty line removal | Vitor Sessak | 2007-08-31 | 1 | -1/+0 |
* | Comment about unsupported sample size | Vitor Sessak | 2007-08-31 | 1 | -0/+2 |
* | Rename function | Vitor Sessak | 2007-08-30 | 1 | -5/+5 |
* | Replace two #define's by inline functions | Vitor Sessak | 2007-08-30 | 1 | -11/+14 |
* | use skip_bits where appropriate | Alex Beregszaszi | 2007-08-09 | 1 | -6/+6 |