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