summaryrefslogtreecommitdiff
path: root/libavcodec/oggvorbis.c
Commit message (Collapse)AuthorAge
* Implement audio cutoff frequency to the vorbis encoder.Justin Ruggles2006-01-21
| | | | | | Patch by Justin Ruggles jruggle earthlink net. Originally committed as revision 4877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix unused variable warningsAurelien Jacobs2005-09-21
| | | | Originally committed as revision 4609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixme noteMichael Niedermayer2005-09-04
| | | | Originally committed as revision 4557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts must be in time_base unitsMichael Niedermayer2005-09-04
| | | | Originally committed as revision 4556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* setting timebase in the encoder doesnt seem like a good ideaMichael Niedermayer2005-09-02
| | | | Originally committed as revision 4547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)Justin Ruggles2005-09-02
| | | | Originally committed as revision 4546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* accept old extradata formatMåns Rullgård2005-05-19
| | | | Originally committed as revision 4281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change extradata format for vorbisMåns Rullgård2005-05-13
| | | | Originally committed as revision 4235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes transcoding to vorbis with ffmpeg on big endian machines patch by ↵Sigbjørn Skjæret2004-12-18
| | | | | | (Sigbjørn Skjæret {sskjer-1 broadpark no}) Originally committed as revision 3759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush audio encoder buffers at the endMichael Niedermayer2004-06-22
| | | | | | fix vorbis in nut again Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts hack (correct solution would be to pass the pts from the encoder to the ↵Michael Niedermayer2004-04-04
| | | | | | muxer) Originally committed as revision 2957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove spyware from ogg*.cMichael Niedermayer2004-04-04
| | | | | | fix vorbis in ogg decoding Originally committed as revision 2952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-12-21
| | | | Originally committed as revision 1355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-22
| | | | Originally committed as revision 1268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk