]> git.sesse.net Git - vlc/log
vlc
12 years agolua playlist: add custom metadata to extra metadata instead of input item information.
Rémi Duraffort [Sat, 18 Jun 2011 14:55:03 +0000 (16:55 +0200)]
lua playlist: add custom metadata to extra metadata instead of input item information.

Fix #4822 and #4823.

12 years agoAdd libvlc_media_list_player_retain() to libvlc.
Alexey Sokolov [Tue, 31 May 2011 08:00:20 +0000 (15:00 +0700)]
Add libvlc_media_list_player_retain() to libvlc.

There was only release() before.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
12 years agolua: fix warning
Rémi Duraffort [Sat, 18 Jun 2011 13:31:16 +0000 (15:31 +0200)]
lua: fix warning

12 years agolua: fix object leaks.
Rémi Duraffort [Sat, 18 Jun 2011 13:27:48 +0000 (15:27 +0200)]
lua: fix object leaks.

12 years agorc: remove uneeded cast.
Rémi Duraffort [Sat, 18 Jun 2011 13:26:15 +0000 (15:26 +0200)]
rc: remove uneeded cast.

12 years agoQt4: don't keep reference to toAscii() temporary array
Rémi Denis-Courmont [Sat, 18 Jun 2011 09:57:56 +0000 (12:57 +0300)]
Qt4: don't keep reference to toAscii() temporary array

(See also previous commit)

12 years agoQt4: never assign qtu() to a variable
Rémi Denis-Courmont [Sat, 18 Jun 2011 09:53:35 +0000 (12:53 +0300)]
Qt4: never assign qtu() to a variable

As far as I understand, this breaks C++ object scoping. qtu() creates
a temporary anonymous QByteArray from its QString parameter. That array
is destroyed at the end of the expression, thus the return value of
qtu() becomes a dangling pointer.

12 years agoQt4: use QString or QByteArray instead of strdup()/free()
Rémi Denis-Courmont [Sat, 18 Jun 2011 09:53:12 +0000 (12:53 +0300)]
Qt4: use QString or QByteArray instead of strdup()/free()

