log

age author description
Mon, 08 Jan 2007 16:23:31 +0000 michael dont write an index and dont use memory to build one if -noidx is specified
Mon, 08 Jan 2007 06:34:34 +0000 voroshil r21848: clarify a few things about the interaction between *cmp and mbd options
Mon, 08 Jan 2007 06:25:48 +0000 voroshil r21848: clarify a few things about the interaction between *cmp and mbd options
Mon, 08 Jan 2007 05:55:46 +0000 voroshil Two crash issues fixed:
Sun, 07 Jan 2007 19:23:59 +0000 reimar Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.
Sun, 07 Jan 2007 16:07:45 +0000 reimar Avoid invalid memory access in ass_process_subtitle for empty subtitles
Sun, 07 Jan 2007 13:05:59 +0000 nicodvb in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaround some buggy driver)
Sun, 07 Jan 2007 12:06:48 +0000 reimar Document sub_add_text and sub_clear_text
Sun, 07 Jan 2007 11:52:46 +0000 diego Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.
Sun, 07 Jan 2007 10:49:43 +0000 gpoirier fix typo
Sun, 07 Jan 2007 10:39:00 +0000 gpoirier clarify a few things about the interaction between *cmp and mbd options
Sat, 06 Jan 2007 20:21:27 +0000 Gabrov synced with r21624
Sat, 06 Jan 2007 19:19:15 +0000 reimar Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.
Sat, 06 Jan 2007 19:07:58 +0000 reimar Subtitle handling cleanup: factor out code for parsing embedded subtitles
Sat, 06 Jan 2007 19:02:19 +0000 Gabrov synced with r21748
Sat, 06 Jan 2007 18:54:22 +0000 nicodvb reindented
Sat, 06 Jan 2007 18:51:01 +0000 nicodvb init to 0 feparams before tuning
Sat, 06 Jan 2007 17:50:12 +0000 reimar Set default values for proc and iproc for x86_32 case.
Sat, 06 Jan 2007 17:28:11 +0000 reimar Include "internal" libavformat/riff.h also when dynamic libavformat is used
Sat, 06 Jan 2007 15:08:04 +0000 diego Fix dependencies for pci_names.c.
Sat, 06 Jan 2007 14:40:05 +0000 reimar Include libavformat/riff.h when building with static libavformat and
Sat, 06 Jan 2007 13:38:30 +0000 Gabrov synced with r21741
Sat, 06 Jan 2007 13:31:16 +0000 gpoirier woops, actually fix URL this time
Sat, 06 Jan 2007 12:11:25 +0000 lucabe replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
Sat, 06 Jan 2007 11:59:33 +0000 nicodvb removed useless reporting code
Sat, 06 Jan 2007 11:43:44 +0000 nicodvb moved actual tuning code from check_status() to tune_it()
Sat, 06 Jan 2007 11:09:27 +0000 nicodvb don't add pid 0 if it's already present in the list
Sat, 06 Jan 2007 10:07:45 +0000 gpoirier update comment url
Fri, 05 Jan 2007 18:03:58 +0000 reimar Simplify after last demux_ogg commit
Fri, 05 Jan 2007 18:02:18 +0000 reimar Do not access ogg_d->subs after freeing it.