Sun, 14 Feb 2010 10:53:20 +0000 |
diego |
Fix exit_player() usage throughout the codebase.
|
Sat, 30 Jan 2010 23:01:32 +0000 |
diego |
Add missing #include, fixes the warning:
|
Sun, 03 Jan 2010 16:26:30 +0000 |
reimar |
Change vo_png to use FFmpeg's png encoder instead of libpng.
|
Fri, 01 Jan 2010 13:23:16 +0000 |
reimar |
Simplify range-checking functions for subopt parsing.
|
Fri, 01 Jan 2010 13:18:49 +0000 |
reimar |
Fix function declarations to avoid casting function pointers.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 15 Mar 2009 10:03:09 +0000 |
diego |
Remove obsolete extra elements from opt_t struct initialization.
|
Sat, 07 Mar 2009 08:51:40 +0000 |
reimar |
Make data related to suboption parsing const in libvo
|
Sun, 08 Feb 2009 03:27:30 +0000 |
diego |
Add standard license headers, unify header formatting.
|
Wed, 10 Dec 2008 16:44:12 +0000 |
reimar |
Add support for writing PNG files with alpha channel in -vo png
|
Thu, 13 Nov 2008 19:05:07 +0000 |
reimar |
Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of
|
Fri, 03 Oct 2008 10:18:53 +0000 |
diego |
Add missing #include for mplayer.h, fixes the warning:
|
Sat, 20 Sep 2008 13:13:02 +0000 |
ben |
add outdir sub-option to vo png
|
Fri, 14 Mar 2008 16:46:13 +0000 |
diego |
#include config.h before all other headers.
|
Sun, 02 Dec 2007 14:39:15 +0000 |
reimar |
Mark the vo_functions_t definitions as const where possible.
|