12 years agodvdnav: also white-list *.img files (fixes #4951)
Rémi Denis-Courmont [Sat, 18 Jun 2011 09:05:28 +0000 (12:05 +0300)]
dvdnav: also white-list *.img files (fixes #4951)

12 years agoWin32: fsync() replacement
Rémi Denis-Courmont [Sat, 18 Jun 2011 08:49:36 +0000 (11:49 +0300)]
Win32: fsync() replacement

12 years agoSmall simplification
Rémi Denis-Courmont [Sat, 18 Jun 2011 08:48:26 +0000 (11:48 +0300)]
Small simplification

12 years agolua: remove spurious strdup (a string is valid as long as it stays on the stack)
Rémi Duraffort [Fri, 17 Jun 2011 21:26:57 +0000 (23:26 +0200)]
lua: remove spurious strdup (a string is valid as long as it stays on the stack)

12 years agoAdd serbian translator
Christophe Mutricy [Thu, 16 Jun 2011 22:47:48 +0000 (23:47 +0100)]
Add serbian translator

12 years agoNews
Rémi Denis-Courmont [Thu, 16 Jun 2011 18:08:42 +0000 (21:08 +0300)]
News

12 years agoOpenMAX DL: scaling and combined YUV->RGB + scaling
Rémi Denis-Courmont [Thu, 16 Jun 2011 18:07:08 +0000 (21:07 +0300)]
OpenMAX DL: scaling and combined YUV->RGB + scaling

12 years agoUpdate LIST
Rémi Denis-Courmont [Thu, 16 Jun 2011 14:47:13 +0000 (17:47 +0300)]
Update LIST

12 years agoVideo chroma conversions using OpenMAX DL v1.0.2 IP CS(*)
Rémi Denis-Courmont [Thu, 16 Jun 2011 14:43:20 +0000 (17:43 +0300)]
Video chroma conversions using OpenMAX DL v1.0.2 IP CS(*)

* Development layer / Image processing / Color space conversion

CFLAGS and LIBS must be tweaked manually to use this.

12 years agoARM NEON: fix smurf in conversions from YV12 to YUY2
Rémi Denis-Courmont [Thu, 16 Jun 2011 14:36:22 +0000 (17:36 +0300)]
ARM NEON: fix smurf in conversions from YV12 to YUY2

12 years agoDxVA2: Add the GUIDs for MPEG-4 Part 2
Jean-Baptiste Kempf [Thu, 16 Jun 2011 11:09:23 +0000 (13:09 +0200)]
DxVA2: Add the GUIDs for MPEG-4 Part 2

Not used yet. It should also support H.263

12 years agoDxVA2: add the GUID for H264/VLD With FMO/ASO
Jean-Baptiste Kempf [Thu, 16 Jun 2011 10:51:13 +0000 (12:51 +0200)]
DxVA2: add the GUID for H264/VLD With FMO/ASO

As per the updated specification of December 2010

12 years agodbus: use the correct volume variables
Rafaël Carré [Wed, 15 Jun 2011 21:12:26 +0000 (17:12 -0400)]
dbus: use the correct volume variables

12 years agoupdate: factorize using macro
Rafaël Carré [Wed, 15 Jun 2011 21:11:57 +0000 (17:11 -0400)]
update: factorize using macro

also fix a memleak in an error path

12 years agocorrect comments
Rafaël Carré [Wed, 15 Jun 2011 05:15:49 +0000 (01:15 -0400)]
correct comments

12 years agosystem_Init(): remove unused arguments
Rafaël Carré [Wed, 15 Jun 2011 04:29:25 +0000 (00:29 -0400)]
system_Init(): remove unused arguments

darwin relied on argv[0] as a fallback to retrieve executable name,
but this can't work anymore as:
- libvlc_new() can be given anything as argc/argv
- libvlc_new() inserts "libvlc" at position 0 anyway

12 years agocli.lua: handles ^D in the console (rvlc)
Rafaël Carré [Wed, 15 Jun 2011 03:55:16 +0000 (23:55 -0400)]
cli.lua: handles ^D in the console (rvlc)

12 years agovlc-thumb: use pthread conditions
Rafaël Carré [Wed, 15 Jun 2011 03:25:25 +0000 (23:25 -0400)]
vlc-thumb: use pthread conditions

Also use a static boolean if the condition has been signaled
before we start waiting on it: libvlc_MediaPlayerSnapshotTaken event
is serialized with libvlc_video_take_snapshot() so when the function
returns the event already happened.

12 years agoremove outdated comment
Rafaël Carré [Wed, 15 Jun 2011 02:30:17 +0000 (22:30 -0400)]
remove outdated comment

12 years agocontribs packages have a different name these days
Rafaël Carré [Wed, 15 Jun 2011 02:29:51 +0000 (22:29 -0400)]
contribs packages have a different name these days

They also include the mingw runtime version used to build them

12 years agoINSTALL.win32: clarify
Rafaël Carré [Wed, 15 Jun 2011 02:04:21 +0000 (22:04 -0400)]
INSTALL.win32: clarify

Explain why we prefer to build under GNU/Linux
Remove completely mention of Visual Studio, it 'will not work' anyway
Use of Cygwin is discouraged

12 years agoHTTP interface: give access to equalizer preamp
Akash Mehrotra [Tue, 14 Jun 2011 19:49:59 +0000 (01:19 +0530)]
HTTP interface: give access to equalizer preamp

This is the first part of the equalizer control

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoContribs: ffmpeg, neon factorization
Jean-Baptiste Kempf [Tue, 14 Jun 2011 23:13:58 +0000 (01:13 +0200)]
Contribs: ffmpeg, neon factorization

12 years agoContribs: FFmpeg options cleanup
Jean-Baptiste Kempf [Tue, 14 Jun 2011 23:09:59 +0000 (01:09 +0200)]
Contribs: FFmpeg options cleanup

12 years agoAndroid video output based on Surface
Jean-Baptiste Kempf [Thu, 9 Jun 2011 22:34:23 +0000 (00:34 +0200)]
Android video output based on Surface

Collective work by Ming Hu, Ludovic Fauvet, Sébastien Toque and minor
fixes by Jean-Baptiste Kempf

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoContribs: libass needs fontconfig
Jean-Baptiste Kempf [Tue, 14 Jun 2011 22:43:06 +0000 (00:43 +0200)]
Contribs: libass needs fontconfig

Pointed by linkfanel

12 years agoSubtitles duration factor bug fix
Yuval Tze [Mon, 13 Jun 2011 18:59:05 +0000 (21:59 +0300)]
Subtitles duration factor bug fix

The subtitles duration factor change on the SyncControls widget constructor caused the subsdelay filter to be activated when the synchronization dialog was first opened.

- Subtitles duration update was moved to the update function (which turns b_userAction off before updating)
- updateSubsDuration was renamed to initSubsDuration

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agocontribs: update live555 patch
Pierre Ynard [Tue, 14 Jun 2011 18:44:32 +0000 (20:44 +0200)]
contribs: update live555 patch

12 years agoSimplified a lot karaoke rendering in freetype.
Laurent Aimar [Mon, 13 Jun 2011 19:13:14 +0000 (21:13 +0200)]
Simplified a lot karaoke rendering in freetype.

It is not as full featured as before, but it is much simpler and it will make
it easier to improved the module.

12 years agoFixed "spu-elapsed" value set by the core.
Laurent Aimar [Mon, 13 Jun 2011 18:52:28 +0000 (20:52 +0200)]
Fixed "spu-elapsed" value set by the core.

12 years agoMoved out FT_Face loading from ProcessLines() to its own function (freetype).
Laurent Aimar [Mon, 13 Jun 2011 15:20:32 +0000 (17:20 +0200)]
Moved out FT_Face loading from ProcessLines() to its own function (freetype).

No functionnal changes.

12 years agoRemoved write only variable (freetype).
Laurent Aimar [Mon, 13 Jun 2011 14:29:48 +0000 (16:29 +0200)]
Removed write only variable (freetype).

12 years agoMoved down a function in freetype.c
Laurent Aimar [Mon, 13 Jun 2011 12:18:19 +0000 (14:18 +0200)]
Moved down a function in freetype.c

12 years agoRemoved use of run-len 'encoding' for karaoke/style informations in freetype.
Laurent Aimar [Sun, 12 Jun 2011 21:38:24 +0000 (23:38 +0200)]
Removed use of run-len 'encoding' for karaoke/style informations in freetype.

12 years agoSmall simplifications (freetype).
Laurent Aimar [Sun, 12 Jun 2011 17:38:57 +0000 (19:38 +0200)]
Small simplifications (freetype).

12 years agolua http: fix menu selection style
Francois Cartegnie [Tue, 14 Jun 2011 13:01:01 +0000 (15:01 +0200)]
lua http: fix menu selection style

12 years agolua_http: no need for buttons in menus
Francois Cartegnie [Tue, 14 Jun 2011 12:57:46 +0000 (14:57 +0200)]
lua_http: no need for buttons in menus

12 years agolua http: remove duplicate class declaration
Francois Cartegnie [Tue, 14 Jun 2011 12:44:09 +0000 (14:44 +0200)]
lua http: remove duplicate class declaration

12 years agolua httpd: fix duplicate element id
Francois Cartegnie [Tue, 14 Jun 2011 12:40:05 +0000 (14:40 +0200)]
lua httpd: fix duplicate element id

12 years agocontribs: fix Makefile syntax more
Pierre Ynard [Tue, 14 Jun 2011 01:53:53 +0000 (03:53 +0200)]
contribs: fix Makefile syntax more

12 years agohttp interface can now change and view audio delay
Akash Mehrotra [Sat, 4 Jun 2011 19:33:11 +0000 (01:03 +0530)]
http interface can now change and view audio delay

Allows http interface to set the playback rate.
Playback rate must be > 0

Set subtitle delay using the http iterface

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocontribs: fix Makefile syntax
Pierre Ynard [Mon, 13 Jun 2011 21:24:38 +0000 (23:24 +0200)]
contribs: fix Makefile syntax

12 years agoQt: str_format_meta: fix few variable names
Francois Cartegnie [Mon, 13 Jun 2011 19:09:02 +0000 (21:09 +0200)]
Qt: str_format_meta: fix few variable names

12 years agoQt: fix str_format_meta (closes #4777)
Francois Cartegnie [Mon, 13 Jun 2011 19:06:05 +0000 (21:06 +0200)]
Qt: fix str_format_meta (closes #4777)

12 years agov4l2: fix signed/unsigned comparisons warnings
Rafaël Carré [Mon, 13 Jun 2011 01:51:32 +0000 (21:51 -0400)]
v4l2: fix signed/unsigned comparisons warnings

12 years agoflac: reorder, remove some forward declarations
Rafaël Carré [Mon, 13 Jun 2011 01:41:00 +0000 (21:41 -0400)]
flac: reorder, remove some forward declarations

12 years agoflac: fix warnings (unsigned -> size_t)
Rafaël Carré [Mon, 13 Jun 2011 01:32:47 +0000 (21:32 -0400)]
flac: fix warnings (unsigned -> size_t)

12 years agoOpenSL ES audio output for Android
Jean-Baptiste Kempf [Fri, 10 Jun 2011 14:00:35 +0000 (16:00 +0200)]
OpenSL ES audio output for Android

This module implements Android's variation of the OpenSL ES standard
Collective work by Dominique Martinet and Hugo Beauzée-Luyssen
Minor fixes by Jean-Baptiste Kempf

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoDon't use fdatasync on Android
Sébastien Toque [Mon, 13 Jun 2011 15:25:54 +0000 (17:25 +0200)]
Don't use fdatasync on Android

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoCompilation fix for Android that has if_nametoindex but not if_nameindex
Jean-Baptiste Kempf [Mon, 13 Jun 2011 15:19:19 +0000 (17:19 +0200)]
Compilation fix for Android that has if_nametoindex but not if_nameindex

12 years agoif_nameindex stub compilation fix
Jean-Baptiste Kempf [Mon, 13 Jun 2011 15:13:40 +0000 (17:13 +0200)]
if_nameindex stub compilation fix

12 years agoSpelling
Rémi Denis-Courmont [Mon, 13 Jun 2011 14:55:58 +0000 (17:55 +0300)]
Spelling

12 years agoStub for if_nameindex()
Rémi Denis-Courmont [Mon, 13 Jun 2011 14:45:58 +0000 (17:45 +0300)]
Stub for if_nameindex()

12 years agoSAP: fix Win32 warning
Rémi Denis-Courmont [Mon, 13 Jun 2011 14:45:46 +0000 (17:45 +0300)]
SAP: fix Win32 warning

12 years agoi18n: fix macosx gui file listing
Pierre Ynard [Mon, 13 Jun 2011 04:33:29 +0000 (06:33 +0200)]
i18n: fix macosx gui file listing

12 years agomacosx: implemented a bunch of video filters
Felix Paul Kühne [Sun, 12 Jun 2011 20:02:02 +0000 (22:02 +0200)]
macosx: implemented a bunch of video filters

remaining options: marquee, add logo, erase logo, clone

12 years agomacosx: remove the extended controls panel since all of its functionality is present...
Felix Paul Kühne [Sun, 12 Jun 2011 18:11:21 +0000 (20:11 +0200)]
macosx: remove the extended controls panel since all of its functionality is present in the * effects panels now

12 years agomacosx: added code to enable/disable video filters and modify a few properties.
Felix Paul Kühne [Sun, 12 Jun 2011 17:58:33 +0000 (19:58 +0200)]
macosx: added code to enable/disable video filters and modify a few properties.

dialog not yet fully functional

12 years agoaccess_shm: use HAVE_SYS_SHM_H
Rémi Denis-Courmont [Sun, 12 Jun 2011 16:17:32 +0000 (19:17 +0300)]
access_shm: use HAVE_SYS_SHM_H

12 years agoRevert "OpenGL: fix compilation / missing glXGetProcAddressARB"
Laurent Aimar [Sun, 12 Jun 2011 16:14:27 +0000 (18:14 +0200)]
Revert "OpenGL: fix compilation / missing glXGetProcAddressARB"

This reverts commit 9abb97d0e8d9ecfcb7ae2a9684e0e6f72ac19aac.

Sadly, this is not the right fix.

12 years agoQt: Avanced Open Panel: set buffering increment to 100ms
Francois Cartegnie [Sun, 12 Jun 2011 15:27:19 +0000 (17:27 +0200)]
Qt: Avanced Open Panel: set buffering increment to 100ms

12 years agoQt: SeekSlider: remove warning
Francois Cartegnie [Sun, 12 Jun 2011 15:23:40 +0000 (17:23 +0200)]
Qt: SeekSlider: remove warning

12 years agoQt: display buffering in SeekSlider
Francois Cartegnie [Sun, 12 Jun 2011 15:22:54 +0000 (17:22 +0200)]
Qt: display buffering in SeekSlider

12 years agoOpenGL: fix compilation / missing glXGetProcAddressARB
Francois Cartegnie [Sun, 12 Jun 2011 14:18:07 +0000 (16:18 +0200)]
OpenGL: fix compilation / missing glXGetProcAddressARB

According to glxext.h, glXGetProcAddressARB also requires
GLX_GLXEXT_PROTOTYPES (works with all implementations ?)

12 years agoContribs: update libass to 0.9.12
Jean-Baptiste Kempf [Sun, 12 Jun 2011 15:09:51 +0000 (17:09 +0200)]
Contribs: update libass to 0.9.12

Should fix #4075

12 years agoVOBSUB: fixed memory leaks
Andrey Makhnutin [Sun, 12 Jun 2011 14:08:38 +0000 (18:08 +0400)]
VOBSUB: fixed memory leaks

Signed-off-by: Andrey Makhnutin <the.boobl@gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFixed bugs in AVI mux module
Ashok Bhat [Thu, 9 Jun 2011 13:37:05 +0000 (19:07 +0530)]
Fixed bugs in AVI mux module

Closes #21 (partly, at least), #4288 and #4304

Description
===================
Fixed bugs in AVI mux to support creation of AVI files with following popular video/audio combinations
(a) MPEG4 video (aka XVID) with MP3/AC3/PCM Audio
(b) MJPEG video with PCM audio.
AVI as such is not used for storing other formats like H.264, AAC etc

Bug fix details
===================
(a) 'hdrl' list size was wrong. It incorrectly included some parts of MOVI list, size taken by hdrl LIST tag and its size and Size of 'RIFF', File size and 'AVI ' type.
(b) Block Align was set to 0 in case of MP3/AC3. It has to be non-zero. It has to been set to 1.
(c) XVID video decoders expect header to present as part of first frame. Added code to append header present at end of BITMAPINFOHEADER to beginning of the first video frame in case of XVID video.
(d) nAvgBytesPerSec of Waveformatex was not properly being set in case of PCM audio.
(e) Last index entry value was set to garbage due to incorrect index size calculation.

Test PC configuration
===================
Tested with Windows Media Player 11 installed on Windows XP Service pack 3 machine with following directshow filters installed
(a) XVID MPEG4 video decoder filter for MPEG4 video decoding
(b) LAME MP3 codec for MP3 audio decoding

Combinations tested
====================
(a) MPEG4/MP3 transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mp4v,vb=1024,fps=25,acodec=mpga,ab=128}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

(b) MPEG4/AC3 transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mp4v,vb=1024,fps=25,acodec=a52, ab=128}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

(c) MPEG4/PCM(16bit) transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mp4v,vb=1024,fps=25,acodec=s16l}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

(d) MPEG4/PCM(24 bit) transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mp4v,vb=1024,fps=25,acodec=s24l}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

