8 Commits (79f4494a042b98e910524c7b93f294c9ec5118d0)

Author SHA1 Message Date
Michael Niedermayer dd7a68b6da Remove start_time guessing code. 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Reimar Döffinger cb4ddf7765 Add support for speex in ogg 17 years ago
Reimar Döffinger 2331e31c23 Add support for ogg text subtitles. 17 years ago
Aurelien Jacobs ceeacce68b use proper url_is_streamed() API 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Måns Rullgård e1a794b272 set PKT_FLAG_KEY for Theora and OGM streams 17 years ago
Diego Biurrun a0ddef24ce Rename ogg2.[ch] to oggdec.[ch]. 17 years ago
Diego Biurrun e282e5edb4 Remove disabled muxer skeleton, blessed by Mans. 17 years ago
Reimar Döffinger ce3132be88 Remove ogg seek function, instead use generic seek via read_timestamp function 17 years ago
Reimar Döffinger a1f29b959b Add a read_timestamp function to ogg demuxer 17 years ago
Michael Niedermayer 880e3ef413 add support for old flac in ogg 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Diego Biurrun 1367cffd66 Ogg is not Vorbis. 18 years ago
Måns Rullgård e22f2aaf99 check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test 18 years ago
Måns Rullgård 20be72c890 save/restore number of streams 18 years ago
Aurelien Jacobs 595da759de 10l inverted condition check generated an endless loop 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Måns Rullgård 0c6309225d remove useless memset() 18 years ago
Reimar Döffinger 22ffac707e Try to find out correct start time to make seeking faster and add some 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Måns Rullgård ea02862a9b s/u_char/uint8_t/ accidentally copied from tcvp 19 years ago
Måns Rullgård 40c5e1fa2e 10l: don't allocate a new buffer quite so often 19 years ago
Måns Rullgård 12a195e32f cleaned up buffer management 19 years ago
Måns Rullgård a5e9102b4b free codec extradata in av_close_input_file 19 years ago
Måns Rullgård 56466d7b4e fix seek related bugs 19 years ago
Måns Rullgård 3644cb8ff9 set stream time_base properly 19 years ago
Måns Rullgård e1203ac098 ogm demuxing 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 2e70e4aa57 ogg format probe function by Ivo <ivop at euronet nl> 19 years ago
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Måns Rullgård 69599eeada don't try to find file length if streaming 20 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Måns Rullgård bcfc40aed4 flac in ogg support 20 years ago
Måns Rullgård 1ed923eab3 support theora in ogg, plus required ogg core changes 20 years ago
Måns Rullgård 17929c0468 fix seeking bug 20 years ago
Måns Rullgård 2d2f443d53 s/u_char/uint8_t/ 20 years ago
Måns Rullgård ad3aa87456 pre-c99 compatibility 20 years ago
Måns Rullgård 9146ca3700 Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, 20 years ago