summaryrefslogtreecommitdiffstats
path: root/libavformat/ogg2.c
Commit message (Collapse)AuthorAgeFilesLines
* Ogg is not Vorbis.Diego Biurrun2007-02-131-2/+2
| | | | Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz testMåns Rullgård2007-01-151-1/+2
| | | | Originally committed as revision 7536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* save/restore number of streamsMåns Rullgård2007-01-151-2/+4
| | | | Originally committed as revision 7535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l inverted condition check generated an endless loopAurelien Jacobs2006-10-171-1/+1
| | | | Originally committed as revision 6722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-2/+2
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless memset()Måns Rullgård2006-09-271-1/+0
| | | | Originally committed as revision 6353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-231-4/+32
| | | | | | extra checks to make sure the seeking function will not hang forever. Originally committed as revision 5814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-12/+2
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård2006-06-251-1/+1
| | | | Originally committed as revision 5524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: don't allocate a new buffer quite so oftenMåns Rullgård2006-06-251-1/+2
| | | | Originally committed as revision 5523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleaned up buffer managementMåns Rullgård2006-06-251-19/+34
| | | | Originally committed as revision 5522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-161-1/+0
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seek related bugsMåns Rullgård2006-06-041-6/+14
| | | | Originally committed as revision 5453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set stream time_base properlyMåns Rullgård2006-05-121-5/+1
| | | | Originally committed as revision 5367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogm demuxingMåns Rullgård2006-05-111-0/+3
| | | | Originally committed as revision 5365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård2005-12-051-1/+13
| | | | Originally committed as revision 4719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-3/+3
| | | | | | | in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-171-2/+2
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't try to find file length if streamingMåns Rullgård2005-05-191-3/+3
| | | | Originally committed as revision 4283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ↵Aurelien Jacobs2005-05-191-3/+2
| | | | | | apps instead of URLProtocol) Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac in ogg supportMåns Rullgård2005-05-111-0/+1
| | | | | | based on patch by Matthieu Castet <castet dot matthieu at free dot fr> Originally committed as revision 4220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support theora in ogg, plus required ogg core changesMåns Rullgård2005-05-111-5/+8
| | | | Originally committed as revision 4217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seeking bugMåns Rullgård2005-04-121-1/+1
| | | | Originally committed as revision 4123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/u_char/uint8_t/Måns Rullgård2005-04-101-3/+3
| | | | Originally committed as revision 4120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pre-c99 compatibilityMåns Rullgård2005-04-091-1/+1
| | | | Originally committed as revision 4116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-091-0/+643
fixups by me. Originally committed as revision 4113 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud