summaryrefslogtreecommitdiffstats
path: root/libavformat/ogg2.c
Commit message (Expand)AuthorAgeFilesLines
* Ogg is not Vorbis.Diego Biurrun2007-02-131-2/+2
* check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz testMåns Rullgård2007-01-151-1/+2
* save/restore number of streamsMåns Rullgård2007-01-151-2/+4
* 10l inverted condition check generated an endless loopAurelien Jacobs2006-10-171-1/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-2/+2
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* remove useless memset()Måns Rullgård2006-09-271-1/+0
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-231-4/+32
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-12/+2
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård2006-06-251-1/+1
* 10l: don't allocate a new buffer quite so oftenMåns Rullgård2006-06-251-1/+2
* cleaned up buffer managementMåns Rullgård2006-06-251-19/+34
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-161-1/+0
* fix seek related bugsMåns Rullgård2006-06-041-6/+14
* set stream time_base properlyMåns Rullgård2006-05-121-5/+1
* ogm demuxingMåns Rullgård2006-05-111-0/+3
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
* ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård2005-12-051-1/+13
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-3/+3
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-2/+2
* don't try to find file length if streamingMåns Rullgård2005-05-191-3/+3
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-191-3/+2
* flac in ogg supportMåns Rullgård2005-05-111-0/+1
* support theora in ogg, plus required ogg core changesMåns Rullgård2005-05-111-5/+8
* fix seeking bugMåns Rullgård2005-04-121-1/+1
* s/u_char/uint8_t/Måns Rullgård2005-04-101-3/+3
* pre-c99 compatibilityMåns Rullgård2005-04-091-1/+1
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-091-0/+643
OpenPOWER on IntegriCloud