summaryrefslogtreecommitdiff
path: root/libavcodec/oggvorbis.c
Commit message (Collapse)AuthorAge
* 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