27 Commits (37921ffde81284f4cc8b69d99d4f39f593c65542)

Author SHA1 Message Date
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Jindřich Makovička d76319b1ab malloc padding to avoid reading past the malloc()ed area. 19 years ago
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Aurelien Jacobs 62ab0b7822 fix unused variable warnings 19 years ago
Alexander Strasser 30545b2f47 Make ogg `muxer' expect new vorbis extradata format. 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 9146ca3700 Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Michael Niedermayer 3129cd0140 allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end 20 years ago
Michael Niedermayer 504c8380a3 ogg with ffplay fix 21 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Michael Niedermayer c0c37848d8 export pts if available 21 years ago
Michael Niedermayer b0c7f5a9d8 move zero size hack from ogg.c to utils.c 21 years ago
Michael Niedermayer a03cbe5f7f fix global header passing from demuxer to decoder 21 years ago
Michael Niedermayer bbb77e7c2e remove function call from muxer->encoder and cleanly pass global headers 21 years ago
Michael Niedermayer 6d8f985ecf fix obnoxious ogg_packet passing from encoder to muxer 21 years ago
Michael Niedermayer d76f581ff5 kill obnoxious ogg_packet passing from demuxer to decoder 21 years ago
Michael Niedermayer 8bfed902f3 remove spyware from ogg*.c 21 years ago
Alex Beregszaszi 4250dafc96 using LIBAVFORMAT_IDENT 21 years ago
Panagiotis Issaris 0bf92f7957 GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) 21 years ago
Mike Melanson 764ef40015 disable encoders where appropriate (patch courtesy of BERO 21 years ago
Mark Hills a28fbb3fc8 ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>) 22 years ago
Fabrice Bellard a48835b9fe removed unneeded mallocs 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Mark Hills 3aca208a7b * Ogg/Vorbis patch by Mark Hills 22 years ago
Zdenek Kabelac c18a2692d2 * cleanup statics & const 22 years ago
Mark Hills 81e0d0b412 oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) 22 years ago