]> git.sesse.net Git - ffmpeg/history - libavformat/ogg.c
Take the target address family in account when determining the family of
[ffmpeg] / libavformat / ogg.c
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-13 Alex Beregszasziremove uneeded include as assert is never used
2007-02-13 Diego BiurrunOgg is not Vorbis.
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-16 Måns Rullgårdfree codec extradata in av_close_input_file
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-17 Jindřich Makovičkamalloc padding to avoid reading past the malloc()ed...
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-09-21 Aurelien Jacobsfix unused variable warnings
2005-08-15 Alexander StrasserMake ogg `muxer' expect new vorbis extradata format.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-04-09 Måns RullgårdOgg demuxer ported from tcvp by Luca Barbato <lu_zero...
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-11-13 Michael Niedermayerallocate a few bytes more for extradata so the bitstrea...
2004-06-24 Michael Niedermayerogg with ffplay fix
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-27 Michael Niedermayerexport pts if available
2004-04-04 Michael Niedermayermove zero size hack from ogg.c to utils.c
2004-04-04 Michael Niedermayerfix global header passing from demuxer to decoder
2004-04-04 Michael Niedermayerremove function call from muxer->encoder and cleanly...
2004-04-04 Michael Niedermayerfix obnoxious ogg_packet passing from encoder to muxer
2004-04-04 Michael Niedermayerkill obnoxious ogg_packet passing from demuxer to decoder
2004-04-04 Michael Niedermayerremove spyware from ogg*.c
2003-12-08 Alex Beregszasziusing LIBAVFORMAT_IDENT
2003-10-26 Panagiotis IssarisGCC 3.3.2 warnings patch by (Panagiotis Issaris <takis...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-02-25 Mark Hillsogg deallocate patch by (Mark Hills <mark at pogo dot...
2003-01-25 Fabrice Bellardremoved unneeded mallocs
2002-11-25 Fabrice Bellardrenamed libav to libavformat