]> git.sesse.net Git - ffmpeg/history - libavformat/ogg2.c
Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).
[ffmpeg] / libavformat / ogg2.c
2006-06-25 Måns Rullgårds/u_char/uint8_t/ accidentally copied from tcvp
2006-06-25 Måns Rullgård10l: don't allocate a new buffer quite so often
2006-06-25 Måns Rullgårdcleaned up buffer management
2006-06-16 Måns Rullgårdfree codec extradata in av_close_input_file
2006-06-04 Måns Rullgårdfix seek related bugs
2006-05-12 Måns Rullgårdset stream time_base properly
2006-05-11 Måns Rullgårdogm demuxing
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-05 Måns Rullgårdogg format probe function by Ivo <ivop at euronet nl>
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-19 Måns Rullgårddon't try to find file length if streaming
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-05-11 Måns Rullgårdflac in ogg support
2005-05-11 Måns Rullgårdsupport theora in ogg, plus required ogg core changes
2005-04-12 Måns Rullgårdfix seeking bug
2005-04-10 Måns Rullgårds/u_char/uint8_t/
2005-04-09 Måns Rullgårdpre-c99 compatibility
2005-04-09 Måns RullgårdOgg demuxer ported from tcvp by Luca Barbato <lu_zero...