August 2013 Archives by subject
Starting: Thu Aug 1 10:22:05 CEST 2013
Ending: Sat Aug 31 17:51:07 CEST 2013
Messages: 449
- [vlc-commits] A bit of fortunes :)
Jean-Baptiste Kempf
- [vlc-commits] A bit of fortunes :)
Jean-Baptiste Kempf
- [vlc-commits] access: clearing info.i_update is the owner's job, not the plugin's
Rémi Denis-Courmont
- [vlc-commits] access: remove info.i_(update|title|seekpoint)
Rémi Denis-Courmont
- [vlc-commits] access: simplify control default case, remove dummy warnings
Rémi Denis-Courmont
- [vlc-commits] access_out: add CAN_SEEK control
Steinar H. Gunderson
- [vlc-commits] Added an option for DVD/BluRay menu language
Petri Hintukainen
- [vlc-commits] Adjust the DirectSound buffer size to support correctly 6 channels
Denis Charmet
- [vlc-commits] Adjust the DirectSound buffer size to support correctly 6 channels
Denis Charmet
- [vlc-commits] alsa: set period time before buffer time
Rémi Denis-Courmont
- [vlc-commits] alsa: set period time before buffer time
Rémi Denis-Courmont
- [vlc-commits] androidsurface: Support cropping
Martin Storsjö
- [vlc-commits] aout: allow frequency up to 352.8 kHz
Rémi Denis-Courmont
- [vlc-commits] aout: allow frequency up to 352.8 kHz
Rémi Denis-Courmont
- [vlc-commits] aout: rework aout_Interleave()
Rémi Denis-Courmont
- [vlc-commits] araw: fix samples count on raw audio
Rémi Denis-Courmont
- [vlc-commits] asf demux: cosmetics
Rafaël Carré
- [vlc-commits] asf demux: rewrite DemuxPacket
Rafaël Carré
- [vlc-commits] Audio effect: "equalizer" is enough...
Jean-Baptiste Kempf
- [vlc-commits] auhal: HACK to fix infinite restart when trying to switch to spdif on 10.6 ( fixes #9141)
David Fuhrmann
- [vlc-commits] auhal: HACK to fix infinite restart when trying to switch to spdif on 10.6 ( fixes #9141)
David Fuhrmann
- [vlc-commits] auhal: limit scope of mutex
David Fuhrmann
- [vlc-commits] avcodec: avoid forward declaration
Rémi Denis-Courmont
- [vlc-commits] Avcodec: correctly #ifdef VOXWARE CODEC_ID
Jean-Baptiste Kempf
- [vlc-commits] avcodec: fix sign warning
Rémi Denis-Courmont
- [vlc-commits] avcodec: no period after option short name
Edward Wang
- [vlc-commits] avcodec: rate limit messages about direct rendering
Rafaël Carré
- [vlc-commits] avcodec: refer to AVFrame as a pointer, non-functional change
Rémi Denis-Courmont
- [vlc-commits] avcodec: set frame samples to 0 if frame fill fails in encode, this way encode_audio2 doesn't crash
Ilkka Ollakka
- [vlc-commits] avcodec: set frame samples to 0 if frame fill fails in encode, this way encode_audio2 doesn't crash
Ilkka Ollakka
- [vlc-commits] avcodec: use reference counting for audio decoding
Rémi Denis-Courmont
- [vlc-commits] avcodec encoder: remove 10 years old non sense
Rafaël Carré
- [vlc-commits] avformat: avformat.h is always present
Rafaël Carré
- [vlc-commits] Avformat: split the options from demux and mux in sections
Jean-Baptiste Kempf
- [vlc-commits] Avformat: split the options from demux and mux in sections
Jean-Baptiste Kempf
- [vlc-commits] avformat mux: Propagate seekable status into avformat.
Steinar H. Gunderson
- [vlc-commits] avio: avformat.h / avio.h are always present
Rafaël Carré
- [vlc-commits] Avio: correctly split input and sout options
Jean-Baptiste Kempf
- [vlc-commits] Avio: correctly split input and sout options
Jean-Baptiste Kempf
- [vlc-commits] avio: differentiate between avio-options and sout-avio-options in the GUI
Edward Wang
- [vlc-commits] bluray: add an option to select player region code
Petri Hintukainen
- [vlc-commits] bluray: add blurayCloseOverlay
Rafaël Carré
- [vlc-commits] bluray: added options for preferred languages
Petri Hintukainen
- [vlc-commits] bluray: ARGB overlays available since bluray 0.3.0
Rafaël Carré
- [vlc-commits] bluray: ARGB overlay support (BD-J)
Petri Hintukainen
- [vlc-commits] bluray: blurayInitTitles: fix memleaks on error paths
Rafaël Carré
- [vlc-commits] bluray: blurayInitTitles can not fail
Rafaël Carré
- [vlc-commits] bluray: cosmetics
Rafaël Carré
- [vlc-commits] bluray: cosmetics
Rafaël Carré
- [vlc-commits] bluray: don't reinvent strdup
Rafaël Carré
- [vlc-commits] bluray: fix disappearing of overlays
Rafaël Carré
- [vlc-commits] bluray: fixed title selection and title info when using menus
Petri Hintukainen
- [vlc-commits] bluray: fix memleak in error path
Rafaël Carré
- [vlc-commits] bluray: fix overlay memleaks
Rafaël Carré
- [vlc-commits] bluray: free resource as soon as not needed
Rafaël Carré
- [vlc-commits] bluray: inline blurayHandleEvents
Rafaël Carré
- [vlc-commits] bluray: make overlay helper function interfaces ARGB compatible
Petri Hintukainen
- [vlc-commits] bluray: print debug if disc is using aacs and/or BD+
Rafaël Carré
- [vlc-commits] bluray: simplify error message reporting
Rafaël Carré
- [vlc-commits] bluray: simplify overlay functions
Rafaël Carré
- [vlc-commits] bluray: split device node -> mount point helper
Rafaël Carré
- [vlc-commits] bluray: use bd_get_playlist_info
Petri Hintukainen
- [vlc-commits] bluray: use navigation keys (DEMUX_NAV_...)
Petri Hintukainen
- [vlc-commits] Bug fix: HLS module does not block until data is available. As a result live streams may end unexpectedly in case of short playlists or slow connections. Problem was fixed by blocking on a condition variable in the "read" function in case data is not available until Download thread signals ( when new data is available) or a timeout of 10 seconds is reached. Blocking is done with a timed wait in order to avoid deadlocks since the thread that calls read is also responsible for calling close.
Avishay Spitzer
- [vlc-commits] Bug fix: HLS module does not block until data is available. As a result live streams may end unexpectedly in case of short playlists or slow connections. Problem was fixed by blocking on a condition variable in the "read" function in case data is not available until Download thread signals ( when new data is available) or a timeout of 10 seconds is reached. Blocking is done with a timed wait in order to avoid deadlocks since the thread that calls read is also responsible for calling close.
Avishay Spitzer
- [vlc-commits] build: detect variants of powerpc host_cpu (such as powerpc64)
Dominique Leuenberger
- [vlc-commits] build: fix powerpc detection
Dominique Leuenberger
- [vlc-commits] build: fix powerpc detection
Dominique Leuenberger
- [vlc-commits] codec: x264: avoid segfault with x264_encoder_delayed_frames
Francois Cartegnie
- [vlc-commits] codec: x264: avoid segfault with x264_encoder_delayed_frames
Francois Cartegnie
- [vlc-commits] compat: add some more thread locale constants
Rémi Denis-Courmont
- [vlc-commits] configure: correctly detect Qt5
Ludovic Fauvet
- [vlc-commits] configure: no deprecated libav features in use
Rémi Denis-Courmont
- [vlc-commits] configure: reject too recent libdvbpsi
Rémi Denis-Courmont
- [vlc-commits] configure: require at least Qt 5.1.0 to use Qt5
Ludovic Fauvet
- [vlc-commits] configure: require vdpau version 0.6
Rémi Denis-Courmont
- [vlc-commits] contrib: CCAS needs -c option
Rafaël Carré
- [vlc-commits] contrib: freetype: disable PNG
Rafaël Carré
- [vlc-commits] contrib: freetype: disable PNG
Rafaël Carré
- [vlc-commits] contrib: HarfBuzz 0.9.19
Naohiro KORIYAMA
- [vlc-commits] contrib: iconv: don't build binaries
Rafaël Carré
- [vlc-commits] contrib: iconv: fix for windows store
Rafaël Carré
- [vlc-commits] contrib: iconv: update patch after 7cc06ba8c9
Rafaël Carré
- [vlc-commits] contrib: libxml2: don't build binaries
Rafaël Carré
- [vlc-commits] contrib: libxml2: don't build binaries
Rafaël Carré
- [vlc-commits] contrib: modplug: use git version
Rafaël Carré
- [vlc-commits] contrib: modplug: use git version
Rafaël Carré
- [vlc-commits] contrib: modplug: use git version
Rafaël Carré
- [vlc-commits] contrib: Patch libpng to make it build with automake 1.12 and 1.11 again
Martin Storsjö
- [vlc-commits] contrib: Patch libpng to make it build with automake 1.12 and 1.11 again
Martin Storsjö
- [vlc-commits] contrib: png: don't build binaries
Rafaël Carré
- [vlc-commits] contrib: png: don't build binaries
Rafaël Carré
- [vlc-commits] contrib: qt4: fix for mingw-w64
Rafaël Carré
- [vlc-commits] contrib: qt4: fix for mingw-w64
Rafaël Carré
- [vlc-commits] contrib: regex: don't build tests or doc
Rafaël Carré
- [vlc-commits] contrib: regex: don't build tests or doc
Rafaël Carré
- [vlc-commits] Contrib: Set a hash for libav and FFmpeg
Jean-Baptiste Kempf
- [vlc-commits] contrib: xml2: fix for windows store
Rafaël Carré
- [vlc-commits] Contribs: update freetype to 2.5.0.1
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update freetype to 2.5.0.1
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update libpng to 1.6.3
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update libpng to 1.6.3
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update libpng to 1.6.3
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update Opus to 1.0.3
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update Opus to 1.0.3
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update ZVBI (!) to 0.2.34
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update ZVBI (!) to 0.2.34
Jean-Baptiste Kempf
- [vlc-commits] CoreGraphicsLayer: update accessory files
Felix Paul Kühne
- [vlc-commits] Correct typo (fixes #9292)
Rémi Denis-Courmont
- [vlc-commits] Correct typo (fixes #9292)
Rémi Denis-Courmont
- [vlc-commits] Cropping filter: fix description.
Jean-Baptiste Kempf
- [vlc-commits] cue.lua: remove tabs
Ludovic Fauvet
- [vlc-commits] cue: support Latin1 cue files (fix #9238)
Ludovic Fauvet
- [vlc-commits] cue: support Latin1 cue files (fix #9238)
Ludovic Fauvet
- [vlc-commits] demux: avi: handle zero sized lists (fix #9056, fix #8413)
Francois Cartegnie
- [vlc-commits] demux: avi: handle zero sized lists (fix #9056, fix #8413)
Francois Cartegnie
- [vlc-commits] demux: avi: handle zero sized strd sections (fix #8994)
Francois Cartegnie
- [vlc-commits] demux: avi: handle zero sized strd sections (fix #8994)
Francois Cartegnie
- [vlc-commits] demux: avi: Ignore empty idx1 indexes for testing offset (fix #9248)
Francois Cartegnie
- [vlc-commits] demux: avi: Ignore empty idx1 indexes for testing offset (fix #9248)
Francois Cartegnie
- [vlc-commits] demux: fix bit logic
Rémi Denis-Courmont
- [vlc-commits] directory: fix warning
Rémi Denis-Courmont
- [vlc-commits] directsound: fix inverted logic (fix #9195)
Ludovic Fauvet
- [vlc-commits] directsound: fix inverted logic (fix #9195)
Ludovic Fauvet
- [vlc-commits] DirectSound: only list usable devices
Jean-Baptiste Kempf
- [vlc-commits] DirectSound: only list usable devices
Jean-Baptiste Kempf
- [vlc-commits] doc: New fortune :)
Mirsal Ennaime
- [vlc-commits] Do not compare arrays against NULL (always true)
Rémi Duraffort
- [vlc-commits] Do not truncate the last character in net_Gets().
Georgi Chorbadzhiyski
- [vlc-commits] Do not truncate the last character in net_Gets().
Georgi Chorbadzhiyski
- [vlc-commits] dtv: undo accidental code removal (fixes #9274 probably)
Rémi Denis-Courmont
- [vlc-commits] egl: avoid linking X
Naohiro KORIYAMA
- [vlc-commits] Export block_FifoWake() :-(
Rémi Denis-Courmont
- [vlc-commits] extras/mac: use libvlc 2.2 instead of 2.0
Felix Paul Kühne
- [vlc-commits] Extras/tools: force the last version of m4
Jean-Baptiste Kempf
- [vlc-commits] Extras/tools: force the last version of m4
Jean-Baptiste Kempf
- [vlc-commits] extras/tools: update automake
Felix Paul Kühne
- [vlc-commits] extras/tools: update automake
Felix Paul Kühne
- [vlc-commits] extras/tools: update libtool
Felix Paul Kühne
- [vlc-commits] extras/tools: update libtool
Felix Paul Kühne
- [vlc-commits] file: update size whenever it is requested
Rémi Denis-Courmont
- [vlc-commits] Fix many memory leaks (and potential ones)
Rémi Duraffort
- [vlc-commits] Fix memory leak (cid #1048910)
Rémi Duraffort
- [vlc-commits] Fix potential double free (cid #1047496 and #1047497)
Rémi Duraffort
- [vlc-commits] Fix sizeof mismatch
Rémi Duraffort
- [vlc-commits] Fix sizeof mismatch
Rémi Duraffort
- [vlc-commits] Fix sizeof mismatch
Rémi Duraffort
- [vlc-commits] Fix sizeof mismatch
Rémi Duraffort
- [vlc-commits] Fix sizeof mismatch
Rémi Duraffort
- [vlc-commits] Fix sizeof mismatch (cid #1064682)
Rémi Duraffort
- [vlc-commits] Fix typo
Jean-Baptiste Kempf
- [vlc-commits] Fix use of uninitialized variable (cid #1049012)
Rémi Duraffort
- [vlc-commits] Fix use of uninitialized variable (cid #1049012)
Rémi Duraffort
- [vlc-commits] Fix VLC_CLIP usage (and potential divisions by zero)
Rémi Duraffort
- [vlc-commits] flac encoders: use the long format extradata
Rafaël Carré
- [vlc-commits] flac encoders: use the long format extradata
Rafaël Carré
- [vlc-commits] freetype: fallback to the system font if no font is specified in the style ( fix #8960)
Ludovic Fauvet
- [vlc-commits] freetype: fallback to the system font if no font is specified in the style ( fix #8960)
Ludovic Fauvet
- [vlc-commits] Freetype: fix Win32 compilation
Jean-Baptiste Kempf
- [vlc-commits] Freetype: harmonize between platforms
Jean-Baptiste Kempf
- [vlc-commits] Freetype: move arguments type to match text_style_t
Jean-Baptiste Kempf
- [vlc-commits] Freetype: move GetStyleFromStack to helper
Jean-Baptiste Kempf
- [vlc-commits] Freetype: rename variables to match text_style_t names
Jean-Baptiste Kempf
- [vlc-commits] Freetype: split some functions in text_renderer.c
Jean-Baptiste Kempf
- [vlc-commits] Freetype: use a text_style_t in p_sys
Jean-Baptiste Kempf
- [vlc-commits] Freetype: use int instead of uint8 for alpha
Jean-Baptiste Kempf
- [vlc-commits] Freetype: use psz_fontname
Jean-Baptiste Kempf
- [vlc-commits] Freeze: Freeze interactive video filter
Vianney Boyer
- [vlc-commits] GLwin32: fix init crash
Jean-Baptiste Kempf
- [vlc-commits] GLwin32: fix init crash
Jean-Baptiste Kempf
- [vlc-commits] GLwin32: fix init crash
Jean-Baptiste Kempf
- [vlc-commits] gmp: fix compilation on mipsel
Edward Wang
- [vlc-commits] HLS: implement pause
Rafaël Carré
- [vlc-commits] HLS: implement pause
Rafaël Carré
- [vlc-commits] hotkeys: Fix test (was always true)
Rémi Duraffort
- [vlc-commits] hotkeys: Fix test (was always true)
Rémi Duraffort
- [vlc-commits] httplive: add likely
Ilkka Ollakka
- [vlc-commits] httplive: add likely
Ilkka Ollakka
- [vlc-commits] httplive: cache around 10 sec worth of segments instead of just 2
Ilkka Ollakka
- [vlc-commits] httplive: cache around 10 sec worth of segments instead of just 2
Ilkka Ollakka
- [vlc-commits] httplive: check segment gap on last segment number instead of the segment number of last playlist load
Ilkka Ollakka
- [vlc-commits] httplive: check segment gap on last segment number instead of the segment number of last playlist load
Ilkka Ollakka
- [vlc-commits] httplive: Choose initial stream to be the biggest one, avoiding audio-only as migration from that doesn't work in some cases
Ilkka Ollakka
- [vlc-commits] httplive: Choose initial stream to be the biggest one, avoiding audio-only as migration from that doesn't work in some cases
Ilkka Ollakka
- [vlc-commits] httplive: cosmetic
Ilkka Ollakka
- [vlc-commits] httplive: cosmetic retab
Ilkka Ollakka
- [vlc-commits] httplive: don't reload playlist all the time.
Ilkka Ollakka
- [vlc-commits] httplive: downgrade most of the messages from Info to Debug
Ilkka Ollakka
- [vlc-commits] httplive: fix qsort compare so streams are sorted properly.
Ilkka Ollakka
- [vlc-commits] httplive: fix qsort compare so streams are sorted properly.
Ilkka Ollakka
- [vlc-commits] httplive: max delay is 1.5 on refresh as stated on rfc draft
Ilkka Ollakka
- [vlc-commits] httplive: max delay is 1.5 on refresh as stated on rfc draft
Ilkka Ollakka
- [vlc-commits] hwdummy: update to latest libavcodec
Rémi Denis-Courmont
- [vlc-commits] In case of live streams, the reload thread did not wake up the download thread and so new segments were not downloaded. Problem was fixed by sginalling the download thread with the condition variable.
Avishay Spitzer
- [vlc-commits] In case of live streams, the reload thread did not wake up the download thread and so new segments were not downloaded. Problem was fixed by sginalling the download thread with the condition variable.
Avishay Spitzer
- [vlc-commits] input/stream: cosmetics
Rémi Denis-Courmont
- [vlc-commits] input/stream: factor code
Rémi Denis-Courmont
- [vlc-commits] input/stream: remove STREAM_CONTROL_ACCESS and simplify
Rémi Denis-Courmont
- [vlc-commits] input/stream: remove STREAM_CONTROL_ACCESS and simplify
Rémi Denis-Courmont
- [vlc-commits] input: add access & stream controls for current title and seekpoint
Rémi Denis-Courmont
- [vlc-commits] input: always pass meta data through demux (refs #8456)
Rémi Denis-Courmont
- [vlc-commits] input: always use the demux for titles & seekpoints (fixes #8456)
Rémi Denis-Courmont
- [vlc-commits] input: delete stream from demux_Delete() (refs #8455)
Rémi Denis-Courmont
- [vlc-commits] input: deprecate input_source_t.p_stream (refs #8455)
Rémi Denis-Courmont
- [vlc-commits] input: poll signal level through demux (refs #8456)
Rémi Denis-Courmont
- [vlc-commits] input: remove dead and broken byte offset bookmark support (refs #8455)
Rémi Denis-Courmont
- [vlc-commits] input: remove input_source_t.p_access
Rémi Denis-Courmont
- [vlc-commits] input: remove input_source_t.p_stream (refs #8455)
Rémi Denis-Courmont
- [vlc-commits] integer: fix typo (fix #9127)
Rémi Denis-Courmont
- [vlc-commits] integer: fix typo (fix #9127)
Rémi Denis-Courmont
- [vlc-commits] ios2: clean opengl buffers only in active state
Gleb Pinigin
- [vlc-commits] ios2: clean opengl buffers only in active state
Gleb Pinigin
- [vlc-commits] l10n: Bosnian update
Adnan Memija
- [vlc-commits] l10n: Catalan update
Pau Iranzo
- [vlc-commits] l10n: Danish update
Aputsiaĸ Niels Janussen
- [vlc-commits] l10n: Dutch update
Thomas De Rocker
- [vlc-commits] l10n: Estonian update
VideoLAN
- [vlc-commits] l10n: French update
Éric Lassauge
- [vlc-commits] l10n: Galician update
Gonçalo Cordeiro
- [vlc-commits] l10n: German update
Christoph Miebach
- [vlc-commits] l10n: Hindi update
VideoLAN
- [vlc-commits] l10n: Italian update
VideoLAN
- [vlc-commits] l10n: Japanese update
Fumio Nakayama
- [vlc-commits] l10n: Kannada update
VideoLAN
- [vlc-commits] l10n: Khmer update
VideoLAN
- [vlc-commits] l10n: Korean update
VideoLAN
- [vlc-commits] l10n: Lithuanian update
VideoLAN
- [vlc-commits] l10n: Marathi update
Suraj Kawade
- [vlc-commits] l10n: Modern Greek update
VideoLAN
- [vlc-commits] l10n: Norwegian Bokmål update
VideoLAN
- [vlc-commits] l10n: Oriya update
Prasannajit Acharya
- [vlc-commits] l10n: Polish update
Michał Trzebiatowski
- [vlc-commits] l10n: Portuguese update
VideoLAN
- [vlc-commits] l10n: Russian update
Alexander Lakhin
- [vlc-commits] l10n: Serbian update
VideoLAN
- [vlc-commits] l10n: Simplified Chinese update
Dean Lee
- [vlc-commits] l10n: Slovak update
Marián Hikaník
- [vlc-commits] l10n: Slovenian update
VideoLAN
- [vlc-commits] l10n: Spanish update
David González
- [vlc-commits] l10n: Thai update
Thanakrit Chomphuming
- [vlc-commits] l10n: Turkish update
Kaya Zeren
- [vlc-commits] l10n: Ukrainian update
Andriy Bandura
- [vlc-commits] l10n: Vietnamese update
Anh Phan
- [vlc-commits] libmpgatofixed32: give mad-errors as msg_Err and give empty frames only if mad tells that it can 't recover from that error
Ilkka Ollakka
- [vlc-commits] libmpgatofixed32: give mad-errors as msg_Err and give empty frames only if mad tells that it can 't recover from that error
Ilkka Ollakka
- [vlc-commits] libvlc: equalizer: ISO frequencies are the new default
Ronald Wright
- [vlc-commits] Link oldmovie with math
Jean-Baptiste Kempf
- [vlc-commits] lua dkjson: use us_tostring() to fix locale issues with decimals
Pierre Ynard
- [vlc-commits] lua dkjson: use us_tostring() to fix locale issues with decimals
Pierre Ynard
- [vlc-commits] M3U: do not accept all UTF-8 playlist, unbreaks CUE support
Jean-Baptiste Kempf
- [vlc-commits] m3u: rewrite probing (fix #9237)
Rémi Denis-Courmont
- [vlc-commits] m3u: rewrite probing (fix #9237)
Rémi Denis-Courmont
- [vlc-commits] macosx: add missing deletate for blackout window hiding animation ( fixes #9106)
David Fuhrmann
- [vlc-commits] macosx: add missing deletate for blackout window hiding animation ( fixes #9106)
David Fuhrmann
- [vlc-commits] macosx: add proper bindings for text/stepper combos in subtitle panel
David Fuhrmann
- [vlc-commits] macosx: add proper bindings for text/stepper combos in subtitle panel
David Fuhrmann
- [vlc-commits] macosx: do not switch mux and access in opens stream out panel ( fixes #9173)
David Fuhrmann
- [vlc-commits] macosx: do not switch mux and access in opens stream out panel ( fixes #9173)
David Fuhrmann
- [vlc-commits] macosx: fix another potential utf8 displaying issue in core dialogs
David Fuhrmann
- [vlc-commits] macosx: fix another potential utf8 displaying issue in core dialogs
David Fuhrmann
- [vlc-commits] macosx: fix copy and paste bug causing wrong acodec in CAS
David Fuhrmann
- [vlc-commits] macosx: fix copy and paste bug causing wrong acodec in CAS
David Fuhrmann
- [vlc-commits] macosx: fix layout of subs panel and increase spacing for translations
David Fuhrmann
- [vlc-commits] macosx: fix layout of subs panel and increase spacing for translations
David Fuhrmann
- [vlc-commits] macosx: fix moaar utf8 rendering issues
David Fuhrmann
- [vlc-commits] macosx: fix moaar utf8 rendering issues
David Fuhrmann
- [vlc-commits] macosx: fix potential string format attack
David Fuhrmann
- [vlc-commits] macosx: fix potential string format attack
David Fuhrmann
- [vlc-commits] macosx: fix UTF8 rendering issue in question dialog
Felix Paul Kühne
- [vlc-commits] macosx: fix UTF8 rendering issue in question dialog
Felix Paul Kühne
- [vlc-commits] macosx: fix UTF8 rendering issue in question dialog
Felix Paul Kühne
- [vlc-commits] macosx: prevent possible double release for blackout windows
David Fuhrmann
- [vlc-commits] macosx: prevent possible double release for blackout windows
David Fuhrmann
- [vlc-commits] macosx vout: fix pool leaks
David Fuhrmann
- [vlc-commits] macosx vout: fix pool leaks
David Fuhrmann
- [vlc-commits] Map Voxware MetaSound Codec IDs
Jean-Baptiste Kempf
- [vlc-commits] Map Voxware MetaSound Codec IDs
Jean-Baptiste Kempf
- [vlc-commits] marq: add file-option to options
Ilkka Ollakka
- [vlc-commits] marq: add file-option to options
Ilkka Ollakka
- [vlc-commits] meta: add assertion
Rémi Denis-Courmont
- [vlc-commits] Metasound fourcc: fix typo
Rafaël Carré
- [vlc-commits] mod: validate meta data (fixes #9206)
Rémi Denis-Courmont
- [vlc-commits] mod: validate meta data (fixes #9206)
Rémi Denis-Courmont
- [vlc-commits] MP4: do not set total tracks to 0
Jean-Baptiste Kempf
- [vlc-commits] MP4: do not set total tracks to 0
Jean-Baptiste Kempf
- [vlc-commits] MP4: fix variable size leading to Out-of-bound access
Jean-Baptiste Kempf
- [vlc-commits] MP4: fix variable size leading to Out-of-bound access
Jean-Baptiste Kempf
- [vlc-commits] mp4a packetizer: cosmetics
Rafaël Carré
- [vlc-commits] mp4a packetizer: cosmetics
Rafaël Carré
- [vlc-commits] mp4a packetizer: fix buffer overflow
Rafaël Carré
- [vlc-commits] mp4a packetizer: fix buffer overflow
Rafaël Carré
- [vlc-commits] mp4a packetizer: fix buffer overflow
Rafaël Carré
- [vlc-commits] mp4a packetizer: simplify loop
Rafaël Carré
- [vlc-commits] mp4a packetizer: simplify loop
Rafaël Carré
- [vlc-commits] mp4 mux: avoid unnecessary conversion
Rafaël Carré
- [vlc-commits] mp4 mux: c99
Rafaël Carré
- [vlc-commits] mp4 mux: cosmetics
Rafaël Carré
- [vlc-commits] mp4 mux: generate constant frame rate files
Rafaël Carré
- [vlc-commits] mp4 mux: merge box_fix call into box_gather
Rafaël Carré
- [vlc-commits] mp4 mux: remove fixed parameters
Rafaël Carré
- [vlc-commits] mp4 mux: simplify
Rafaël Carré
- [vlc-commits] mp4 mux: simplify box*new
Rafaël Carré
- [vlc-commits] mp4 mux: simplify stts box creation
Rafaël Carré
- [vlc-commits] mp4 mux: use a variable to make the code shorter
Rafaël Carré
- [vlc-commits] mp4 mux: use block_t
Rafaël Carré
- [vlc-commits] mp4 mux: use CLOCK_FREQ
Rafaël Carré
- [vlc-commits] mpeg: implement title/seekpoint controls (refs #8455)
Rémi Denis-Courmont
- [vlc-commits] mpeg_ts: fix potential array off by one
Rémi Duraffort
- [vlc-commits] mpeg_ts: fix potential array off by one
Rémi Duraffort
- [vlc-commits] Name AVIO as AVIO not FFmpeg or libavformat
Jean-Baptiste Kempf
- [vlc-commits] net_Read: break potential dead lock with waitall = true
Rémi Denis-Courmont
- [vlc-commits] net_Read: break potential dead lock with waitall = true
Rémi Denis-Courmont
- [vlc-commits] New 3D OpenGL audio spectrum visualization.
Adrien Maglo
- [vlc-commits] New CoreGraphics based video output drawing on CoreAnimation layers
Felix Paul Kühne
- [vlc-commits] NEWS
Rémi Denis-Courmont
- [vlc-commits] oldmovie: don't use extern functions
Rafaël Carré
- [vlc-commits] Oldmovie: Oldmovie style video filter
Vianney Boyer
- [vlc-commits] omxil: Activate mpeg2 on broadcom omx.
Julian Scheel
- [vlc-commits] omxil: Include timestamps in the omx debug messages
Martin Storsjö
- [vlc-commits] omxil: Release picture in direct rendering mode.
Julian Scheel
- [vlc-commits] omxil: Use pts instead of dts by default
Martin Storsjö
- [vlc-commits] On the road to 2.0.9
Jean-Baptiste Kempf
- [vlc-commits] On the road to RC1
Jean-Baptiste Kempf
- [vlc-commits] On the way to 2.1.0
Jean-Baptiste Kempf
- [vlc-commits] OpenGL: Set $GL_LIBS to "-lopengl32" for the Windows case.
Adrien Maglo
- [vlc-commits] package: fix nsis package building on OS X.
Naohiro KORIYAMA
- [vlc-commits] picture: convert to standard atomic operations
Rémi Denis-Courmont
- [vlc-commits] picture: do not clobber picture reference count when destroying a pool
Rémi Denis-Courmont
- [vlc-commits] po: adjust previous commit
Rémi Denis-Courmont
- [vlc-commits] Provide a better name for the mono downmixer
Jean-Baptiste Kempf
- [vlc-commits] Puzzle: fix shapes bug when changing game mode
Vianney Boyer
- [vlc-commits] Qt4: correctly show the default Windows Audio Device
Jean-Baptiste Kempf
- [vlc-commits] Qt4: correctly show the default Windows Audio Device
Jean-Baptiste Kempf
- [vlc-commits] qt4: fix memory leaks
Rémi Duraffort
- [vlc-commits] qt4: fix memory leaks
Rémi Duraffort
- [vlc-commits] qt4: fx missing translation
Naohiro KORIYAMA
- [vlc-commits] qt4: fx missing translation
Naohiro KORIYAMA
- [vlc-commits] qt4: use current file's path as suggested destination path
Adrian Yanes
- [vlc-commits] qt4: win7 taskbar buttons are 16x16 since a3db0685
Rafaël Carré
- [vlc-commits] qt4: win7 taskbar buttons are 16x16 since a3db0685
Rafaël Carré
- [vlc-commits] Qt5: Be sure to use the rcc/moc/tools of Qt5
Jean-Baptiste Kempf
- [vlc-commits] Qt5: Fix ADD_ICON, again
Jean-Baptiste Kempf
- [vlc-commits] Qt: correctly restore the undocked playlist state
Jean-Baptiste Kempf
- [vlc-commits] Qt: correctly restore the undocked playlist state
Jean-Baptiste Kempf
- [vlc-commits] qt: discard bookmark byte offset
Rémi Denis-Courmont
- [vlc-commits] Qt: do not delete speedControl yourself
Jean-Baptiste Kempf
- [vlc-commits] Qt: do not free module config too early
Edward Wang
- [vlc-commits] Qt: do not free module config too early
Edward Wang
- [vlc-commits] Qt: fix a potential crash in audioDevice Menu
Jean-Baptiste Kempf
- [vlc-commits] Qt: fix a potential crash in audioDevice Menu
Jean-Baptiste Kempf
- [vlc-commits] Qt: fix MLModel uris
Francois Cartegnie
- [vlc-commits] Qt: fix mp3 extension
Jean-Baptiste Kempf
- [vlc-commits] Qt: fix mp3 extension
Jean-Baptiste Kempf
- [vlc-commits] Qt: information is uncountable in this case
Edward Wang
- [vlc-commits] Qt: media library disambiguation.
Francois Cartegnie
- [vlc-commits] Qt: MLItem: missing locks.
Francois Cartegnie
- [vlc-commits] Qt: PLModel: don't rely on model's root for finding root type
Francois Cartegnie
- [vlc-commits] Qt: PLModel: initialize member
Francois Cartegnie
- [vlc-commits] Qt: PLModel: remove inserts agregation.
Francois Cartegnie
- [vlc-commits] Qt: remove not important Sout profiles
Jean-Baptiste Kempf
- [vlc-commits] Qt: replace a remnant of Qt3
Ludovic Fauvet
- [vlc-commits] Qt: Rework Models.
Francois Cartegnie
- [vlc-commits] Qt: Set popup entries logic into models, and keep interaction outside.
Francois Cartegnie
- [vlc-commits] Qt: standardpanel: fix potential null dereference
Francois Cartegnie
- [vlc-commits] Qt: toAscii has been deprecated
Jean-Baptiste Kempf
- [vlc-commits] Qt: use mux=flac for encoding extension
Jean-Baptiste Kempf
- [vlc-commits] Qt: use mux=flac for encoding extension
Jean-Baptiste Kempf
- [vlc-commits] qtcapture: fix compilation failure from the future
Felix Paul Kühne
- [vlc-commits] qtsound: fix compilation failure from the future
Felix Paul Kühne
- [vlc-commits] Relicense access outputs to LGPL
Jean-Baptiste Kempf
- [vlc-commits] Removed name on request
Christoph Miebach
- [vlc-commits] Remove unused variables
Rémi Denis-Courmont
- [vlc-commits] Request 2.0.x as a minimum
Jean-Baptiste Kempf
- [vlc-commits] Revert "avio: differentiate between avio-options and sout-avio-options in the GUI"
Jean-Baptiste Kempf
- [vlc-commits] Revert "DirectX: use parent object instead of -incorrectly- pl_Get()"
Jean-Baptiste Kempf
- [vlc-commits] Revert "DirectX: use parent object instead of -incorrectly- pl_Get()"
Jean-Baptiste Kempf
- [vlc-commits] Revert "Fix scope alignment"
Jean-Baptiste Kempf
- [vlc-commits] Revert "src: Fix for Mac OS X filesystem filename encoding"
Felix Paul Kühne
- [vlc-commits] Revert "vdpau: link against VDPAU_LIBS"
Rémi Denis-Courmont
- [vlc-commits] Revert "win32 opendir: remove broken and obsolete special mode"
Jean-Baptiste Kempf
- [vlc-commits] Revert "win32 opendir: remove broken and obsolete special mode"
Jean-Baptiste Kempf
- [vlc-commits] revert 062b886122287d8ad3ec93b3faa59808d2b1e9c7
Vittorio Giovara
- [vlc-commits] Revert with correct fix "Qt: split the track number/total for now"
Francois Cartegnie
- [vlc-commits] RTP access: fix dependency on rc.o when gcrypt is absent
Rafaël Carré
- [vlc-commits] RTSP VoD: mark the old one as legacy
Jean-Baptiste Kempf
- [vlc-commits] RTSP VoD: mark the old one as legacy
Jean-Baptiste Kempf
- [vlc-commits] sgimb: remove dummy test
Rémi Duraffort
- [vlc-commits] sgimb: remove dummy test
Rémi Duraffort
- [vlc-commits] src: Fix for Mac OS X filesystem filename encoding
Naohiro KORIYAMA
- [vlc-commits] Tag 2.1.0-pre3 : VLC media player 2.1.0-pre3
git at videolan.org
- [vlc-commits] Tag 2.1.0-rc1 : VLC media player 2.1.0-rc1 'Rincewind'
git at videolan.org
- [vlc-commits] ThreadDisplayPicture: simplify prototype
Rafaël Carré
- [vlc-commits] ThreadDisplayPreparePicture: simplify
Rafaël Carré
- [vlc-commits] ThreadDisplayPreparePicture: simplify
Rafaël Carré
- [vlc-commits] tools: Check for libtool 2.4
Martin Storsjö
- [vlc-commits] transcode: simplify audio channel stuff a littlebit
Ilkka Ollakka
- [vlc-commits] transcode: simplify audio channel stuff a littlebit
Ilkka Ollakka
- [vlc-commits] ts: handle support for ISO/IEC 14496-3 Audio stream type. (fix #7769)
Francois Cartegnie
- [vlc-commits] ts: handle support for ISO/IEC 14496-3 Audio stream type. (fix #7769)
Francois Cartegnie
- [vlc-commits] typo
Rémi Denis-Courmont
- [vlc-commits] udp: missing break's
Rémi Denis-Courmont
- [vlc-commits] udp: missing break's
Rémi Denis-Courmont
- [vlc-commits] udp: missing break's
Rémi Denis-Courmont
- [vlc-commits] udp: pull and buffer received packets in udp access module
Tzu-Jung Lee
- [vlc-commits] Update NEWS
Jean-Baptiste Kempf
- [vlc-commits] Update NEWS
Jean-Baptiste Kempf
- [vlc-commits] Update NEWS
Jean-Baptiste Kempf
- [vlc-commits] Update NEWS
Jean-Baptiste Kempf
- [vlc-commits] Update NEWS: motion
Pierre Ynard
- [vlc-commits] Update PO
Jean-Baptiste Kempf
- [vlc-commits] Use soft gain by default to achieve 200% with directsound
Denis Charmet
- [vlc-commits] Use soft gain by default to achieve 200% with directsound
Denis Charmet
- [vlc-commits] vcd: switch to ACCESS_GET_(TITLE|SEEKPOINT)
Rémi Denis-Courmont
- [vlc-commits] vcdx: switch to ACCESS_GET_(TITLE|SEEKPOINT)
Rémi Denis-Courmont
- [vlc-commits] vdpau: link against VDPAU_LIBS
Jean-Paul Saman
- [vlc-commits] vdpau: udpate to latest libavcodec
Rémi Denis-Courmont
- [vlc-commits] vdr: switch to ACCESS_GET_SEEKPOINT
Rémi Denis-Courmont
- [vlc-commits] Version all plugins when building for Windows
Rafaël Carré
- [vlc-commits] vhs, oldmovie: code cosmetics
Vianney Boyer
- [vlc-commits] vhs: don't use extern functions
Rafaël Carré
- [vlc-commits] VHS: VHS style video filter
Vianney Boyer
- [vlc-commits] Visu: Add missing linked library (-lm).
Adrien Maglo
- [vlc-commits] visu: fix the scope visualization drawing.
Adrien Maglo
- [vlc-commits] visual: spect-sections should be strictly positive
Rémi Duraffort
- [vlc-commits] visual: spect-sections should be strictly positive
Rémi Duraffort
- [vlc-commits] Visualizations: relicense to LGPLv2.1
Jean-Baptiste Kempf
- [vlc-commits] vmem: pass visible dimensions (refs #9147)
Rémi Denis-Courmont
- [vlc-commits] vmem: set video offset explicitly to zero
Rémi Denis-Courmont
- [vlc-commits] vout: fix use-after-free of SPU
Rémi Denis-Courmont
- [vlc-commits] vout_ios2: take into account scale of attached screen
Gleb Pinigin
- [vlc-commits] vout_ios2: take into account scale of attached screen
Gleb Pinigin
- [vlc-commits] vout_osx: fix performance issue if machine includes more than one GPU ( close #7993)
Felix Paul Kühne
- [vlc-commits] vout_osx: fix performance issue if machine includes more than one GPU ( close #7993)
Felix Paul Kühne
- [vlc-commits] vout thread: inline ThreadManage
Rafaël Carré
- [vlc-commits] vout thread: split out command processing function
Rafaël Carré
- [vlc-commits] Win32: More comments to avoid removal :)
Jean-Baptiste Kempf
- [vlc-commits] windowed mac plugin: remove existing vmem-based vout and add hooks for a proper output module within libvlc (refs #8506)
Felix Paul Kühne
- [vlc-commits] WinRT: do not use GetLogicalDrives
Jean-Baptiste Kempf
- [vlc-commits] Xiph: support TRACKNUMBER=xx/xx in vorbis comments
Jean-Baptiste Kempf
- [vlc-commits] Xiph: support TRACKNUMBER=xx/xx in vorbis comments
Jean-Baptiste Kempf
- [vlc-commits] youtube.lua: fix encoded characters in author name (API)
Pierre Ynard
- [vlc-commits] youtube.lua: fix encoded characters in author name (API)
Pierre Ynard
- [vlc-commits] youtube.lua: fix encoded characters in author name (web page)
Pierre Ynard
- [vlc-commits] youtube.lua: fix encoded characters in author name (web page)
Pierre Ynard
- [vlc-commits] youtube.lua: update author name extraction
Pierre Ynard
- [vlc-commits] youtube.lua: update author name extraction
Pierre Ynard
- [vlc-commits] zip: remove uneeded allocation
Rémi Duraffort
- [vlc-commits] zpl: Fix memory leaks
Rémi Duraffort
- [vlc-commits] zpl: Fix memory leaks
Rémi Duraffort
Last message date:
Sat Aug 31 17:51:07 CEST 2013
Archived on: Sat Aug 31 17:51:09 CEST 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).