| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do not print 'faac:' when using libfaad. | Carl Eugen Hoyos | 2009-12-10 | 1 | -2/+2 |
* | Revert r20548, it was a dream. It seems faad does not ouput the last frame | Baptiste Coudurier | 2009-11-19 | 1 | -1/+0 |
* | faad needs CODEC_CAP_DELAY, otherwise you miss last frame | Baptiste Coudurier | 2009-11-18 | 1 | -0/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Fix syntax for the libfaad_decoder definition. | Stefano Sabatini | 2009-03-03 | 1 | -2/+2 |
* | Do not use a macro to generate a single AVCodec declaration. | Diego Biurrun | 2009-03-03 | 1 | -16/+10 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -1/+1 |
* | 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 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -5/+6 |
* | Add (additional) const to many global tables. | Reimar Döffinger | 2008-10-02 | 1 | -1/+1 |
* | Remove stuff under #if LIBAVCODEC_VERSION_INT. | Michael Niedermayer | 2008-09-08 | 1 | -4/+0 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -2/+2 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | set frame_size in libfaad decoder | Baptiste Coudurier | 2008-06-28 | 1 | -1/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it | Diego Biurrun | 2008-05-17 | 1 | -3/+4 |
* | Do not use variable frame_info before its value is set. | Carl Eugen Hoyos | 2008-05-12 | 1 | -2/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | clean up dynamic loading of libfaad | Måns Rullgård | 2008-01-25 | 1 | -35/+20 |
* | cosmetic: libfaad.c indentation | Måns Rullgård | 2008-01-24 | 1 | -37/+37 |
* | fix dynamic loading of libfaad 2.6 | Måns Rullgård | 2008-01-24 | 1 | -2/+2 |
* | add downmixing support to libfaad decoder | Justin Ruggles | 2008-01-05 | 1 | -0/+20 |
* | Give all wrappers for external libraries names starting with lib. | Diego Biurrun | 2007-06-06 | 1 | -0/+333 |