Sat, 15 Dec 2007 13:37:41 +0000 |
nicodvb |
removed the obscene priv->stream entry. Someone must have injected vodka in my milk when I wrote it
|
Sat, 15 Dec 2007 13:30:44 +0000 |
nicodvb |
get rid of the file-static dvb_config and free the config at close() . Patch by Andrew Calkin and me
|
Sat, 15 Dec 2007 13:05:06 +0000 |
nicodvb |
dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
|
Wed, 12 Dec 2007 22:54:20 +0000 |
nicodvb |
fix memleaks; patch by andrew calkin from gmail com
|
Sun, 02 Dec 2007 21:37:08 +0000 |
reimar |
stream_opts arrays should be const
|
Sun, 02 Dec 2007 21:26:23 +0000 |
reimar |
Make m_option_t arrays referenced by cfg-common.h const
|
Sun, 02 Dec 2007 13:22:53 +0000 |
reimar |
Mark all stream_info_t as const
|
Tue, 30 Oct 2007 22:30:15 +0000 |
nicodvb |
removed unused variables and parameters
|
Tue, 28 Aug 2007 22:38:45 +0000 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
Tue, 28 Aug 2007 11:20:24 +0000 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
Thu, 05 Jul 2007 22:01:07 +0000 |
reimar |
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
|
Sun, 24 Jun 2007 13:27:03 +0000 |
reimar |
get rid of useless *alloc casts
|
Fri, 08 Jun 2007 07:45:36 +0000 |
reimar |
Set errno to 0 after printing it, not before
|
Sat, 03 Mar 2007 13:10:31 +0000 |
nicodvb |
replaced 2 instances of sprintf() with snprintf() and one instance
|