summaryrefslogtreecommitdiffstats
path: root/libavcodec/oggvorbis.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun2007-02-211-1/+3
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* Implement audio cutoff frequency to the vorbis encoder.Justin Ruggles2006-01-211-13/+23
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-30/+30
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-25/+25
* fix unused variable warningsAurelien Jacobs2005-09-211-1/+1
* fixme noteMichael Niedermayer2005-09-041-0/+1
* pts must be in time_base unitsMichael Niedermayer2005-09-041-1/+1
* setting timebase in the encoder doesnt seem like a good ideaMichael Niedermayer2005-09-021-2/+0
* fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)Justin Ruggles2005-09-021-0/+7
* accept old extradata formatMåns Rullgård2005-05-191-28/+37
* change extradata format for vorbisMåns Rullgård2005-05-131-23/+58
* switch to native time basesMichael Niedermayer2005-04-301-1/+2
* fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigb...Sigbjørn Skjæret2004-12-181-4/+4
* flush audio encoder buffers at the endMichael Niedermayer2004-06-221-27/+11
* data_size = 0 cleanupMichael Niedermayer2004-05-211-1/+0
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-041-21/+20
* pts hack (correct solution would be to pass the pts from the encoder to the m...Michael Niedermayer2004-04-041-9/+19
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-041-4/+33
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-041-7/+24
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-041-3/+8
* remove spyware from ogg*.cMichael Niedermayer2004-04-041-9/+21
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-3/+3
* per file doxyMichael Niedermayer2003-03-061-3/+4
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-1/+1
* fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-12-211-3/+11
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-2/+7
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-221-20/+111
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-011-0/+140
OpenPOWER on IntegriCloud