| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement audio cutoff frequency to the vorbis encoder. | Justin Ruggles | 2006-01-21 | 1 | -13/+23 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -30/+30 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -25/+25 |
* | fix unused variable warnings | Aurelien Jacobs | 2005-09-21 | 1 | -1/+1 |
* | fixme note | Michael Niedermayer | 2005-09-04 | 1 | -0/+1 |
* | pts must be in time_base units | Michael Niedermayer | 2005-09-04 | 1 | -1/+1 |
* | setting timebase in the encoder doesnt seem like a good idea | Michael Niedermayer | 2005-09-02 | 1 | -2/+0 |
* | fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net) | Justin Ruggles | 2005-09-02 | 1 | -0/+7 |
* | accept old extradata format | Måns Rullgård | 2005-05-19 | 1 | -28/+37 |
* | change extradata format for vorbis | Måns Rullgård | 2005-05-13 | 1 | -23/+58 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -1/+2 |
* | fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigb... | Sigbjørn Skjæret | 2004-12-18 | 1 | -4/+4 |
* | flush audio encoder buffers at the end | Michael Niedermayer | 2004-06-22 | 1 | -27/+11 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -1/+0 |
* | fix global header passing from demuxer to decoder | Michael Niedermayer | 2004-04-04 | 1 | -21/+20 |
* | pts hack (correct solution would be to pass the pts from the encoder to the m... | Michael Niedermayer | 2004-04-04 | 1 | -9/+19 |
* | remove function call from muxer->encoder and cleanly pass global headers | Michael Niedermayer | 2004-04-04 | 1 | -4/+33 |
* | fix obnoxious ogg_packet passing from encoder to muxer | Michael Niedermayer | 2004-04-04 | 1 | -7/+24 |
* | kill obnoxious ogg_packet passing from demuxer to decoder | Michael Niedermayer | 2004-04-04 | 1 | -3/+8 |
* | remove spyware from ogg*.c | Michael Niedermayer | 2004-04-04 | 1 | -9/+21 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -3/+3 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -3/+4 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -1/+1 |
* | fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>) | Mark Hills | 2002-12-21 | 1 | -3/+11 |
* | AVVideoFrame -> AVFrame | Michael Niedermayer | 2002-12-09 | 1 | -2/+7 |
* | * Ogg/Vorbis patch by Mark Hills | Mark Hills | 2002-11-22 | 1 | -20/+111 |
* | oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) | Mark Hills | 2002-09-01 | 1 | -0/+140 |