October 2015 Archives by date
Starting: Thu Oct 1 15:19:47 CEST 2015
Ending: Sat Oct 31 18:52:21 CET 2015
Messages: 455
- [vlc-commits] iOS script: enforce bitcode for tvOS
Felix Paul Kühne
- [vlc-commits] extras/tools/libtool: remove crude hack for legacy OS X platforms
Felix Paul Kühne
- [vlc-commits] contrib/vorbis: remove Darwin specific legacy flag
Felix Paul Kühne
- [vlc-commits] iOS build script: disable NEON assembly for tvOS
Felix Paul Kühne
- [vlc-commits] Add test coverage for MRL encoding fix
Tomas Groth
- [vlc-commits] iOS vout: move OpenGL context creation and drawing code off the main thread
Felix Paul Kühne
- [vlc-commits] macosx/build.sh: add env PATH and contrib bin to PATH
Tristan Matthews
- [vlc-commits] avformat: set stream time_base and not codec
Ilkka Ollakka
- [vlc-commits] avformat: use CLOCK_FREQ
Ilkka Ollakka
- [vlc-commits] subtitle demux: use qsort instead of bubblesort
Ilkka Ollakka
- [vlc-commits] wpl/ttml: use similar logic that subtitle_helper has for xml probing
Ilkka Ollakka
- [vlc-commits] Contribs: update libbluray to 0.9.0
Jean-Baptiste Kempf
- [vlc-commits] videotoolbox: fail early on unsupported iOS releases (closes #15085)
Felix Paul Kühne
- [vlc-commits] subtitle: handle INT_MAX in qsort
Ilkka Ollakka
- [vlc-commits] videotoolbox: fetch config early enough for late start, set OpenGL compat key
Felix Paul Kühne
- [vlc-commits] contrib/ffmpeg: disable videotoolbox decoder since we have our own
Felix Paul Kühne
- [vlc-commits] avcodec: link basic Darwin frameworks
Felix Paul Kühne
- [vlc-commits] macosx: added support for the CAOpenGLLayer vout
Felix Paul Kühne
- [vlc-commits] iOS Audio Unit: added mute, replaced deprecated methods with modern ObjC counterparts
Paulo Vitor Magacho da Silva
- [vlc-commits] iOS Audio Unit: added mute, replaced deprecated methods with modern ObjC counterparts
Paulo Vitor Magacho da Silva
- [vlc-commits] add stream_Custom
Francois Cartegnie
- [vlc-commits] demux: adaptative: fix NULL memcmp
Francois Cartegnie
- [vlc-commits] subtitle: peek_Readline: fix peek offset
Francois Cartegnie
- [vlc-commits] demux: hls: fix segfault on missing key
Francois Cartegnie
- [vlc-commits] demux: hls: handle key relative uri
Francois Cartegnie
- [vlc-commits] cache: fix seek when skipping data
Thomas Guillem
- [vlc-commits] bluray: fix assert
Petri Hintukainen
- [vlc-commits] bluray: fix background color
Petri Hintukainen
- [vlc-commits] bluray: use VLC_DEMUXER_ defines for Demux() return values
Petri Hintukainen
- [vlc-commits] bluray: handle libbluray error events
Petri Hintukainen
- [vlc-commits] contrib: update d3d11.idl checksum and patch
Petri Hintukainen
- [vlc-commits] Bluray: update requirement
Jean-Baptiste Kempf
- [vlc-commits] contrib: enable libbluray udf support
Petri Hintukainen
- [vlc-commits] src: os2: fix locking at quit
KO Myung-Hun
- [vlc-commits] demux: adaptative: fix compilation on OS/2
KO Myung-Hun
- [vlc-commits] es_out: initialize video.i_visible_width/height
Thomas Guillem
- [vlc-commits] demux: always initialize video.i_visible_width/height
Thomas Guillem
- [vlc-commits] expose demux_New
Francois Cartegnie
- [vlc-commits] Fix CC rendering area to be 80% of the window height, per FCC regulations
Devin Heitmueller
- [vlc-commits] caopengllayer: cosmetics
Felix Paul Kühne
- [vlc-commits] Contrib: use the protobuf 2.6.1
Steve Lhomme
- [vlc-commits] Extras/tools: update protobuf compiler to 2.6.1
Jean-Baptiste Kempf
- [vlc-commits] chromecast: better error reporting of unknown commands
Steve Lhomme
- [vlc-commits] demux: adaptative: add discontinuity flag on segments and chunks
Francois Cartegnie
- [vlc-commits] demux: adaptative: add SourceStream
Francois Cartegnie
- [vlc-commits] demux: adaptative: add pcr reset command
Francois Cartegnie
- [vlc-commits] demux: adaptative: fix format id sign
Francois Cartegnie
- [vlc-commits] demux: hls: parse segment discontinuity
Francois Cartegnie
- [vlc-commits] demux: adaptative: add debug helper
Francois Cartegnie
- [vlc-commits] demux: adaptative: rewrite using synchronous demuxers
Francois Cartegnie
- [vlc-commits] direct3d11: avoid crashing when we can't allocate the picture pool
Steve Lhomme
- [vlc-commits] Contribs: remove strings.h hack for libass
Jean-Baptiste Kempf
- [vlc-commits] Contribs: Update libass to 0.13.0
Jean-Baptiste Kempf
- [vlc-commits] include: fix out-of-tree plugins w/o complete meta infos
Rémi Denis-Courmont
- [vlc-commits] macosx: add a 'rebuild' option to MacOSX build.sh script, triggering a rebuild for tools, contribs, and VLC
Emeric Grange
- [vlc-commits] extras/tools: edit libtool bitcode patch to work with other versions of patch(1)
Sean McGovern
- [vlc-commits] demux: mp4: fix mvhd duration debug string
Francois Cartegnie
- [vlc-commits] demux: ts: use tristate for PAT fix
Francois Cartegnie
- [vlc-commits] compat: add strnstr
Francois Cartegnie
- [vlc-commits] demux: itml: fix false positive with xml files
Francois Cartegnie
- [vlc-commits] demux: ttml: probe without creating xmlreader
Francois Cartegnie
- [vlc-commits] demux: adaptative: pass demux target time to demuxer call
Francois Cartegnie
- [vlc-commits] demux: adaptative: don't call method in constructor
Francois Cartegnie
- [vlc-commits] demux: adaptative: commit queued commands on demuxer Open()
Francois Cartegnie
- [vlc-commits] demux: dash: name stream as mimetype for debug
Francois Cartegnie
- [vlc-commits] demux: adaptative: add support for slave demuxers
Francois Cartegnie
- [vlc-commits] demux: dash: add support for WebVTT
Francois Cartegnie
- [vlc-commits] compat: fix strnstr
Francois Cartegnie
- [vlc-commits] Revert "wpl/ttml: use similar logic that subtitle_helper has for xml probing"
Francois Cartegnie
- [vlc-commits] playlist: wpl: probe without using xml reader
Francois Cartegnie
- [vlc-commits] vlc_xml: handle error return code
Francois Cartegnie
- [vlc-commits] demux: ttml: fix endless loops on broken charset
Francois Cartegnie
- [vlc-commits] demux: dash: add support for timed text
Francois Cartegnie
- [vlc-commits] demux: dash: fix playback with implicit init segments
Francois Cartegnie
- [vlc-commits] Contribs: libass, fix compilation on broken OSes
Jean-Baptiste Kempf
- [vlc-commits] Extras tools: use bz2 for the protobuf
Jean-Baptiste Kempf
- [vlc-commits] macosx: Remove wrong "Change" button behavior in simple shortcut prefs
Marvin Scholz
- [vlc-commits] macosx: Rewrote the About window auto-scroll behavior
Marvin Scholz
- [vlc-commits] macosx: Rewrote the About window auto-scroll behavior
Marvin Scholz
- [vlc-commits] gitignore: Be more lax with the build folders
Jean-Baptiste Kempf
- [vlc-commits] OSX: build the contribs in a tripleted folder
Jean-Baptiste Kempf
- [vlc-commits] demux: adaptative: remove unused streamType
Francois Cartegnie
- [vlc-commits] demux: adaptative: missing virtual destructor
Francois Cartegnie
- [vlc-commits] demux: adaptative: change fmt compatibility checks
Francois Cartegnie
- [vlc-commits] demux: adaptative: fix warning
Francois Cartegnie
- [vlc-commits] demux: ttml: fix xml parsing
Francois Cartegnie
- [vlc-commits] livehttp: use ChainLastAppend and remove ChainGather to gain speed
Ilkka Ollakka
- [vlc-commits] contribs: taglib: Fix invalid atomic support check
Hugo Beauzée-Luyssen
- [vlc-commits] macosx: disable fullscreen hack on yosemite and higher
David Fuhrmann
- [vlc-commits] macosx: Introduce OSX_EL_CAPITAN runtime check
David Fuhrmann
- [vlc-commits] macosx: disable native fullscreen on El Capitan
David Fuhrmann
- [vlc-commits] macosx: Introduce OSX_EL_CAPITAN runtime check
David Fuhrmann
- [vlc-commits] macosx: disable native fullscreen on El Capitan
David Fuhrmann
- [vlc-commits] avcodec: use framerate as time_base seems to be debrecated in 0.56
Ilkka Ollakka
- [vlc-commits] avcodec: scale pts values to libavcodec scale
Ilkka Ollakka
- [vlc-commits] livehttp: use ChainLastAppend and remove ChainGather to gain speed
Ilkka Ollakka
- [vlc-commits] Add a SAPI synthetizer for Windows
Jean-Baptiste Kempf
- [vlc-commits] SAPI: fix leaks, cosmetics and simplify
Jean-Baptiste Kempf
- [vlc-commits] demux: adaptative: fix skipped line in reply header
Francois Cartegnie
- [vlc-commits] demux: hls: hardcode formats depending on codecs/extension
Francois Cartegnie
- [vlc-commits] TTML: remove trailing space
Jean-Baptiste Kempf
- [vlc-commits] videotoolbox: slightly improved error handling
Felix Paul Kühne
- [vlc-commits] macosx: Add todo comment about deprecated method useOptimizedDrawing
Marvin Scholz
- [vlc-commits] SAPI: Fix an off-by-one error in voice selection
Moti Zilberman
- [vlc-commits] mmal: Add missing vlc_atomic.h includes
Julian Scheel
- [vlc-commits] mmal: Fix picture passing through mmal
Julian Scheel
- [vlc-commits] macosx: Rename the Playlist related class files to match the class name
Marvin Scholz
- [vlc-commits] macosx: fix compilation with Xcode 6.3
Felix Paul Kühne
- [vlc-commits] vlc_block.h: Clarify usage of BLOCK_FLAG_DISCONTINUITY
Jean-Paul Saman
- [vlc-commits] avcodec/video.c: do not drop good data on discontinuity but only on data corruption.
Jean-Paul Saman
- [vlc-commits] ts demuxer: Passthrough timeline discontinuity
Jean-Paul Saman
- [vlc-commits] qt4: discontinuity stats signal timeline changes in the content
Jean-Paul Saman
- [vlc-commits] codec: don't drop discontinue blocks
Ilkka Ollakka
- [vlc-commits] codec/vpx.c: do not leak memory.
Jean-Paul Saman
- [vlc-commits] packetizer: don't drop blocks with DISCONTINUITY
Ilkka Ollakka
- [vlc-commits] codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY
Jean-Paul Saman
- [vlc-commits] Contribs: Update libass to 0.13.0
Jean-Baptiste Kempf
- [vlc-commits] Contribs: libass, fix compilation on broken OSes
Jean-Baptiste Kempf
- [vlc-commits] ass: auto-detect font-provider
Felix Paul Kühne
- [vlc-commits] ass: auto-detect font-provider
Felix Paul Kühne
- [vlc-commits] videotoolbox: don't modify the decoder's input structure
Felix Paul Kühne
- [vlc-commits] input stats: handle malloc error
Jean-Paul Saman
- [vlc-commits] videotoolbox: reject non-video ES
Felix Paul Kühne
- [vlc-commits] Revert "codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY"
Ilkka Ollakka
- [vlc-commits] Revert "codec: don't drop discontinue blocks"
Ilkka Ollakka
- [vlc-commits] libvpx: fix vpx compile for previous revert.
Ilkka Ollakka
- [vlc-commits] libmp4: add scaled time alias
Francois Cartegnie
- [vlc-commits] demux: mp4: split fragment related code
Francois Cartegnie
- [vlc-commits] demux: libmp4: don't seek to end of container on conditional stop
Francois Cartegnie
- [vlc-commits] demux: mp4: don't seek to mdat after each probing
Francois Cartegnie
- [vlc-commits] demux: mp4: missing initializer
Francois Cartegnie
- [vlc-commits] demux: mp4: fix uninitialized vars on failure handling
Francois Cartegnie
- [vlc-commits] demux: mp4: remove legacy dash probe prevention (fix #15412)
Francois Cartegnie
- [vlc-commits] demux: mp4: remove dash flag
Francois Cartegnie
- [vlc-commits] demux: mp4: s/file/media
Francois Cartegnie
- [vlc-commits] mpg123: lower the verbosity for MPG123_NEED_MORE
Ludovic Fauvet
- [vlc-commits] tizen_audio: use new 2.4 functions dynamically
Thomas Guillem
- [vlc-commits] libvlc_media_player: fix unused warning
Thomas Guillem
- [vlc-commits] Win32 debug: reindent
Jean-Baptiste Kempf
- [vlc-commits] Add RebeccaPurple color
Jean-Baptiste Kempf
- [vlc-commits] Win32: support the attribute 'branding'
Daniel Amm
- [vlc-commits] Qt: expose disc number in the extra info panel
Jean-Baptiste Kempf
- [vlc-commits] Meta: add DiscTotal
Jean-Baptiste Kempf
- [vlc-commits] Taglib: generalize the couple-in-string extraction
Jean-Baptiste Kempf
- [vlc-commits] Taglib: rename extraction function
Jean-Baptiste Kempf
- [vlc-commits] Taglib: extract first value only if couple is incomplete
Jean-Baptiste Kempf
- [vlc-commits] Taglib: extract DiscNumber/DiscTotal from ID3v2
Jean-Baptiste Kempf
- [vlc-commits] Taglib: use new method for Vorbis Comments TRACKNUMBER parsing
Jean-Baptiste Kempf
- [vlc-commits] libVLC: Expose DiscTotal meta
Jean-Baptiste Kempf
- [vlc-commits] Add configure check for sapi.h
Petri Hintukainen
- [vlc-commits] bluray: split blurayDemux()
Petri Hintukainen
- [vlc-commits] bluray: use input attachment for album art
Petri Hintukainen
- [vlc-commits] demux: mp4: missing temp box parenting
Francois Cartegnie
- [vlc-commits] soundcloud.lua: rewrite for changes
Pierre Ynard
- [vlc-commits] doc: install liveleak.lua sample script instead of soundcloud.lua
Pierre Ynard
- [vlc-commits] UPnP discovery: add support for SAT>IP servers (closes #11929, closes #15540)
Felix Paul Kühne
- [vlc-commits] growl: Add OS X user notifications as fallback to Growl notifications
Marvin Scholz
- [vlc-commits] contrib/growl: Add growl patch that comments out logging
Marvin Scholz
- [vlc-commits] dash: fix format strings
Rémi Denis-Courmont
- [vlc-commits] contrib: update libebml to 1.3.2
Steve Lhomme
- [vlc-commits] contrib: update libmatroska to 1.4.3
Steve Lhomme
- [vlc-commits] Update: Fix return value
Petri Hintukainen
- [vlc-commits] Update: Use correct printf format
Petri Hintukainen
- [vlc-commits] TS: Check stream_Read() result
Petri Hintukainen
- [vlc-commits] direct3d11: add a log message when creating the pool fails
Steve Lhomme
- [vlc-commits] d3d11va: add Qualcomm vendor mapping
Steve Lhomme
- [vlc-commits] d3d11_surface: better debugging of surface issues
Steve Lhomme
- [vlc-commits] direct3d11: more debug of the format/chroma mapping
Steve Lhomme
- [vlc-commits] contrib: pass the LD we use to ffmpeg
Steve Lhomme
- [vlc-commits] d3d11va: better logging of decoder configuration
Steve Lhomme
- [vlc-commits] Revert "contrib: pass the LD we use to ffmpeg"
Jean-Baptiste Kempf
- [vlc-commits] playlist: Fetcher: Fix leak
Hugo Beauzée-Luyssen
- [vlc-commits] playlist: Fetcher: Fix leak
Hugo Beauzée-Luyssen
- [vlc-commits] access: fix ACCESS_GET_META and STREAM_GET_META mismatches
Rémi Denis-Courmont
- [vlc-commits] demux: unify possible control values with stream/access
Rémi Denis-Courmont
- [vlc-commits] demux: add some controls to demux_vaControlHelper()
Rémi Denis-Courmont
- [vlc-commits] demux: implement DEMUX_CAN_SEEK control
Rémi Denis-Courmont
- [vlc-commits] input: use DEMUX_CAN_SEEK instead of STREAM_CAN_SEEK
Rémi Denis-Courmont
- [vlc-commits] demux: de-inline demux_Control()
Rémi Denis-Courmont
- [vlc-commits] demux: provide fallback for pause, PTS delay and pace control
Rémi Denis-Courmont
- [vlc-commits] input: factor init code for demux infos
Rémi Denis-Courmont
- [vlc-commits] input: do not bypass demux when setting pause state
Rémi Denis-Courmont
- [vlc-commits] Mediacodec: timeouts are in µs
Jean-Baptiste Kempf
- [vlc-commits] sap: call recv() directly
Rémi Denis-Courmont
- [vlc-commits] wmadec: drop M_PI define
Tristan Matthews
- [vlc-commits] mkv: remove incorrect use of N_()
Rémi Denis-Courmont
- [vlc-commits] screen/win32: set sample A/R
Rémi Denis-Courmont
- [vlc-commits] Add wIVG as MJPEG fourcc
Jean-Baptiste Kempf
- [vlc-commits] Add wMP4 fourCC for Mp4v
Jean-Baptiste Kempf
- [vlc-commits] sharpen: help compiler auto-vectorization
Felix Abecassis
- [vlc-commits] demux: mp4: reset stream position on late open failure
Francois Cartegnie
- [vlc-commits] demux: mp4: don't create twice track on restart
Francois Cartegnie
- [vlc-commits] lua readme: mention state as second parameter for add_check_box
David Fuhrmann
- [vlc-commits] contrib/sidplay: fix openmode patch
Felix Paul Kühne
- [vlc-commits] avformat mux: use visible width/height for muxing
Jan Ekström
- [vlc-commits] v4l2: also print visible dimensions in the logs
Rémi Denis-Courmont
- [vlc-commits] wasapi: use one-time init rather than DllMain()
Rémi Denis-Courmont
- [vlc-commits] Map G2M3 and G2M2
Jean-Baptiste Kempf
- [vlc-commits] Qt: fix memory leaks
Hannes Domani
- [vlc-commits] Qt: fix memory leak
Hannes Domani
- [vlc-commits] Qt: fix memory leaks
Hannes Domani
- [vlc-commits] contrib/ass: use correct ASFLAGS for yasm on Solaris
Sean McGovern
- [vlc-commits] Qt: fix memory leaks
Hannes Domani
- [vlc-commits] Qt: fix memory leak
Hannes Domani
- [vlc-commits] Qt: fix memory leaks
Hannes Domani
- [vlc-commits] Qt: fix memory leaks
Hannes Domani
- [vlc-commits] acoustid: remove superfluous checks
Rémi Denis-Courmont
- [vlc-commits] es_out: fix memory leak
Hannes Domani
- [vlc-commits] Dshow: fix freeze
Jean-Baptiste Kempf
- [vlc-commits] Qt: fix memory leak
Hannes Domani
- [vlc-commits] demux: don't map M3U to m3u8 extension (fix #15056)
Francois Cartegnie
- [vlc-commits] DirectSound: meaningfull error messages
Jean-Baptiste Kempf
- [vlc-commits] macosx: fix future HTTP access issues
Felix Paul Kühne
- [vlc-commits] gme: limit to 16 MiB if file size is unknown
Rémi Denis-Courmont
- [vlc-commits] mkv: use stream_Size()
Rémi Denis-Courmont
- [vlc-commits] input: fix NULL dereference with --demux ""
Rémi Denis-Courmont
- [vlc-commits] aout: fix aout_CheckChannelExtraction return value
Thomas Guillem
- [vlc-commits] avcodec: fix memory leak
Hannes Domani
- [vlc-commits] twolame: remove extra header download
Sean McGovern
- [vlc-commits] Qt: fix uninitialized members
Hannes Domani
- [vlc-commits] twolame: use RECONF
Sean McGovern
- [vlc-commits] l10n: fr: fix reversed meaning
Francois Cartegnie
- [vlc-commits] avcodec: refactor frame_rate probing into own function
Ilkka Ollakka
- [vlc-commits] codec: cc: add missing module category
Francois Cartegnie
- [vlc-commits] Qt: fix NULL dereference on undescribed string var
Francois Cartegnie
- [vlc-commits] input: fix check for unnamed attachment, potential read overflow
Rémi Denis-Courmont
- [vlc-commits] alsa: fix potentially uninitialized value
Rémi Denis-Courmont
- [vlc-commits] sftp: do not close(-1)
Rémi Denis-Courmont
- [vlc-commits] caf: fix error handling / integer overflow
Rémi Denis-Courmont
- [vlc-commits] ncurses: fix NULL deref
Rémi Denis-Courmont
- [vlc-commits] taglib: fix memory leak
Rémi Denis-Courmont
- [vlc-commits] speex: avoid unsigned->signed->unsigned conversion (CID #1048968)
Rémi Denis-Courmont
- [vlc-commits] access: rar: fail gracefully when psz_url==NULL
Hannes Domani
- [vlc-commits] avformat: fix memory leak
Hannes Domani
- [vlc-commits] Qt: fix memory leak
Hannes Domani
- [vlc-commits] Limit sigma range in gaussian blur
Kaarlo Räihä
- [vlc-commits] live555: retain query while concealing credentials (fixes #15365)
Rémi Denis-Courmont
- [vlc-commits] avformat: fix NULL dereference
Rémi Denis-Courmont
- [vlc-commits] avformat: fix heap read overflow and invalid cast
Rémi Denis-Courmont
- [vlc-commits] vout: fix leak
Rémi Denis-Courmont
- [vlc-commits] gvfs: fix initial file size check
Rémi Denis-Courmont
- [vlc-commits] au: fix integer overflow
Rémi Denis-Courmont
- [vlc-commits] update: avoid division by zero
Rémi Denis-Courmont
- [vlc-commits] vcd: fix double free
Kazuki Yamaguchi
- [vlc-commits] smb: fix infinite loop on error
Rémi Denis-Courmont
- [vlc-commits] sdp: fix potential read overflow and get rid of info.i_pos
Rémi Denis-Courmont
- [vlc-commits] demux: libmp4: fix oob access
Francois Cartegnie
- [vlc-commits] aout: fix use after free
Hannes Domani
- [vlc-commits] libvlc media list player: attach observer after player instance creation
Felix Paul Kühne
- [vlc-commits] contribs: only force ass optimizations when WITH_OPTIMIZATION is set
Steve Lhomme
- [vlc-commits] contrib: don't build the tests and doc for gnutls
Steve Lhomme
- [vlc-commits] avformat: set stream time_base and not codec
Ilkka Ollakka
- [vlc-commits] Contribs: update libbluray to 0.9.0
Jean-Baptiste Kempf
- [vlc-commits] contrib/ffmpeg: disable videotoolbox decoder since we have our own
Felix Paul Kühne
- [vlc-commits] es_out: initialize video.i_visible_width/height
Thomas Guillem
- [vlc-commits] demux: mp4: fix mvhd duration debug string
Francois Cartegnie
- [vlc-commits] gitignore: Be more lax with the build folders
Jean-Baptiste Kempf
- [vlc-commits] soundcloud.lua: rewrite for changes
Pierre Ynard
- [vlc-commits] doc: install liveleak.lua sample script instead of soundcloud.lua
Pierre Ynard
- [vlc-commits] contrib: update libebml to 1.3.2
Steve Lhomme
- [vlc-commits] contrib: update libmatroska to 1.4.3
Steve Lhomme
- [vlc-commits] playlist: Fetcher: Fix leak
Hugo Beauzée-Luyssen
- [vlc-commits] contrib: flac: simplify .pc patching
Rafaël Carré
- [vlc-commits] enable 'branding' by default
Daniel Amm
- [vlc-commits] alsa: insert default choice if not in ALSA device hints
Rémi Denis-Courmont
- [vlc-commits] Qt: fix changing audio device
Rémi Denis-Courmont
- [vlc-commits] alsa: insert default choice if not in ALSA device hints
Rémi Denis-Courmont
- [vlc-commits] Qt: fix changing audio device
Rémi Denis-Courmont
- [vlc-commits] Contrib: prefix widl tool
Jean-Baptiste Kempf
- [vlc-commits] Contribs: D3D, use wine headers when Xcompilign
Jean-Baptiste Kempf
- [vlc-commits] contrib: d3d11: checksum patched files
Rafaël Carré
- [vlc-commits] contrib: update d3d11.idl checksum and patch
Petri Hintukainen
- [vlc-commits] vout: fix use-after-free, wait on correct date
Rémi Denis-Courmont
- [vlc-commits] vout: reorder code
Rémi Denis-Courmont
- [vlc-commits] vout: remove useless filtered picture pointer
Rémi Denis-Courmont
- [vlc-commits] demux: mp4: reset current position context after failed read
Francois Cartegnie
- [vlc-commits] macosx: fix error message for media information panel
David Fuhrmann
- [vlc-commits] demux: mp4: reset current position context after failed read
Francois Cartegnie
- [vlc-commits] macosx: fix error message for media information panel
David Fuhrmann
- [vlc-commits] Revert "update: avoid division by zero"
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update ffmpeg/libav HASHes
Jean-Baptiste Kempf
- [vlc-commits] libvlc_media_player: don't use any vout if vout configuration fails
Thomas Guillem
- [vlc-commits] cache_read: add error log
Thomas Guillem
- [vlc-commits] cache_read: fix unused variable warning
Thomas Guillem
- [vlc-commits] cache_read: don't fail when seeking at the end of the stream
Thomas Guillem
- [vlc-commits] cache_read: don't fail when skipping at EOF
Thomas Guillem
- [vlc-commits] test: add test_src_input_stream
Thomas Guillem
- [vlc-commits] Contribs: fix libass linking to iconv
Jean-Baptiste Kempf
- [vlc-commits] Contribs: fix libass linking to iconv
Jean-Baptiste Kempf
- [vlc-commits] access: fix NULL deref on error
Rémi Denis-Courmont
- [vlc-commits] prefetch: handle STREAM_GET_SIZE failure
Rémi Denis-Courmont
- [vlc-commits] http: fix initialization
Rémi Denis-Courmont
- [vlc-commits] input: move stream/stream filter initialization
Rémi Denis-Courmont
- [vlc-commits] input: support for (inter-)access redirection
Rémi Denis-Courmont
- [vlc-commits] http: remove internal redirection support
Rémi Denis-Courmont
- [vlc-commits] stream_FilterNew: fix missing psz_url
Rémi Denis-Courmont
- [vlc-commits] "Post processing" menu item is not localizable
Alexander Law
- [vlc-commits] Contrib: update libebml & libmatroska to fix TALOS-CAN-0036 and TALOS-CAN-0037
Steve Lhomme
- [vlc-commits] growl: Renamed Growl plugin to OS X Notifications
Marvin Scholz
- [vlc-commits] osx_notifications: Show notification only if VLC in background, cleanup
Marvin Scholz
- [vlc-commits] osx_notifications: Coalesce Growl notifications
Marvin Scholz
- [vlc-commits] Contrib: update libebml & libmatroska to fix TALOS-CAN-0036 and TALOS-CAN-0037
Steve Lhomme
- [vlc-commits] "Post processing" menu item is not localizable
Alexander Law
- [vlc-commits] Contribs: fix sha512 tools
Jean-Baptiste Kempf
- [vlc-commits] Contribs: fix sha512 tools
Jean-Baptiste Kempf
- [vlc-commits] osx_notifications: Use active state notifications for compatibility with OS X <10.10
Marvin Scholz
- [vlc-commits] growl: Coalesce notifications
Marvin Scholz
- [vlc-commits] text_renderer: Fix syntax error
Boris Egorov
- [vlc-commits] egl: Fix syntax error
Boris Egorov
- [vlc-commits] ttml: Do not use deallocated pointer
Boris Egorov
- [vlc-commits] osx_notifications: Check if user notifications classes exist to prevent crash on 10.7
Marvin Scholz
- [vlc-commits] qt4: cosmetic rename
Rémi Denis-Courmont
- [vlc-commits] configure: add HAVE_TIZEN_SDK define
Thomas Guillem
- [vlc-commits] lib: add libvlc_media_player_set_evas_object
Thomas Guillem
- [vlc-commits] modules: add Evas video output
Thomas Guillem
- [vlc-commits] evas: add Tizen TBM Surface support
Thomas Guillem
- [vlc-commits] freetype: font fallback structs and functions
Salah-Eddin Shaban
- [vlc-commits] freetype: font fallback for Fontconfig (Linux et al.)
Salah-Eddin Shaban
- [vlc-commits] freetype: font fallback for Android
Salah-Eddin Shaban
- [vlc-commits] freetype: font fallback for Windows
Salah-Eddin Shaban
- [vlc-commits] input: tautology
Rémi Denis-Courmont
- [vlc-commits] input: allocate master source like slaves sources
Rémi Denis-Courmont
- [vlc-commits] input: merge InputSourceNew() and InputSourceInit()
Rémi Denis-Courmont
- [vlc-commits] input: make source an object
Rémi Denis-Courmont
- [vlc-commits] lib: get frame rate from media ES, not from demux
Rémi Denis-Courmont
- [vlc-commits] Deprecate libvlc_media_player_get_fps()
Rémi Denis-Courmont
- [vlc-commits] input: remove INPUT_GET_VIDEO_FPS control
Rémi Denis-Courmont
- [vlc-commits] input: do not clobber master frame rate
Rémi Denis-Courmont
- [vlc-commits] Freetype: add comments and documentation on the fonts header
Jean-Baptiste Kempf
- [vlc-commits] Freetype: update copyright years
Jean-Baptiste Kempf
- [vlc-commits] Freetype: cosmetics, cleaning and comments
Jean-Baptiste Kempf
- [vlc-commits] Freetype: rework includes
Jean-Baptiste Kempf
- [vlc-commits] Freetype: privatize LoadFont() and document SelectAndLoadFace
Jean-Baptiste Kempf
- [vlc-commits] Freetype: rework fontconfig selectors names
Jean-Baptiste Kempf
- [vlc-commits] Freetype: rework Android selectors names
Jean-Baptiste Kempf
- [vlc-commits] Freetype: add comments to platform_fonts header
Jean-Baptiste Kempf
- [vlc-commits] qt5: unsubscribe disable motion and XI2 mouse events
Rémi Denis-Courmont
- [vlc-commits] Freetype: fix Android miscompilation
Jean-Baptiste Kempf
- [vlc-commits] qt5: unsubscribe disable motion and XI2 mouse events
Rémi Denis-Courmont
- [vlc-commits] vout: fix use-after-free, wait on correct date
Rémi Denis-Courmont
- [vlc-commits] Freetype: split Win32 code in its own file
Jean-Baptiste Kempf
- [vlc-commits] Freetype: split fontconfig management to its own file
Jean-Baptiste Kempf
- [vlc-commits] Freetype: split Android code to its own file
Jean-Baptiste Kempf
- [vlc-commits] Freetype: fix fontconfig on OS X && Win32
Jean-Baptiste Kempf
- [vlc-commits] Freetype: split OS X code to its own file
Jean-Baptiste Kempf
- [vlc-commits] text_renderers: clean the Makefile
Jean-Baptiste Kempf
- [vlc-commits] Freetype: Remove unneeded include
Jean-Baptiste Kempf
- [vlc-commits] input: fix infinite loop with threaded demux (fixes #15617)
Rémi Denis-Courmont
- [vlc-commits] plugin: add separate category for video splitters (fixes #9967)
Rémi Denis-Courmont
- [vlc-commits] QuartText: fix { } balance
Jean-Baptiste Kempf
- [vlc-commits] Add .ttml and .dfxp extensions for subtitles
Jean-Baptiste Kempf
- [vlc-commits] Freetype: remove unneeded includes
Jean-Baptiste Kempf
- [vlc-commits] bluray: check for java when playing disc with BD-J menus
Petri Hintukainen
- [vlc-commits] Fix comment
Petri Hintukainen
- [vlc-commits] Bluray: Fix comment
Petri Hintukainen
- [vlc-commits] Update NEWS for libvlc_media_player_set_*
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update harfbuzz to 1.0.6
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update Fribidi to 0.9.17
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update Freetype to 2.6.1
Jean-Baptiste Kempf
- [vlc-commits] contrib/matroska: fix sha1 line style
Felix Paul Kühne
- [vlc-commits] contrib/freetype: fix compilation on Darwin
Felix Paul Kühne
- [vlc-commits] src: fix pointers being freed that were not allocated
Felix Paul Kühne
- [vlc-commits] demux: ts: don't override type before registrations
Francois Cartegnie
- [vlc-commits] contrib/freetype: fix compilation on Darwin
Felix Paul Kühne
- [vlc-commits] strnstr: needle cannot be NULL
Rémi Denis-Courmont
- [vlc-commits] Android vout: Correctly display SPU on region change
Romain Bentz
- [vlc-commits] Android vout: remove trailing space
Jean-Baptiste Kempf
- [vlc-commits] avcodec: remove bogus conditional
Rémi Denis-Courmont
- [vlc-commits] avcodec: split video output format update
Rémi Denis-Courmont
- [vlc-commits] avcodec: reuse existing pixel format if possible (fixes #14621)
Rémi Denis-Courmont
- [vlc-commits] Android vout: Correctly clear SPU regions when Close() is called
Romain Bentz
- [vlc-commits] demux: adaptative: remove unused Chunk members
Francois Cartegnie
- [vlc-commits] demux: adaptative: move xml stuff out of dash specific code
Francois Cartegnie
- [vlc-commits] demux: adaptative: move xml types conversion away from dash
Francois Cartegnie
- [vlc-commits] demux: adadptative: reuse connection by hostname/port/protocol
Francois Cartegnie
- [vlc-commits] demux: adaptative: add http bytesrange class
Francois Cartegnie
- [vlc-commits] demux: adaptative: move Chunk out of connection and simplify ranges
Francois Cartegnie
- [vlc-commits] demux: adaptative: simplify using BytesRange
Francois Cartegnie
- [vlc-commits] vlc_bits: fix invalid conversion
Francois Cartegnie
- [vlc-commits] demux: adaptative: add timeline debugging
Francois Cartegnie
- [vlc-commits] demux: adaptative: add timeline seeking
Francois Cartegnie
- [vlc-commits] demux: mp4: fix track enabled/disabled debug spam
Francois Cartegnie
- [vlc-commits] mux: mp4: split moov creation from mux
Francois Cartegnie
- [vlc-commits] mux: mp4: add support for vc-1/dvc1
Francois Cartegnie
- [vlc-commits] mux: mp4: add support for wmapro/wfex
Francois Cartegnie
- [vlc-commits] demux: mp4: enable WVC1 complex profile
Francois Cartegnie
- [vlc-commits] demux: mp4: add support for wmapro
Francois Cartegnie
- [vlc-commits] demux: mp4: add adaptative smooth hotfix
Francois Cartegnie
- [vlc-commits] demux: mp4: fix trun sample ctts values
Francois Cartegnie
- [vlc-commits] demux: mp4: don't set pts if no ctts
Francois Cartegnie
- [vlc-commits] mux: mp4: replace broken code using packetizer's
Francois Cartegnie
- [vlc-commits] demux: adaptative: fix wrong timeline duration
Francois Cartegnie
- [vlc-commits] demux: adaptative: first timeline number
Francois Cartegnie
- [vlc-commits] demux: adaptative: provide xmlreader reset ability
Francois Cartegnie
- [vlc-commits] demux: adaptative: enforce timeline timescale
Francois Cartegnie
- [vlc-commits] demux: adaptative: fix and replace timeline merging/pruning
Francois Cartegnie
- [vlc-commits] demux: adaptative: add chunk backend/source instea of direct reads
Francois Cartegnie
- [vlc-commits] demux: adaptative: add missing include for win32
Francois Cartegnie
- [vlc-commits] alsa: fix invalid free
Rémi Denis-Courmont
- [vlc-commits] alsa: fix invalid free
Rémi Denis-Courmont
- [vlc-commits] Contribs: we want a pure harfbuzz :)
Jean-Baptiste Kempf
- [vlc-commits] tools: update xz
Felix Paul Kühne
- [vlc-commits] Adaptive: fix integer promotion
Jean-Baptiste Kempf
- [vlc-commits] mp4 mux: include time.h
Jean-Baptiste Kempf
- [vlc-commits] Adaptive: include <sstream> in Conversions.
Jean-Baptiste Kempf
- [vlc-commits] Fix po/POTFILES.in
Jean-Baptiste Kempf
- [vlc-commits] input: preparse in a thread (refs #14571)
Rémi Denis-Courmont
- [vlc-commits] preparser: start and wait for input thread explicitly
Rémi Denis-Courmont
- [vlc-commits] input: remove input_Preparse()
Rémi Denis-Courmont
- [vlc-commits] preparser: abort ongoing input thread at exit (fixes #14571)
Rémi Denis-Courmont
- [vlc-commits] demux: mp4: add youtube meta
Francois Cartegnie
- [vlc-commits] demux: libmp4: handle btrt atom
Francois Cartegnie
- [vlc-commits] demux: mp4: set bitrate
Francois Cartegnie
- [vlc-commits] rtp: fix MPEG-TS over RTP (fixes #15749)
Rémi Denis-Courmont
- [vlc-commits] contrib/freetype: fix compilation on Darwin
Felix Paul Kühne
- [vlc-commits] Contribs: we want a pure harfbuzz :)
Jean-Baptiste Kempf
- [vlc-commits] tools: update xz
Felix Paul Kühne
- [vlc-commits] Qt: fix enter event in addons manager
Valter Correia
- [vlc-commits] Qt: fix enter event in addons manager
Valter Correia
- [vlc-commits] lua: fix HTTP loadstring in lua 5.2+
Shlomi Fish
- [vlc-commits] soundcloud.lua: support for private tracks
Pierre Ynard
- [vlc-commits] soundcloud.lua: match HTTPS use for secondary request with original one
Pierre Ynard
- [vlc-commits] youtube.lua: don't downgrade from HTTPS to HTTP
Pierre Ynard
- [vlc-commits] lua: remove obsolete preferred-resolution safeguards
Pierre Ynard
- [vlc-commits] Qt: fix compilation with qt4
Jean-Baptiste Kempf
- [vlc-commits] lua: fix HTTP loadstring in lua 5.2+
Shlomi Fish
- [vlc-commits] youtube.lua: don't downgrade from HTTPS to HTTP
Pierre Ynard
- [vlc-commits] window: handle fullscreen state at initialization
Rémi Denis-Courmont
- [vlc-commits] window: pass fullscreen state at initialization
Rémi Denis-Courmont
- [vlc-commits] XCB/Window: reorder, no functional changes
Rémi Denis-Courmont
- [vlc-commits] XCB/window: create window in fullscreen state (refs #2685)
Rémi Denis-Courmont
- [vlc-commits] Qt4: create video window in fullscreen mode (fixes #2685)
Rémi Denis-Courmont
- [vlc-commits] vimeo.lua: fix video quality selection
Pierre Ynard
- [vlc-commits] Fix fribidi include path
Jean-Baptiste Kempf
- [vlc-commits] contribs: add soxr
Thomas Guillem
- [vlc-commits] modules: add SoX Resampler audio_filter
Thomas Guillem
- [vlc-commits] Contribs: don't enable soxr by default (yet)
Jean-Baptiste Kempf
- [vlc-commits] Android vout: log when you can't get a subtitle surface
Jean-Baptiste Kempf
- [vlc-commits] Android vout: log when you can't get a subtitle surface
Jean-Baptiste Kempf
- [vlc-commits] demux: adaptative: add timeline pruning by number
Francois Cartegnie
- [vlc-commits] demux: adaptative: fix timeline pruning count
Francois Cartegnie
- [vlc-commits] demux: adaptative: refactor atoms reader
Francois Cartegnie
- [vlc-commits] demux: dash: only look for index on segment start
Francois Cartegnie
- [vlc-commits] demux: adaptative: allow timeline merging from local node
Francois Cartegnie
- [vlc-commits] demux: adaptative: fix/update chunk reading and buffering
Francois Cartegnie
- [vlc-commits] demux: adaptative: add smooth streaming support
Francois Cartegnie
- [vlc-commits] avformat: fix incorrect log
Steve Lhomme
- [vlc-commits] vimeo.lua: fix video quality selection
Pierre Ynard
- [vlc-commits] avformat: fix incorrect log
Steve Lhomme
- [vlc-commits] Fix use of %p format string specifier
Rémi Denis-Courmont
- [vlc-commits] Smooth: fix compilation for Android
Jean-Baptiste Kempf
- [vlc-commits] bluray: use bd_menu_call() for Top Menu
Petri Hintukainen
- [vlc-commits] contrib: keep the gettext shared files
Sean McGovern
- [vlc-commits] Demux wave: Add support for .AMB file format
Emeric Grange
- [vlc-commits] Adds .amb to the extensions list
Jean-Baptiste Kempf
Last message date:
Sat Oct 31 18:52:21 CET 2015
Archived on: Sat Oct 31 18:52:25 CET 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).