log libmpdemux/demux_ogg.c @ 33176:ba66f6aa9a9b

age author description
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-10-27 cigaes Move libvo/sub.[ch] from libvo to sub.
2010-10-27 cigaes Create a new directory, "sub", for subtitles and OSD related code.
2010-09-12 reimar Replace sizeof(BITMAPINFOHEADER)
2010-09-12 reimar Replace sizoef(type) by sizeof(*ptrvar).
2010-09-11 diego Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
2010-09-11 diego Replace dvdsub_id extern declaration by mpcommon.h #include.
2010-08-07 diego Avoid redundant use of variable 'size' in demux_ogg_read_packet(), fixes:
2010-07-18 greg subtitles: convert SRT/MicroDVD markup into ASS markup
2010-07-10 reimar Make the stream language an argument to the stream creation function
2010-04-16 diego Merge two redundant if checks, patch by ubitux, ubitux gmail com.
2010-04-16 diego cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting
2010-03-09 reimar Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.
2010-03-09 reimar Improve handling of 0-size ogg packets.
2010-02-25 reimar Add cast to proper type.