| Commit message (Expand) | Author | Age | Files | Lines |
* | libmp3lame: log error message in case of invalid number of channels | Stefano Sabatini | 2011-10-30 | 1 | -2/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -1/+1 |
|\ |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | libmp3lame: fix typo | Anton Khirnov | 2011-09-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-01 | 1 | -1/+22 |
|\ \
| |/ |
|
| * | libmp3lame: add 'reservoir' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+22 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+7 |
| * | mp3lame: add #include required for AV_RB32 macro. | Ronald S. Bultje | 2011-05-20 | 1 | -0/+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 | -1/+1 |
* | | libmp3lame: include "libavutil/intreadwrite.h" header | Stefano Sabatini | 2011-05-20 | 1 | -0/+1 |
* | | 32bit libmp3lame support. | Peter Belkner | 2011-04-19 | 1 | -6/+60 |
* | | Check avcodec_alloc_frame() failure. | Peter Belkner | 2011-04-19 | 1 | -1/+5 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Allow mono encoding with LAME. | Thierry Foucu | 2010-11-02 | 1 | -2/+1 |
* | Remove useless comment. | Carl Eugen Hoyos | 2010-09-16 | 1 | -1/+0 |
* | Allow float values for libmp3lame quality. | James Darnley | 2010-09-15 | 1 | -1/+2 |
* | Set .supported_samplerates for mpeg audio encoders. | Michael Niedermayer | 2010-04-22 | 1 | -2/+3 |
* | 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 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 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 |
* | Increase BUFFER_SIZE. | Michael Niedermayer | 2009-01-11 | 1 | -1/+1 |
* | fix indention | Michael Niedermayer | 2009-01-11 | 1 | -12/+12 |
* | All negative values are errors not just -1. | Michael Niedermayer | 2009-01-11 | 1 | -1/+3 |
* | Use compression level to set mp3lame quality option. | Nicolas George | 2008-08-01 | 1 | -2/+5 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may | Paul Kelly | 2008-02-11 | 1 | -0/+1 |
* | increase buffer size of LAME MP3 encoder | Andreas Öman | 2007-07-24 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. | Diego Biurrun | 2007-06-06 | 1 | -2/+2 |
* | Give all wrappers for external libraries names starting with lib. | Diego Biurrun | 2007-06-06 | 1 | -0/+220 |