(e) MPEG4/PCM(32bit) transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mp4v,vb=1024,fps=25,acodec=s32l}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

(f) MJPEG/PCM(32bit) transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mjpeg,vb=1024,fps=25,acodec=s32l}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMac: Fixed bug #3312
Mike Cardillo [Sun, 12 Jun 2011 13:44:27 +0000 (15:44 +0200)]
Mac: Fixed bug #3312

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoUse CCT to format subtitiles text properly.
Tomer Barletz [Sat, 11 Jun 2011 21:38:17 +0000 (23:38 +0200)]
Use CCT to format subtitiles text properly.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
12 years agoSmall simplifications (freetype).
Laurent Aimar [Fri, 10 Jun 2011 22:53:05 +0000 (00:53 +0200)]
Small simplifications (freetype).

12 years agoSpell overridden correctly
Rémi Denis-Courmont [Sat, 11 Jun 2011 19:39:52 +0000 (22:39 +0300)]
Spell overridden correctly

12 years agoTypo
Rémi Denis-Courmont [Sat, 11 Jun 2011 19:34:23 +0000 (22:34 +0300)]
Typo

12 years agoSAP: dead code
Rémi Denis-Courmont [Sat, 11 Jun 2011 19:17:39 +0000 (22:17 +0300)]
SAP: dead code

