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.
|