log m_option.c @ 37136:36638a3ccfe2

age author description
Sun, 16 Feb 2014 16:29:59 +0000 reimar m_option, vf_scale: Add some missing const.
Sat, 25 Jan 2014 16:55:06 +0000 reimar m_option: reindent.
Sat, 25 Jan 2014 16:55:05 +0000 reimar m_option: remove code that has no effect.
Mon, 20 Jan 2014 22:08:48 +0000 reimar Use av_unused for unused arguments instead of various hacks.
Wed, 01 May 2013 11:18:58 +0000 cehoyos Support playback of JPEG 2000 digital cinema files.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 15 Dec 2012 19:51:21 +0000 reimar Allow "nopts" as time specification, it might be useful in
Tue, 06 Nov 2012 21:59:59 +0000 reimar Fix memleaks for error case.
Mon, 05 Nov 2012 21:41:39 +0000 reimar Remove assignment that is duplicated a few lines down,
Sun, 15 Jul 2012 20:27:13 +0000 cehoyos Add missing aequivalents for PIX_FMT_GRAY8A and PIX_FMT_GRAY16*.
Thu, 12 Jul 2012 19:55:53 +0000 cehoyos Support FFmpeg pix_fmts YUV4xxP12*, YUV4xxP14*, GBR12P* and GBR14P*.
Tue, 08 May 2012 10:56:22 +0000 cehoyos Improve Avid Meridien (AVUI) decoding with FFmpeg.
Tue, 07 Feb 2012 23:04:30 +0000 cehoyos Support displaying 64bit RGB via OpenGL.
Sun, 05 Feb 2012 21:20:51 +0000 cehoyos Support v408 and AYUV decoding via FFmpeg.
Thu, 05 Jan 2012 20:32:10 +0000 reimar Add support for 422P9.
Sun, 30 Oct 2011 18:00:25 +0000 cehoyos Whitespace cosmetics: Align some IMGFMT-lists.
Sat, 29 Oct 2011 16:51:26 +0000 cehoyos Support YUV 4:4:4 9-bit output.
Tue, 25 Oct 2011 20:42:50 +0000 reimar Pass on errors from CONF_TYPE_FUNC_PARAM_IMMEDIATE function.
Tue, 25 Oct 2011 20:38:09 +0000 reimar Fix parse_call_func return value.
Tue, 25 Oct 2011 20:18:35 +0000 reimar Sanitize include behaviour.
Sun, 23 Oct 2011 20:40:31 +0000 cehoyos Support planar GBR24 decoding.
Sat, 22 Oct 2011 11:00:31 +0000 ib Improve option type CONF_TYPE_PRINT.
Wed, 21 Sep 2011 01:32:43 +0000 cehoyos Add 444P10 support.
Tue, 21 Jun 2011 19:34:00 +0000 reimar Allow specifying yvyu format as option.
Tue, 10 May 2011 08:42:52 +0000 cehoyos Support displaying of 9- and 10-bit pixel formats,
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Mon, 18 Oct 2010 20:56:52 +0000 cigaes Make the parse_timestring public, with a slightly extended API.
Fri, 01 Oct 2010 18:29:35 +0000 diego Move some code around to avoid forward declarations in top-level .c files.
Tue, 03 Aug 2010 15:55:17 +0000 siretart various spelling fixes, found by the Debian QA tool 'lintian'
Fri, 25 Jun 2010 16:56:40 +0000 reimar Ensure that e.g. -af-pre will not cause the filter list to be
Thu, 06 May 2010 10:18:25 +0000 cehoyos Add support for 12-bit color mode on framebuffer devices.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Thu, 25 Feb 2010 22:32:28 +0000 reimar Make more option-parsing related function arguments const.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
Thu, 31 Dec 2009 23:45:07 +0000 reimar Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
Thu, 31 Dec 2009 22:53:25 +0000 reimar Add support for 16-bit per component YUV formats.
Wed, 30 Dec 2009 12:03:17 +0000 reimar Add support for 440p colorspace.
Sat, 21 Nov 2009 18:47:47 +0000 reimar Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 03 Mar 2009 18:12:03 +0000 reimar 100l, remove a pointless opt = NULL assignment that made print_int crash since r28794
Mon, 02 Mar 2009 11:17:50 +0000 reimar Add a 64 bit integer type to the suboption parser.
Mon, 02 Mar 2009 11:10:11 +0000 reimar Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.
Mon, 02 Mar 2009 11:06:05 +0000 reimar Minor cosmetics: fix indentation
Fri, 31 Oct 2008 12:59:17 +0000 reimar Avoid a potential memleak in parse_obj_params in case of a missing
Sun, 23 Dec 2007 21:22:02 +0000 diego typo: begining --> beginning
Sun, 02 Dec 2007 15:56:38 +0000 reimar Option print functions may not and do not modify value
Fri, 09 Nov 2007 06:50:53 +0000 rfelker correct const usage in the option handling code so that tables can be
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
Fri, 01 Jun 2007 17:29:35 +0000 voroshil mjpeg support for v4l2 tv:// driver
Thu, 31 May 2007 12:37:37 +0000 albeu Add a print function for the time option type.
Wed, 28 Feb 2007 09:18:42 +0000 gpoirier remove C99-ism (mixed declaration and code),
Sat, 24 Feb 2007 07:11:57 +0000 uau Move parsing of the -ss option to the option code.
Mon, 05 Feb 2007 18:03:12 +0000 reimar str_list separator backslash-escaping
Sun, 04 Feb 2007 11:58:29 +0000 reimar Get rid of useless last_ptr assignment
Fri, 20 Oct 2006 16:42:36 +0000 michael \, escaping
Sun, 08 Oct 2006 09:43:18 +0000 reimar Avoid memleak when calling parse_obj_params only for syntax-checking (dst == NULL)
Sun, 08 Oct 2006 09:10:55 +0000 reimar Another != NULL check after dereferencing
Sun, 08 Oct 2006 09:07:51 +0000 reimar Fix variable dereference before NULL check.
Fri, 29 Sep 2006 23:23:41 +0000 reimar Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,
Mon, 25 Sep 2006 16:47:56 +0000 ptt after a long time, finally i could add -endpos option to mplayer executable.
Wed, 09 Aug 2006 16:52:48 +0000 reimar Get rid of two initialized but unused variables
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
Thu, 27 Jul 2006 17:35:06 +0000 reynaldo marks some read-only char* inside structs as const, patch by Stefan Huehner, stefan At huehner-org
Thu, 13 Jul 2006 05:03:43 +0000 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Sun, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3
Sat, 01 Jul 2006 03:56:13 +0000 reynaldo rm unnecesary void* casts - part 1
Thu, 15 Jun 2006 08:09:03 +0000 reimar Do not parse numbers as octal, strip leading zeroes instead.
Mon, 24 Apr 2006 19:20:04 +0000 albeu Doxygen attack!
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Wed, 15 Mar 2006 17:16:13 +0000 albeu Small fix with object list (-vf) help.
Sat, 04 Mar 2006 17:33:56 +0000 diego Make -xy help output consistent, output an empty line before and after.
Wed, 22 Feb 2006 20:39:44 +0000 reimar use calloc instead of malloc in copy_func_pf, missing initialization of
Tue, 24 Jan 2006 11:14:13 +0000 albeu New option type to print help text with a function.
Mon, 23 Jan 2006 12:15:22 +0000 albeu Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to do
Tue, 25 Oct 2005 17:28:10 +0000 rfelker fix incorrect use of strl* functions (patch by reimar)
Thu, 13 Oct 2005 18:33:56 +0000 reimar Use PRI?64 defines as format strings for 64 bit variables.
Wed, 12 Oct 2005 16:35:37 +0000 reimar Add support for suboption escaping via both "" and %n%str syntax
Wed, 07 Sep 2005 00:19:04 +0000 reimar Do not define NO_FREE, it causes a giant memleak with -loop 0 and a short file.
Fri, 02 Sep 2005 08:29:30 +0000 gpoirier allow multiple help clauses on the command line, Patch by kiriuja " mplayer-patches AH en-directo POUM net "
Mon, 20 Jun 2005 23:07:35 +0000 gpoirier adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
Fri, 17 Jun 2005 08:15:08 +0000 reimar Fix crash with e.g. -vf scale=::
Sat, 14 May 2005 12:49:18 +0000 nicodvb introduced -string- parameter to match everything after :// syntax
Mon, 27 Dec 2004 17:32:54 +0000 alex CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMT
Wed, 01 Dec 2004 23:24:25 +0000 diego Add "Available video filters:" line to -vf help.
Wed, 11 Aug 2004 10:31:38 +0000 michael RGBA variants
Thu, 08 Jul 2004 00:04:42 +0000 iive make config accept true/false as parameters
Fri, 25 Jun 2004 17:01:25 +0000 alex degccify
Tue, 10 Feb 2004 22:58:30 +0000 michael 100l (cvs commit + tired ...)
Tue, 10 Feb 2004 14:32:06 +0000 michael m_option_type_double
Tue, 13 Jan 2004 09:55:40 +0000 wight swedish yes/no options support
Mon, 12 Jan 2004 07:09:10 +0000 wight polish yes/no options support
Sat, 10 Jan 2004 14:38:07 +0000 albeu Fix long standing bug where last (and sometimes first) char of the
Sat, 27 Dec 2003 12:36:24 +0000 alex 10l. found by John Wehle <john@feith.com>
Sat, 08 Nov 2003 00:26:51 +0000 rathann Warning fixes (approved by A'rpi).
Sat, 25 Oct 2003 18:44:41 +0000 diego -vop ---> -vf
Sun, 31 Aug 2003 21:11:35 +0000 alex added nv12/nv21 and some other fourccs (still not synced)
Mon, 18 Aug 2003 13:49:22 +0000 diego a 100l and another typo
Sun, 17 Aug 2003 13:51:04 +0000 diego spelling and grammar fixes galore
Thu, 14 Aug 2003 12:15:44 +0000 diego Spelling police:
Wed, 13 Aug 2003 17:38:30 +0000 alex CONF_TYPE_IMGFMT now supports 0xffffffff (hexa)-style fourccs too
Wed, 13 Aug 2003 16:45:02 +0000 alex 100l to albeu for his english grammar, and 10l to me becouse I noticed that lately (my backward compatibilty macro uses M_OPT_UNKNOWN)
Wed, 13 Aug 2003 16:29:32 +0000 alex Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
Wed, 13 Aug 2003 12:09:25 +0000 albeu Fix a 10l and add escaped filename support. Needed by ftp.
Wed, 09 Jul 2003 01:30:24 +0000 diego output typo fixes: unknow --> unknown
Tue, 01 Jul 2003 09:26:49 +0000 albeu Fix the segfault in case of missing arg for flag options
Sun, 01 Jun 2003 22:16:41 +0000 alex warning fixes by Dominik
Sat, 12 Apr 2003 13:45:43 +0000 albeu Add suffix support to the object list type.
Sun, 06 Apr 2003 16:27:14 +0000 albeu Don't give the initial / as part of the filename.
Wed, 02 Apr 2003 16:11:15 +0000 albeu Fix some 10L typo in header (m_struct_s instead of m_struct_st).
Sat, 15 Mar 2003 20:49:39 +0000 albeu Improve the imgfmt option type
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Thu, 30 Jan 2003 21:28:01 +0000 arpi disable free() in string and string_list parsers. yes, it's a hack
Fri, 03 Jan 2003 12:40:10 +0000 michael pphelp
Fri, 06 Dec 2002 17:11:50 +0000 arpi fixed 'mplayer -nosound xxx' sig11 if configfile have string list options
Sun, 24 Nov 2002 01:03:16 +0000 nexus FreeBSD fix
Tue, 12 Nov 2002 12:39:05 +0000 albeu Fix the Gui with NEW_CONFIG
Tue, 12 Nov 2002 01:56:42 +0000 albeu New config system + cleanup of header inter dependency