Skip to content

Commit

Permalink
add libegl1-mesa-dev for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Sep 27, 2015
1 parent f1cf56e commit 15d75eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9),
libpulse-dev,
libxv-dev,
libva-dev,
libegl1-mesa-dev,
Standards-Version: 3.9.5
Homepage: http://www.qtav.org

Expand All @@ -28,19 +29,16 @@ Description: FFmpeg powered multimedia playback SDK for Qt
.
Features include:
* Hardware decoding suppprt: DXVA2, VAAPI, VDA, CedarX, CUDA
* Realtime preview
* OpenGL and ES2 support for Hi10P and other 16-bit YUV videos
* Video capture in rgb and yuv format
* OSD and custom filters
* filters in libavfilter, for example stero3d, blur
* Subtitle
* Transform video using GraphicsItemRenderer. (rotate, shear, etc)
* Playing frame by frame (currently support forward playing)
* Playback speed control. At any speed.
* Subtitles
* Playback speed control
* Variant streams: locale file, http, rtsp, etc.
* Choose audio channel
* Choose media stream, e.g. play a desired audio track
* Multiple render engine support. Currently supports QPainter, GDI+, Direct2D, XV and OpenGL(and ES2).
* Dynamically change render engine when playing.
* Dynamically change render engine and decoder when playing.
* Multiple video outputs for 1 player
* Region of interest(ROI), i.e. video cropping
* Video eq: brightness, contrast, saturation, hue
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/linux/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -ev
sudo apt-get update -qq
sudo apt-get install -qq -y portaudio19-dev libpulse-dev libopenal-dev libva-dev libass-dev libxv-dev parallel
sudo apt-get install -qq -y libegl1-mesa-dev portaudio19-dev libpulse-dev libopenal-dev libva-dev libass-dev libxv-dev parallel
# TODO: do not use apt, use the latest code instead

wget http://sourceforge.net/projects/qtav/files/depends/FFmpeg/linux/${AV}-linux-x86+x64.tar.xz/download -O ${AV}-linux-x86+x64.tar.xz
Expand Down

0 comments on commit 15d75eb

Please sign in to comment.