| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | libvorbis: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -20/+49 |
|\ |
|
| * | libvorbis: use AVCodec.encode2() | Justin Ruggles | 2012-03-21 | 1 | -20/+49 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -138/+170 |
|\| |
|
| * | libvorbis: add/update error messages | Justin Ruggles | 2012-02-29 | 1 | -9/+19 |
| * | libvorbis: use AVFifoBuffer for output packet buffer | Justin Ruggles | 2012-02-29 | 1 | -18/+17 |
| * | libvorbis: remove unneeded e_o_s check | Justin Ruggles | 2012-02-29 | 1 | -4/+0 |
| * | libvorbis: check return values for functions that can return errors | Justin Ruggles | 2012-02-29 | 1 | -7/+15 |
| * | libvorbis: use float input instead of s16 | Justin Ruggles | 2012-02-29 | 1 | -3/+3 |
| * | libvorbis: do not flush libvorbis analysis if dsp state was not initialized | Justin Ruggles | 2012-02-29 | 1 | -1/+4 |
| * | libvorbis: use VBR by default, with default quality of 3 | Justin Ruggles | 2012-02-29 | 1 | -2/+12 |
| * | libvorbis: fix use of minrate/maxrate AVOptions | Justin Ruggles | 2012-02-29 | 1 | -3/+3 |
| * | libvorbis: cosmetics: renaming/pretty-printing/comments/unused code | Justin Ruggles | 2012-02-29 | 1 | -109/+115 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-26 | 1 | -58/+73 |
|\| |
|
| * | libvorbis: improve error checking in oggvorbis_encode_init() | Justin Ruggles | 2012-02-25 | 1 | -37/+76 |
| * | audio encoders: do not set coded_frame->key_frame. | Justin Ruggles | 2012-02-25 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -2/+3 |
|\| |
|
| * | avcodec: add ff_samples_to_time_base() convenience function to internal.h | Justin Ruggles | 2012-02-20 | 1 | -2/+3 |
* | | libvorbis: proper error logging and return. | Nicolas George | 2011-12-31 | 1 | -15/+38 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-31 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Drop unnecessary parentheses around return values. | Diego Biurrun | 2011-12-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-30 | 1 | -73/+79 |
|\| |
|
| * | libvorbis: K&R reformatting cosmetics | Diego Biurrun | 2011-12-29 | 1 | -73/+79 |
* | | 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-24 | 1 | -12/+12 |
|\| |
|
| * | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -12/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-05 | 1 | -0/+1 |
|\| |
|
| * | vorbis: vpxenc: Add missing include for av_rescale* | Robert Swain | 2011-07-04 | 1 | -0/+1 |
| * | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -1/+1 |
* | | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' | Michael Niedermayer | 2011-05-01 | 1 | -1/+1 |
|\ \ |
|
| * | | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-04-30 | 1 | -1/+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 |
* | | Warn if Vorbis does not support the provided channel layout. | Carl Eugen Hoyos | 2011-04-15 | 1 | -0/+29 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Add audio flag to libvorbis AVOption. | Justin Ruggles | 2010-12-30 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Fix crash when using iblock option (when a warning is logged). | James Zern | 2010-10-14 | 1 | -1/+1 |
* | Allow setting the impulse block bias for libvorbis through a private codec pa... | Michael Niedermayer | 2010-09-29 | 1 | -0/+15 |
* | remove an unneeded av_realloc() | Pascal Massimino | 2010-07-20 | 1 | -6/+10 |
* | add some buffer checks | Pascal Massimino | 2010-07-11 | 1 | -0/+9 |
* | use avccontext->frame_size where appropriate | Pascal Massimino | 2010-07-11 | 1 | -1/+1 |
* | Fix libvorbis encoding with more than 2 channels | James Darnley | 2010-06-27 | 1 | -7/+6 |
* | libvorbis: Only drop 1-byte packets at end of stream | Martin Storsjö | 2010-06-22 | 1 | -1/+1 |
* | libvorbis: Use memmove instead of memcpy for shifting data | Martin Storsjö | 2010-06-16 | 1 | -1/+1 |
* | libvorbis: Disable strict bitrate management when not requested | David Conrad | 2010-06-04 | 1 | -5/+4 |
* | libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of | David Conrad | 2010-06-04 | 1 | -1/+1 |
* | libvorbis: Hook up min/max bitrate | David Conrad | 2010-06-04 | 1 | -1/+4 |