12 years agoNuke manual IP version selection
Rémi Denis-Courmont [Sat, 11 Jun 2011 19:12:16 +0000 (22:12 +0300)]
Nuke manual IP version selection

World IPv6 day was a non-event, establishing that those options are
useless, and so should they.

12 years agoaout: remove stray mixer FIFO locking
Rémi Denis-Courmont [Sat, 11 Jun 2011 10:14:09 +0000 (13:14 +0300)]
aout: remove stray mixer FIFO locking

12 years agoMKV: remove unused parameter
Rémi Denis-Courmont [Sat, 11 Jun 2011 08:23:58 +0000 (11:23 +0300)]
MKV: remove unused parameter

12 years agoMKV: comment out if-statement without body
Rémi Denis-Courmont [Sat, 11 Jun 2011 08:23:37 +0000 (11:23 +0300)]
MKV: comment out if-statement without body

12 years agofreetype: build fix
Pierre Ynard [Sat, 11 Jun 2011 07:06:18 +0000 (09:06 +0200)]
freetype: build fix

12 years agoSmall clean up/simplifications in freetype.
Laurent Aimar [Fri, 10 Jun 2011 20:06:11 +0000 (22:06 +0200)]
Small clean up/simplifications in freetype.

12 years agoNo functionnal changes (freetype).
Laurent Aimar [Fri, 10 Jun 2011 19:59:40 +0000 (21:59 +0200)]
No functionnal changes (freetype).

