Tue, 07 Sep 2010 23:35:57 +0000 |
diego |
Add the proper include instead of declaring the correct_pts variable extern.
|
Sun, 21 Feb 2010 15:48:03 +0000 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
Sun, 21 Feb 2010 13:40:49 +0000 |
diego |
Rename open() vf initialization function to vf_open().
|
Sat, 20 Feb 2010 21:02:49 +0000 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
Mon, 01 Feb 2010 22:22:32 +0000 |
reimar |
Estimate pts of additional frame generated by tfields also if correct-pts is
|
Mon, 01 Feb 2010 22:14:17 +0000 |
reimar |
Enable query_format for vf_tfields to make sure it isn't used for formats
|
Mon, 01 Feb 2010 19:14:01 +0000 |
reimar |
Fix -vf tfields=1 so it does not read out of bounds or leave parts of the
|
Sat, 30 Jan 2010 16:57:40 +0000 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
Mon, 14 Sep 2009 14:47:56 +0000 |
reimar |
Add several HAVE_EBX_AVAILABLE conditions where necessary
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Mon, 26 Jan 2009 09:29:53 +0000 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW
|
Fri, 16 Jan 2009 09:21:21 +0000 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
Tue, 30 Dec 2008 10:38:39 +0000 |
reimar |
Fix OSD flicker with tfields as well.
|
Thu, 16 Oct 2008 18:59:27 +0000 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
Sun, 02 Dec 2007 14:57:15 +0000 |
reimar |
Make all vf_info_t structs const
|