]> git.sesse.net Git - ffmpeg/history - libavcodec/oggvorbis.c
add 'all' and 'none' options for partitions config
[ffmpeg] / libavcodec / oggvorbis.c
2007-02-21 Diego Biurruncosmetics: Fix a common typo, sepErate --> sepArate.
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-01-21 Justin RugglesImplement audio cutoff frequency to the vorbis encoder.
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-21 Aurelien Jacobsfix unused variable warnings
2005-09-04 Michael Niedermayerfixme note
2005-09-04 Michael Niedermayerpts must be in time_base units
2005-09-02 Michael Niedermayersetting timebase in the encoder doesnt seem like a...
2005-09-02 Justin Rugglesfixed quality / vbr encoding patch by (Justin Ruggles...
2005-05-19 Måns Rullgårdaccept old extradata format
2005-05-13 Måns Rullgårdchange extradata format for vorbis
2005-04-30 Michael Niedermayerswitch to native time bases
2004-12-18 Sigbjørn Skjæretfixes transcoding to vorbis with ffmpeg on big endian...
2004-06-22 Michael Niedermayerflush audio encoder buffers at the end
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-04 Michael Niedermayerfix global header passing from demuxer to decoder
2004-04-04 Michael Niedermayerpts hack (correct solution would be to pass the pts...
2004-04-04 Michael Niedermayerremove function call from muxer->encoder and cleanly...
2004-04-04 Michael Niedermayerfix obnoxious ogg_packet passing from encoder to muxer
2004-04-04 Michael Niedermayerkill obnoxious ogg_packet passing from demuxer to decoder
2004-04-04 Michael Niedermayerremove spyware from ogg*.c
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-12-21 Mark Hillsfixes crash patch by (Mark Hills <mark at pogo dot...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-11-22 Mark Hills* Ogg/Vorbis patch by Mark Hills
2002-09-01 Mark Hillsoggvorbis support patch by (Mark Hills <mark at pogo...