Reorder functions to avoid forward declarations.

12 years agoSimplified color management in freetype.
Laurent Aimar [Fri, 10 Jun 2011 19:57:46 +0000 (21:57 +0200)]
Simplified color management in freetype.

12 years agoReplaced a var_Get() by var_GetInteger() in freetype.
Laurent Aimar [Fri, 10 Jun 2011 19:43:00 +0000 (21:43 +0200)]
Replaced a var_Get() by var_GetInteger() in freetype.

12 years agoRemoved unused "scale" object variable in text renderer.
Laurent Aimar [Fri, 10 Jun 2011 19:41:23 +0000 (21:41 +0200)]
Removed unused "scale" object variable in text renderer.

12 years agoReplaced ft_style_t by text_style_t in freetype.
Laurent Aimar [Fri, 10 Jun 2011 19:24:31 +0000 (21:24 +0200)]
Replaced ft_style_t by text_style_t in freetype.

12 years agoNo functionnal changes.
Laurent Aimar [Fri, 10 Jun 2011 18:52:11 +0000 (20:52 +0200)]
No functionnal changes.

Reorder functions to avoid forward declarations.

12 years agoMerged text_renderer.h into freetype.c
Laurent Aimar [Fri, 10 Jun 2011 18:41:32 +0000 (20:41 +0200)]
Merged text_renderer.h into freetype.c

It isn't use anywhere else.

12 years agoClean up a bit freetype.
Laurent Aimar [Wed, 8 Jun 2011 22:06:02 +0000 (00:06 +0200)]
Clean up a bit freetype.

12 years agoFactorized rendering code between html and non html mode in freetype.
Laurent Aimar [Wed, 8 Jun 2011 20:11:43 +0000 (22:11 +0200)]
Factorized rendering code between html and non html mode in freetype.

12 years agoRenamed Render into RenderYUVP (freetype).
Laurent Aimar [Tue, 7 Jun 2011 23:03:41 +0000 (01:03 +0200)]
Renamed Render into RenderYUVP (freetype).

12 years agomacosx: added skeleton for the video effects panel
Felix Paul Kühne [Fri, 10 Jun 2011 18:11:23 +0000 (20:11 +0200)]
macosx: added skeleton for the video effects panel

12 years agoContribs: flac building simplification
Jean-Baptiste Kempf [Fri, 10 Jun 2011 16:01:21 +0000 (18:01 +0200)]
Contribs: flac building simplification

12 years agolive555: remove unnecessary header
Jean-Baptiste Kempf [Fri, 10 Jun 2011 15:29:09 +0000 (17:29 +0200)]
live555: remove unnecessary header