Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
a6456dc8
Commit
a6456dc8
authored
May 02, 2011
by
Juha Jeronen
Committed by
Jean-Baptiste Kempf
May 02, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deinterlace: fixed authors for X and the Yadif glue
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
236fd430
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
modules/video_filter/deinterlace/algo_x.c
modules/video_filter/deinterlace/algo_x.c
+1
-1
modules/video_filter/deinterlace/algo_x.h
modules/video_filter/deinterlace/algo_x.h
+1
-1
modules/video_filter/deinterlace/algo_yadif.c
modules/video_filter/deinterlace/algo_yadif.c
+2
-1
modules/video_filter/deinterlace/algo_yadif.h
modules/video_filter/deinterlace/algo_yadif.h
+2
-1
No files found.
modules/video_filter/deinterlace/algo_x.c
View file @
a6456dc8
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2000-2011 the VideoLAN team
* $Id$
*
* Author:
Sam Hocevar <sam@zoy
.org>
* Author:
Laurent Aimar <fenrir@videolan
.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
modules/video_filter/deinterlace/algo_x.h
View file @
a6456dc8
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2000-2011 the VideoLAN team
* $Id$
*
* Author:
Sam Hocevar <sam@zoy
.org>
* Author:
Laurent Aimar <fenrir@videolan
.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
modules/video_filter/deinterlace/algo_yadif.c
View file @
a6456dc8
...
...
@@ -4,7 +4,8 @@
* Copyright (C) 2000-2011 the VideoLAN team
* $Id$
*
* Author: Sam Hocevar <sam@zoy.org>
* Author: Laurent Aimar <fenrir@videolan.org>
* Juha Jeronen <juha.jeronen@jyu.fi> (soft field repeat hack)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
modules/video_filter/deinterlace/algo_yadif.h
View file @
a6456dc8
...
...
@@ -4,7 +4,8 @@
* Copyright (C) 2000-2011 the VideoLAN team
* $Id$
*
* Author: Sam Hocevar <sam@zoy.org>
* Author: Laurent Aimar <fenrir@videolan.org>
* Juha Jeronen <juha.jeronen@jyu.fi> (soft field repeat hack)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment