summaryrefslogtreecommitdiff
path: root/libavformat/ogg2.c
Commit message (Expand)AuthorAge
* add support for old flac in oggMichael Niedermayer2007-08-12
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* Ogg is not Vorbis.Diego Biurrun2007-02-13
* check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz testMåns Rullgård2007-01-15
* save/restore number of streamsMåns Rullgård2007-01-15
* 10l inverted condition check generated an endless loopAurelien Jacobs2006-10-17
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* fix some signedness warningsMåns Rullgård2006-09-27
* remove useless memset()Måns Rullgård2006-09-27
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-23
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård2006-06-25
* 10l: don't allocate a new buffer quite so oftenMåns Rullgård2006-06-25
* cleaned up buffer managementMåns Rullgård2006-06-25
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* fix seek related bugsMåns Rullgård2006-06-04
* set stream time_base properlyMåns Rullgård2006-05-12
* ogm demuxingMåns Rullgård2006-05-11
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård2005-12-05
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* don't try to find file length if streamingMåns Rullgård2005-05-19
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* flac in ogg supportMåns Rullgård2005-05-11
* support theora in ogg, plus required ogg core changesMåns Rullgård2005-05-11
* fix seeking bugMåns Rullgård2005-04-12
* s/u_char/uint8_t/Måns Rullgård2005-04-10
* pre-c99 compatibilityMåns Rullgård2005-04-09
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-09