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
5e6a5d35
Commit
5e6a5d35
authored
Jun 12, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS, LIST, POTFILES and minor change for QSV.
parent
2ff97529
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
2 deletions
+5
-2
NEWS
NEWS
+1
-0
configure.ac
configure.ac
+1
-1
modules/LIST
modules/LIST
+1
-0
modules/codec/qsv.c
modules/codec/qsv.c
+1
-1
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
NEWS
View file @
5e6a5d35
...
...
@@ -36,6 +36,7 @@ Decoders:
Encoders:
* high10, high422 and high444 encoding support in h264
* QuickSyncVideo Encoding (Intel Media SDK) support using Intel GPU on Windows
Access:
* Screen: add support for OS X Lion and later,
...
...
configure.ac
View file @
5e6a5d35
...
...
@@ -2842,7 +2842,7 @@ fi
dnl
dnl Intel QuickSync (aka MediaSDK) H264/H262 encoder
dnl
PKG_ENABLE_MODULES_VLC([QUICKSYNC], [qsv],
libmfx
, [Intel QuickSync MPEG4-Part10/MPEG2 (aka H.264/H.262) encoder], [auto])
PKG_ENABLE_MODULES_VLC([QUICKSYNC], [qsv],
[libmfx]
, [Intel QuickSync MPEG4-Part10/MPEG2 (aka H.264/H.262) encoder], [auto])
dnl
dnl libfluidsynth (MIDI synthetizer) plugin
...
...
modules/LIST
View file @
5e6a5d35
...
...
@@ -263,6 +263,7 @@ $Id$
* pulsesrc: PulseAudio audio input
* puzzle: puzzle video filter
* pva: PVA demuxer
* qsv: QuickSyncVideo Encoder for Intel hardware
* qt4: interface module using the cross-platform Qt4 library
* qtcapture: Quicktime Video Capture
* qtsound: Quicktime Audio Capture
...
...
modules/codec/qsv.c
View file @
5e6a5d35
...
...
@@ -259,7 +259,7 @@ typedef struct qsv_frame_pool_t
{
mfxFrameInfo
fmt
;
// IntelMediaSDK format info.
mfxFrameSurface1
*
frames
;
// An allocated array of 'size' frames.
unsigned
int
size
;
// The number of frame in the pool.
size_t
size
;
// The number of frame in the pool.
}
qsv_frame_pool_t
;
typedef
struct
async_task_t
...
...
po/POTFILES.in
View file @
5e6a5d35
...
...
@@ -385,6 +385,7 @@ modules/codec/omxil/utils.c
modules/codec/omxil/vout.c
modules/codec/opus.c
modules/codec/png.c
modules/codec/qsv.c
modules/codec/quicktime.c
modules/codec/rawvideo.c
modules/codec/schroedinger.c
...
...
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