Age | Commit message (Expand) | Author |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-07-02 | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-02-06 | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov |
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-06-30 | apedec: add flush function | 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-19 | 16l trocadero: don't forget to free frame data buffer in APE decoder | Kostya Shishkov |
2009-12-05 | refactor and optimize scalarproduct | Loren Merritt |
2009-12-04 | 1-13% faster apply_filter, 1-3% faster ape decoding on core2 | Loren Merritt |
2009-12-04 | 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder | Kostya Shishkov |
2009-12-03 | avoid an unpredictable branch | Loren Merritt |
2009-12-03 | inline to allow constant propagation | Loren Merritt |
2009-11-20 | Implement missing case for decoding samples with large pivot value in APE | Kostya Shishkov |
2009-09-16 | Monkey's Audio uses subframes too, declare that in its capabilities | Kostya Shishkov |
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-28 | Fix Doxygen comments for APE decoder. | Kostya Shishkov |
2008-11-19 | Add channel layout to several audio decoders I maintain | Kostya Shishkov |
2008-09-24 | Correct wrong lower limit and condition used in APE decoder | Kostya Shishkov |
2008-09-08 | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni |
2008-08-29 | While APE changed container format in 3.98, frequency tables for range coding | Kostya Shishkov |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-07-06 | Add several vector functions used by Monkey's Audio decoder to dsputil | Kostya Shishkov |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-27 | Add long names to AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-03-10 | smaller tables | Michael Niedermayer |
2008-03-04 | Remove unused elements from tables. | Michael Niedermayer |
2008-03-04 | Detect and prevent reading over the end of counts_*. We pass the error | Michael Niedermayer |
2008-03-04 | Prevent segfault due to reading over the end of the input buffer. | Michael Niedermayer |
2008-02-01 | const | Michael Niedermayer |
2008-01-31 | cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ... | Baptiste Coudurier |
2007-12-02 | Fix some spelling mistakes. | Diego Biurrun |
2007-12-01 | spelling | Vitor Sessak |
2007-09-13 | Monkey Audio decoder | Kostya Shishkov |