June 2008 Archives by date
Starting: Sun Jun 1 00:02:25 CEST 2008
Ending: Mon Jun 30 22:39:10 CEST 2008
Messages: 1701
- [vlc-devel] commit: Preparser: yield the playlist (NSDRCID 1) ( Rémi Denis-Courmont )
Pierre d'Herbemont
- [vlc-devel] commit: libvlccore: Don't do vout destruction before destroying playlist. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: Revert "Preparser: yield the playlist (NSDRCID 1)" (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: Don't use vlc_int64_t. It no longer exist. (Christophe Mutricy )
git version control
- [vlc-devel] commit: Don't use deprecated and removed API in Mozilla plugin. ( Christophe Mutricy )
git version control
- [vlc-devel] commit: Mingw64 defines _I64_MAX in limits.h (Jean-Baptiste Kempf )
git version control
- [vlc-devel] commit: Don't include deleted files. (Jean-Baptiste Kempf )
git version control
- [vlc-devel] commit: Be more verbose about the failure if we return a non-null exit code ( Christophe Mutricy )
git version control
- [vlc-devel] commit: Fix ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix the headers test ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: include vlc_common ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: mediacontrol: include vlc_common and fix ABI (= avoid bool) ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Do not include vlc_common from vlc/vlc anymore ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Bring mediacontrol back in the headers test ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Remove recursive libvlc <-> vlc/vlc inclusion ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: mediacontrol: fix compilation ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix building the testsuite ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix changelog distribution ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Try to fix mozilla ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix prototypes ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix a warning ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Missed files in previous commit ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Use pl_Yield instead of vlc_object_find ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix deadlock when quitting the dummy interface ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: More fixes ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Aarg! git commit --amend -a != git commit --amend ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix ES out failure handling (CID 124) ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: ./vlc: clean, also speed up make distcheck a tiny tiny bit ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix memory error handling (CID 123) ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix NULL dereference (unlikely) (CID 112) ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RC OSD: Fix NULL check after deref (CID 109) ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RC OSD: Fix NULL check after deref (CID 109) ( Rémi Denis-Courmont )
git version control
- [vlc-devel] VLC ActiveX effectively removed
Rémi Denis-Courmont
- [vlc-devel] commit: Handles the VLC_EEXITSUCESS case (Christophe Mutricy )
git version control
- [vlc-devel] commit: service_discovery: Remove an uneeded hack. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: Revert "service_discovery: Remove an uneeded hack." (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: Simplify Win32 command line parsing ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix small memory leak ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Another memory leak ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Look for reference leaks. I found none, though. ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: libvlccore: Don't do vout destruction before destroying playlist. ( Pierre d'Herbemont )
Rémi Denis-Courmont
- [vlc-devel] commit: libvlccore: Don't do vout destruction before destroying playlist. ( Pierre d'Herbemont )
Pierre d'Herbemont
- [vlc-devel] commit: s/vout_Destroy/vlc_object_release/ - A cat is a cat ( Rafaël Carré )
git version control
- [vlc-devel] commit: Binary updates: support arbitrarily long descriptions ( Rafaël Carré )
git version control
- [vlc-devel] commit: Typo ( Rafaël Carré )
git version control
- [vlc-devel] Cannot build jvlc on windows vista
Lianghwa Jou
- [vlc-devel] commit: Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream . (Jean-Paul Saman )
git version control
- [vlc-devel] Retrieving open sessions...
Fabio Ritrovato
- [vlc-devel] Retrieving open sessions...
Rémi Denis-Courmont
- [vlc-devel] commit: Fix various bugs / missing checks for cmake ( Rafaël Carré )
git version control
- [vlc-devel] commit: libvlccore: "intf-show" is now a libvlc var instead of a playlist var. This removes a vout-> playlist dependency. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: Simplify AI_NUMERICSERV usage ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: playlist: Listen to vlc_InputItemMetaChanged. This removes one more playlist->vout dependency. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: playlist: Listen to duration changed events, and remove a vout-> playlist dependency. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: playlist: Compile fix for previous commit, plus warning removal. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: Do not try to build the ActiveX so we can at least have nightlies. ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: playlist: Code readability. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: vlc-control.pc -> libvlc.pc ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: cmake: enable mmap access ( Rafaël Carré )
git version control
- [vlc-devel] commit: Cmake: enable a bunch of modules - still a lot TODO ( Rafaël Carré )
git version control
- [vlc-devel] [LINUXTAG] Scanning of HEAD version of vlc
Rafaël Carré
- [vlc-devel] [EPAMP] an effect plugin API for media players: anyone interested?
Stefano D'Angelo
- [vlc-devel] [PATCH] real video codec
Wang Bo
- [vlc-devel] [PATCH] update mutex
Wang Bo
- [vlc-devel] [PATCH] real video codec
王波
- [vlc-devel] [PATCH] update mutex
Remi Denis-Courmont
- [vlc-devel] VideoLAN RTCP support
Jean-Paul Saman
- [vlc-devel] VideoLAN RTCP support
Remi Denis-Courmont
- [vlc-devel] commit: Fix memory leak (CID 92) ( Rémi Denis-Courmont )
Dominique Leuenberger
- [vlc-devel] commit: Fix memory leak (CID 92) ( Rémi Denis-Courmont )
Pierre d'Herbemont
- [vlc-devel] commit: Fix memory leak (CID 92) ( Rémi Denis-Courmont )
Marnik Vander Elst
- [vlc-devel] [PATCH] Solve segfault when taking a snapshot
Rafaël Carré
- [vlc-devel] commit: Fix memory leak (CID 92) ( Rémi Denis-Courmont )
Remi Denis-Courmont
- [vlc-devel] commit: opengl video output needs to be linked with libm ( Rafaël Carré )
git version control
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Rémi Denis-Courmont
- [vlc-devel] [PATCH] Solve segfault when taking a snapshot
Rémi Denis-Courmont
- [vlc-devel] commit: RealVideo codec through DLL loader (Wang Bo )
git version control
- [vlc-devel] commit: Add -ldl (git commit --amend with -a again!), document news ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Workaround broken picture_t refcounting and destruction ( Rafaël Carré )
git version control
- [vlc-devel] commit: More to ignore ( Felix Paul Kühne )
git version control
- [vlc-devel] [PATCH] real video codec
Rémi Denis-Courmont
- [vlc-devel] commit: RealVideo codec through DLL loader (Wang Bo )
Jean-Baptiste Kempf
- [vlc-devel] Upcomming video filters changes
Antoine Cellerier
- [vlc-devel] Upcomming video filters changes
Antoine Cellerier
- [vlc-devel] Upcomming video filters changes
Rafaël Carré
- [vlc-devel] commit: Adapt transcode to use the new croppadd video filter when needed. ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Chroma API change. Chromas are now normal video filters (almost). ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Enforce --no-overlay option in SDL video output. ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Split ffmpeg module in avcodec (decoders, encoders, deinterlacing), avformat (demuxers, muxers), swscale (scaling, chroma conversion) and postproc modules. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Chroma modules now exactly implement the "video filter2" capability . (Antoine Cellerier )
git version control
- [vlc-devel] commit: Setting a local var to NULL right before exiting the function is useless. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Port chain filter to new API. Now supports chaining of chroma conversion and scaling operations. Integration of crop/padding still needs to be done. This might need to be moved in the core. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Simplify scale and chroma conversion code a lot. Remove native croping, padding and 'canvassing' support for transcode. Those will be availble through transcode' s vfilter chain in the near future. (Antoine Cellerier )
git version control
- [vlc-devel] commit: This module scales with nearest neightboor algorithm ... lower it' s capability score so that swscale will be used if available instead. ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Chroma API change. Chromas are now normal video filters (almost). ( Antoine Cellerier )
Rémi Denis-Courmont
- [vlc-devel] Upcomming video filters changes
Jean-Baptiste Kempf
- [vlc-devel] commit: Fix applying of ffmpeg-svn-configure patch. (Jean-Paul Saman )
git version control
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Miguel Angel Cabrera
- [vlc-devel] commit: Look for postproc/postprocess.h correctly ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix linking postproc ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix linking postproc ( Rémi Denis-Courmont )
Rémi Denis-Courmont
- [vlc-devel] commit: Fix linking postproc ( Rémi Denis-Courmont )
Rafaël Carré
- [vlc-devel] commit: Fix linking postproc ( Rémi Denis-Courmont )
Rémi Denis-Courmont
- [vlc-devel] commit: Chroma API change. Chromas are now normal video filters (almost). ( Antoine Cellerier )
Antoine Cellerier
- [vlc-devel] commit: Fix linking postproc ( Rémi Denis-Courmont )
Antoine Cellerier
- [vlc-devel] Help offer: Adding a filter access API to libvlc
Antoine Cellerier
- [vlc-devel] The magnify video filter is broken
Antoine Cellerier
- [vlc-devel] The magnify video filter is broken
jboileau
- [vlc-devel] [PATCH] Solve segfault when taking a snapshot
Antoine Cellerier
- [vlc-devel] commit: Cover the CID fixes ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: RealVideo codec through DLL loader (Wang Bo )
Antoine Cellerier
- [vlc-devel] commit: Prepare for release ( Felix Paul Kühne )
git version control
- [vlc-devel] Tag 0.8.6h : Felix Paul Kühne : VLC Release 0.8.6h
git version control
- [vlc-devel] Upcomming video filters changes
Antoine Cellerier
- [vlc-devel] Help offer: Adding a filter access API to libvlc
jboileau
- [vlc-devel] commit: RealVideo codec through DLL loader (Wang Bo )
Pierre d'Herbemont
- [vlc-devel] commit: RealVideo codec through DLL loader (Wang Bo )
Jean-Baptiste Kempf
- [vlc-devel] Help offer: Adding a filter access API to libvlc
Antoine Cellerier
- [vlc-devel] The magnify video filter is broken
Antoine Cellerier
- [vlc-devel] commit: RealVideo codec through DLL loader (Wang Bo )
Pierre d'Herbemont
- [vlc-devel] commit: RealVideo codec through DLL loader (Wang Bo )
Antoine Cellerier
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Matthias Bauer
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Pierre d'Herbemont
- [vlc-devel] Upcomming video filters changes
Ilkka Ollakka
- [vlc-devel] The magnify video filter is broken
jboileau
- [vlc-devel] commit: Fix memory leak (CID 92) ( Rémi Denis-Courmont )
Pierre d'Herbemont
- [vlc-devel] commit: Fix memory leak (CID 92) ( Rémi Denis-Courmont )
Rafaël Carré
- [vlc-devel] The magnify video filter is broken
Antoine Cellerier
- [vlc-devel] Upcomming video filters changes
Antoine Cellerier
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Charles R. Hordis
- [vlc-devel] commit: Fix i420_yuy2 chroma ( Rafaël Carré )
git version control
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Rémi Denis-Courmont
- [vlc-devel] Help offer: Adding a filter access API to libvlc
jboileau
- [vlc-devel] commit: Remove support DBus & HAL APIs ( Rafaël Carré )
git version control
- [vlc-devel] commit: Use the signal interface and fix signal handling ( Rémi Denis-Courmont )
bl4
- [vlc-devel] commit: Use the signal interface and fix signal handling ( Rémi Denis-Courmont )
Jean-Baptiste Kempf
- [vlc-devel] commit: Use the signal interface and fix signal handling ( Rémi Denis-Courmont )
Rafaël Carré
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Rafaël Carré
- [vlc-devel] commit: Last-minute addition of the Serbian translation by the cp6Linux distribution project . Thanks! ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Another commit was done ( Felix Paul Kühne )
git version control
- [vlc-devel] libvlc marquee API proposition
jboileau
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Rafaël Carré
- [vlc-devel] commit: Run update-po and Thank people (Christophe Mutricy )
git version control
- [vlc-devel] commit: Serbian l10n by Marko Uskokovic and Gorana Milicevic of cp6linux. org (Christophe Mutricy )
git version control
- [vlc-devel] commit: Update pot and po files (Christophe Mutricy )
git version control
- [vlc-devel] commit: Update pot and po files (Christophe Mutricy )
Christophe Mutricy
- [vlc-devel] vlc translation to Serbian
Christophe Mutricy
- [vlc-devel] commit: Slovenian l10n update by Matej Urbančič ( Christophe Mutricy )
git version control
- [vlc-devel] commit: Romenian l10n update by Cristian Secară (Christophe Mutricy )
git version control
- [vlc-devel] commit: libhal is not a strict requirement (Christophe Mutricy )
git version control
- [vlc-devel] commit: Cmake : cmml has no dependency, enable it by default ( Rafaël Carré )
git version control
- [vlc-devel] commit: Listen to autoconf warnings: cache-id must contain _cv_ ( Rafaël Carré )
git version control
- [vlc-devel] commit: Makes configure list enabled modules ( Rafaël Carré )
git version control
- [vlc-devel] commit: Remove dead autoconf tests ( Rafaël Carré )
git version control
- [vlc-devel] commit: Remove dead autoconf tests ( Rafaël Carré )
Pierre d'Herbemont
- [vlc-devel] commit: Remove dead autoconf tests ( Rafaël Carré )
Rafaël Carré
- [vlc-devel] Git: checking out a branch in another directory
Jean-Paul Saman
- [vlc-devel] commit: Remove dead autoconf tests ( Rafaël Carré )
Pierre d'Herbemont
- [vlc-devel] commit: Add fallback to img_resample based plugin if swscale isn' t available on the system. img_resample will be built as a seperate module than avcodec to prevent avcodec from refusing to dlopen if img_resample is unavailable (debian...). (Antoine Cellerier )
git version control
- [vlc-devel] commit: Remove unneeded VLC_OBJECT_CHROMA define. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Img resample based module (functionality untested ... but compilation and loading works). Remove unneeded stuff from swscale. ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Mention the ffmpeg split in the NEWS file. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Fix NULL dereferencing : CID 24 ( Rafaël Carré )
git version control
- [vlc-devel] commit: Some more seperation of the different ffmpeg based modules. They' re now completely disjoint except for the common chroma.h and fourcc. h headers. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Split should now be complete (postproc still needs to be fixed). ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Only link avcodec with libavcodec, avformat with libavformat, swscale with libswscale, imgresample with libavcodec ( small hack include to fix AC_CHECK_LIB code), postproc with libpostproc. ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Only link avcodec with libavcodec, avformat with libavformat, swscale with libswscale, imgresample with libavcodec ( small hack include to fix AC_CHECK_LIB code), postproc with libpostproc. ( Antoine Cellerier )
Antoine Cellerier
- [vlc-devel] commit: Shut down debug useless to most users and developers ( Rafaël Carré )
git version control
- [vlc-devel] commit: Contrib: update libdvdnav patch to current SVN. (Pavlov Konstantin )
git version control
- [vlc-devel] commit: Do not align height and width on multiples of 16 in XVideo output. This fixes #1604. If someone thinks that this fix isn't correct, please revert this commit ... and explain why it was wrong :) ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Another few updates ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Updated the po files because another l10n commit was done. ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Manually backport [2123e7c23fe7879ed1ddc4efcedcf6da5d16a7f8] to improve our support for MPEG2 content provided by FCP ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Another item as pointed by Trax ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Last news item ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Final for 0.8.6h ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Only link avcodec with libavcodec, avformat with libavformat, swscale with libswscale, imgresample with libavcodec ( small hack include to fix AC_CHECK_LIB code), postproc with libpostproc. ( Antoine Cellerier )
Alexis Ballier
- [vlc-devel] commit: Fix typo ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Minimalistic RTP demux ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Link with libavutil when needed ( Rafaël Carré )
git version control
- [vlc-devel] commit: Only link avcodec with libavcodec, avformat with libavformat, swscale with libswscale, imgresample with libavcodec ( small hack include to fix AC_CHECK_LIB code), postproc with libpostproc. ( Antoine Cellerier )
Rafaël Carré
- [vlc-devel] commit: Minimalistic RTP demux ( Rémi Denis-Courmont )
Rafaël Carré
- [vlc-devel] commit: Minimalistic RTP demux ( Rémi Denis-Courmont )
Rafaël Carré
- [vlc-devel] commit: Add missing prototypes ( Rafaël Carré )
git version control
- [vlc-devel] commit: RTP: add support for MPA and MPV static payload formats ( Rémi Denis-Courmont )
git version control
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Matthias Bauer
- [vlc-devel] commit: Ignore unknown payload types ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RTP: support for G.711 ( Rémi Denis-Courmont )
git version control
- [vlc-devel] Compile vlc-0.8.f with Cygwin (WinwodsXP, contrib-20080215-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar)
Artem Goryunov
- [vlc-devel] Compile vlc-0.8.f with Cygwin (WinwodsXP, contrib-20080215-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar)
Ilkka Ollakka
- [vlc-devel] commit: RTP: support for G.711 ( Rémi Denis-Courmont )
Remi Denis-Courmont
- [vlc-devel] Compile vlc-0.8.f with Cygwin (WinwodsXP, contrib-20080215-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar)
Remi Denis-Courmont
- [vlc-devel] commit: New filter chain handling API. This should make it possible to factorize (Antoine Cellerier )
git version control
- [vlc-devel] commit: Remove unused types and fix indentation. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Use filter chain in transcode (audio filter2 and video filter2). ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Use filter chain in video output core. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Use filter chain in subpicture core. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Fix a few compilation warnings. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Ugly hack to make the filter chain work correctly for the video output core . This will be removed once all the different picture release methods have been merged into one coherent method . (Antoine Cellerier )
git version control
- [vlc-devel] commit: Use filter chain in transcode (audio filter2 and video filter2). ( Antoine Cellerier )
Antoine Cellerier
- [vlc-devel] commit: New filter chain handling API. This should make it possible to factorize (Antoine Cellerier )
Pierre d'Herbemont
- [vlc-devel] VLC on iphone
Pierre d'Herbemont
- [vlc-devel] VLC on iphone
Pierre d'Herbemont
- [vlc-devel] VLC on iphone
Rafaël Carré
- [vlc-devel] commit: New filter chain handling API. This should make it possible to factorize (Antoine Cellerier )
jboileau
- [vlc-devel] commit: New filter chain handling API. This should make it possible to factorize (Antoine Cellerier )
Antoine Cellerier
- [vlc-devel] VLC on iphone
Remi Denis-Courmont
- [vlc-devel] commit: New filter chain handling API. This should make it possible to factorize (Antoine Cellerier )
Antoine Cellerier
- [vlc-devel] commit: Add "Y800" and "Y8 " as aliases for the "GREY" fourcc in the core. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Fix help string. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Use gray for the place holder color on packed formats (else you' d end up (Antoine Cellerier )
git version control
- [vlc-devel] VLC on iphone
Pierre d'Herbemont
- [vlc-devel] VLC on iphone
Pierre d'Herbemont
- [vlc-devel] VLC on iphone
Pierre d'Herbemont
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Rémi Denis-Courmont
- [vlc-devel] commit: Fix sout leak if the playlist is gone ( Rémi Denis-Courmont )
git version control
- [vlc-devel] Fwd: Re: ZodTTD: Home Of Homebrew Contact Us Form - VLC for iPhone
Pavlov Konstantin
- [PATCH] Fix starting signal interface
bl4
- [vlc-devel] [PATCH] commit: Use the signal interface and fix signal handling ( Rémi Denis-Courmont )
bl4
- [vlc-devel] commit: Use the signal interface and fix signal handling ( Rémi Denis-Courmont )
bl4
- [vlc-devel] commit: Simplify ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: libvlc_InternalAddIntf: remove the other boolean ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: VLC: start the playlist at start ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Remove redumdant b_play code ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Use the signal interface and fix signal handling ( Rémi Denis-Courmont )
Rémi Denis-Courmont
- [vlc-devel] commit: Ignore exceptions correctly - don't let libvlc assert ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: vlc_threadobj under NDEBUG and refcheck under LIBVLC_REFCHECK ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix grammar ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix crash if inputs fails and there is no sout ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Remove sout-keep from the input code ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: VLM: remove the unneeded sout-keep hack ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Simplify ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Handle sout-keep from the playlist engine ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Playlist takes care of sout-keep, NOT libvlc! ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Remove another unsafe sout cleanup hack ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [PATCH]Replace GetVersion by GetVersionEx
Geoffroy Couprie
- [vlc-devel] commit: Remove VLC_OBJECT_SOUT ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: FTP: do not rely on object_type ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Don't check for impossible error involving object types ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [PATCH]Replace GetVersion by GetVersionEx
Rémi Denis-Courmont
- [vlc-devel] [PATCH]Replace GetVersion by GetVersionEx
Rémi Denis-Courmont
- [vlc-devel] [PATCH]Replace GetVersion by GetVersionEx
Geoffroy Couprie
- [vlc-devel] commit: Build the RTP plugin ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Do not use the old UDP access for RTP/AVP ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [PATCH]Replace GetVersion by GetVersionEx
Rémi Denis-Courmont
- [vlc-devel] commit: RTP: add UDP-Lite support ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: access_udp: remove UDP-Lite support ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [PATCH] G.711 RTP payload for Stream Input
Rémi Denis-Courmont
- [vlc-devel] commit: Use filter chain in transcode (audio filter2 and video filter2). ( Antoine Cellerier )
Rémi Denis-Courmont
- [vlc-devel] commit: Only try creating the filter chain once. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Add support for Packed YUV 422 to rotate video filter. Output quality is (Antoine Cellerier )
git version control
- [vlc-devel] commit: Useless statement. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Factorize picture dating and releasing code. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Factorize some code in the filters. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Fix segfault in transcode (audio). (Antoine Cellerier )
git version control
- [vlc-devel] commit: YUV 422 Packed motion detect (still kind of broken). ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Use filter chain in transcode (audio filter2 and video filter2). ( Antoine Cellerier )
Antoine Cellerier
- [vlc-devel] commit: RTP: support for pulse code modulation ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Use filter chain in transcode (audio filter2 and video filter2). ( Antoine Cellerier )
Rémi Denis-Courmont
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] Help needed developing libvlc marquee API
jboileau
- [vlc-devel] commit: Factorize picture dating and releasing code. (Antoine Cellerier )
Pierre d'Herbemont
- [vlc-devel] commit: Use the signal interface and fix signal handling ( Rémi Denis-Courmont )
bl4
- [vlc-devel] commit: Factorize picture dating and releasing code. (Antoine Cellerier )
Antoine Cellerier
- [vlc-devel] commit: Don't check for impossible error involving object types ( Rémi Denis-Courmont )
Rafaël Carré
- [vlc-devel] commit: This should fix audio transcoding. ( unfortunately I have some issues (Antoine Cellerier )
git version control
- [vlc-devel] commit: Typo: use debug code only when wanted (and defined) ( Rafaël Carré )
git version control
- [vlc-devel] commit: Default enable the dvb and v4l2 modules. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Remove debug (tip: put debug messages in spanish, they' re easier to grep (Antoine Cellerier )
git version control
- [vlc-devel] [PATCH] Removes top function from displayed backtrace
Rafaël Carré
- [vlc-devel] commit: Don't try to build broken postproc modules ( Rafaël Carré )
git version control
- [vlc-devel] commit: Don't try to build broken postproc modules ( Rafaël Carré )
Rafaël Carré
- [vlc-devel] commit: libvlc: No need to link to Cocoa. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: Use the signal interface and fix signal handling ( Rémi Denis-Courmont )
Remi Denis-Courmont
- [vlc-devel] commit: Don't check for impossible error involving object types ( Rémi Denis-Courmont )
Remi Denis-Courmont
- [vlc-devel] [PATCH] Removes top function from displayed backtrace
Remi Denis-Courmont
- [vlc-devel] multiproto and vlc
Gregor Fuis
- [vlc-devel] [linux-dvb] multiproto and vlc
Vladimir Prudnikov
- [vlc-devel] commit: Use a libhal property only if it exists ( Rafaël Carré )
git version control
- [vlc-devel] CRLF parsing error in live555
David Schueler
- [vlc-devel] CRLF parsing error in live555
Ross Finlayson
- [vlc-devel] [PATCH] enable display of background bitmaps (eg, picture subtitles) (kate streams)
ogg.k.ogg.k at googlemail.com
- [vlc-devel] CRLF parsing error in live555
David Schueler
- [vlc-devel] commit: Don't workaround unknown bugs in external libraries ( Rafaël Carré )
git version control
- [vlc-devel] how to interact with vlc ?
M&Ms M&Ms
- [vlc-devel] commit: enable display of background bitmaps (eg, picture subtitles) ( Vincent Penquerc'h )
git version control
- [vlc-devel] [PATCH] enable display of background bitmaps (eg, picture subtitles) (kate streams)
Rémi Denis-Courmont
- [vlc-devel] commit: Contrib: update bulk patch for libdvdnav. (Pavlov Konstantin )
git version control
- [vlc-devel] commit: Contrib: Remove libdvdnav-win32 patch, applied upstream. ( Pavlov Konstantin )
git version control
- [vlc-devel] commit: Contrib: remove unneeded and outdated dvdnav.patch. ( Pavlov Konstantin )
git version control
- [vlc-devel] commit: Support for custom text domain in module strings ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Support for using a custom text domain for configuration strings ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Typo ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Do not use print colored help if stdout is not a TTY ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: stream: Add a new method for buffering access: A*Immediate method. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: stream: Add a new method for buffering access: A*Immediate method. (Pierre d'Herbemont )
Rémi Denis-Courmont
- [vlc-devel] commit: stream: Add a new method for buffering access: A*Immediate method. (Pierre d'Herbemont )
Pierre d'Herbemont
- [vlc-devel] commit: stats: Initial import of a stat oriented module. Use with / vlc --ignore-config -I dummy -vvv movie.avi --sout="#transcode{aenc=dummy, venc=stats}:std{access=http, mux=dummy, dst=0.0.0.0:8080}" (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: stats: Add vout stats module. (Pierre d'Herbemont )
git version control
- [vlc-devel] [linux-dvb] multiproto and vlc
Gregor Fuis
- [vlc-devel] commit: stats: Add vout stats module. (Pierre d'Herbemont )
Pierre d'Herbemont
- [vlc-devel] commit: stream: Add a new method for buffering access: A*Immediate method. (Pierre d'Herbemont )
Rémi Denis-Courmont
- [vlc-devel] commit: stats: use vlc_common.h instead of vlc/vlc.h (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: stream: Add a new method for buffering access: A*Immediate method. (Pierre d'Herbemont )
Pierre d'Herbemont
- [vlc-devel] commit: stream: Add a new method for buffering access: A*Immediate method. (Pierre d'Herbemont )
Rémi Denis-Courmont
- [PATCH] Link libaccess_http_plugin against libproxy to autoconfigure proxy from the system. libproxy knows how to treat envvar (http_proxy), gnome settings and kde settings.
Dominique Leuenberger
- [PATCH] Link libaccess_http_plugin against libproxy to autoconfigure proxy from the system. libproxy knows how to treat envvar (http_proxy), gnome settings and kde settings.
Dominique Leuenberger
- [PATCH] Link libaccess_http_plugin against libproxy to autoconfigure proxy from the system. libproxy knows how to treat envvar (http_proxy), gnome settings and kde settings.
Dominique Leuenberger
- [vlc-devel] commit: stats: Initial import of a stat oriented module. Use with / vlc --ignore-config -I dummy -vvv movie.avi --sout="#transcode{aenc=dummy, venc=stats}:std{access=http, mux=dummy, dst=0.0.0.0:8080}" (Pierre d' Herbemont )
Rafaël Carré
- [vlc-devel] commit: input: Use mtime_t for pts_delay. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Add --auto-adjust-pts-delay, this allows to stream/ receive with an extremely low latency. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Add --auto-adjust-pts-delay, this allows to stream/ receive with an extremely low latency. (Pierre d'Herbemont )
Pierre d'Herbemont
- [vlc-devel] commit: input: Explain a bit more how --auto-adjust-pts-delay works. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: ffmpeg.h was removed (Christophe Mutricy )
git version control
- [vlc-devel] commit: Desactivate activex until it's fixed (Christophe Mutricy )
git version control
- [vlc-devel] commit: stats: Ownership. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Comment on how to enable auto pts delay adjustement. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: Small fix for DVD menus. (Jean-Baptiste Kempf )
git version control
- [vlc-devel] commit: input: Comment on how to enable auto pts delay adjustement. ( Pierre d'Herbemont )
Antoine Cellerier
- [vlc-devel] commit: stream_Read() : makes the buffer mandatory ( Rafaël Carré )
git version control
- [vlc-devel] commit: ASF: Use stream_Seek() if we only want to seek ( Rafaël Carré )
git version control
- [vlc-devel] commit: Use stats demux only if selected ( Rafaël Carré )
git version control
- [vlc-devel] commit: Fix mozilla detection logic ( Rafaël Carré )
git version control
- [vlc-devel] commit: stream: Add a new method for buffering access:A*Immediate method. (Pierre d'Herbemont )
Remi Denis-Courmont
- [vlc-devel] commit: ASF: Do not use stream_Read with a NULL buffer ( Rafaël Carré )
git version control
- [vlc-devel] commit: ASF: Use stream_Seek() if we only want to seek ( Rafaël Carré )
Remi Denis-Courmont
- [vlc-devel] commit: Revert "ASF: Do not use stream_Read with a NULL buffer" ( Rafaël Carré )
git version control
- [vlc-devel] commit: Revert "ASF: Use stream_Seek() if we only want to seek" ( Rafaël Carré )
git version control
- [vlc-devel] commit: Revert "stream_Read() : makes the buffer mandatory" ( Rafaël Carré )
git version control
- [vlc-devel] commit: Revert "Fix mozilla detection logic" ( Rafaël Carré )
git version control
- [vlc-devel] commit: NEWS: Add something about the new options to reduce latency. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: stream: Support reading to NULL buffer in *Immediate method. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: stream: Don't attempt to seek() when reading to NULL in *Immediate method, as pointed by Rémi . (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: Fix typo. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Final for 0.8.6h ( Felix Paul Kühne )
git version control
- [vlc-devel] RTMP playback
Antoine Cellerier
- [vlc-devel] RTMP playback
Antoine Cellerier
- [vlc-devel] commit: Add pkg-config support for directfb detection in 0.8.6-bugfix ( Nicolas Chauvet )
git version control
- [vlc-devel] commit: Add pkg-config support for directfb detection in 0.8.6-bugfix ( Nicolas Chauvet )
git version control
- [vlc-devel] RTMP playback
Antoine Cellerier
- [vlc-devel] commit: Mention the RTMP access and access output in the NEWS. ( Antoine Cellerier )
git version control
- [vlc-devel] [HELP] Can not get useful backtraces anymore
Rémi Denis-Courmont
- [vlc-devel] commit: Add missing unicast parameter in the Transport: response ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Set the thread priority before its creation ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Do not set a priority for non-realtime threads ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Rescale POSIX realtime priorities within a portable range ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] Starting Scaletempo for VLC
Rov Juvano
- [vlc-devel] commit: Fix/split rootwrap_bind ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: vlc: fix conditional compilation ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Bring the root wrapper back ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Bring back reckless user proofing. ( Rémi Denis-Courmont )
git version control
- [vlc-devel] Filter not ready to be set after being created, how to synchronise?
jboileau
- [vlc-devel] commit: Remove __LIBVLC__ test ( Rémi Denis-Courmont )
git version control
- [vlc-devel] VLC media player 0.8.6h release
Felix Paul Kühne
- [vlc-devel] commit: Mention the RTMP access and access output in the NEWS. ( Antoine Cellerier )
Jean-Baptiste Kempf
- [vlc-devel] commit: Force thread priorities in the supported range ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] [Fwd: Cannot build anymore (on cygwin)]
Matthias Bauer
- [vlc-devel] [Fwd: Cannot build anymore (on cygwin)]
Rémi Denis-Courmont
- [vlc-devel] commit: Untriplicate vout release code - fix #1593 ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Move the CSA Key parsing inside csa_SetCW function ( Kaloyan Kovachev )
git version control
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Rémi Denis-Courmont
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Matthias Bauer
- [vlc-devel] commit: Revert "Qt4: do not use vlc_object_get" ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix POTFILES ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [PATCH] support libproxy for http access
Dominique Leuenberger
- [vlc-devel] [PATCH] support libproxy for http access
Rémi Denis-Courmont
- [vlc-devel] commit: RTP: fix sequence tracking ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RTP: ignore muxed RTCP packets for the time being ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RTP: support for DCCP ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: UDP: remove unneeded DCCP support ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Remove some dead code ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RTP: add Framed RTP over TCP support ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: UDP: remove old RTP code ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Ooooooooups ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [Fwd: Cannot build anymore (on cygwin)]
Kaloyan Kovachev
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] commit: SRTP: support for parsing key and salt from a string ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: SRTP: try to fix dependent libraries ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RTP: add secure RTP receive support ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Rémi Denis-Courmont
- [vlc-devel] commit: Remove non-sensical statement ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix the libgcrypt variables substitution ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Include copyright and license message in each plugin ( Rémi Denis-Courmont )
git version control
- [PATCH] Include check for proxy.h in configure and only link libaccess_http_plugin when libproxy is available
Dominique Leuenberger
- [PATCH] Include check for proxy.h in configure and only link libaccess_http_plugin when libproxy is available
Dominique Leuenberger
- [vlc-devel] [PATCH] support libproxy for http access
Dominique Leuenberger
- [vlc-devel] commit: Fix return type ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [PATCH] support libproxy for http access
Rémi Denis-Courmont
- [vlc-devel] commit: Fix warnings ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RTP: partial linking fix ( Rémi Denis-Courmont )
git version control
- [vlc-devel] VLC 0.9.0 status for week 23
Rémi Denis-Courmont
- [PATCH] Free memory when no longer used Replace msg_Warn with msg_Dbg and msg_Err as apropriate Initialize buf before being used
Dominique Leuenberger
- [PATCH] Replace another occurence of msg_Warn
Dominique Leuenberger
- [vlc-devel] [PATCH] support libproxy for http access
Dominique Leuenberger
- [vlc-devel] [PATCH] support libproxy for http access
Rémi Denis-Courmont
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] commit: RTP: fix packet re-ordering ( Rémi Denis-Courmont )
git version control
- [PATCH] Add support for libproxy to the access module http. Libproxy reads proxy settings from kde, gnome, networkmanager, environment
Dominique Leuenberger
- [PATCH] Add support for libproxy to the access module http. Libproxy reads proxy settings from kde, gnome, networkmanager, environment Autodetecting libproxy presence, respecting --enable/--disable-libproxy
Dominique Leuenberger
- [PATCH] Add support for libproxy to the access module http. Libproxy reads proxy settings from kde, gnome, networkmanager, environment Autodetecting libproxy presence, respecting --enable/--disable-libproxy
Dominique Leuenberger
- [PATCH] Add support for libproxy to the access module http. Libproxy reads proxy settings from kde, gnome, networkmanager, environment Autodetecting libproxy presence, respecting --enable/--disable-libproxy
Dominique Leuenberger
- [PATCH] Add support for libproxy to the access module http. Libproxy reads proxy settings from kde, gnome, networkmanager, environment Autodetecting libproxy presence, respecting --enable/--disable-libproxy
Dominique Leuenberger
- [PATCH] Add support for libproxy to the access module http. Libproxy reads proxy settings from kde, gnome, networkmanager, environment Autodetecting libproxy presence, respecting --enable/--disable-libproxy
Dominique Leuenberger
- [vlc-devel] commit: Break long if statement in several lines. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Fix building module/demux/rtp.c for Win32 and WinCE (mingw32/ mingwce) (Jean-Paul Saman )
git version control
- [vlc-devel] [PATCH] support libproxy for http access
Dominique Leuenberger
- [vlc-devel] commit: Fix typo ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RTP: set the discontinuity flag as appropriate ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RTP: partial Vorbis payload format support: defragmentation ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: This was not supposed to be committed, sorry ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [PATCH] Internet Explorer proxy fetch
Kaarlo Räihä
- [vlc-devel] [PATCH] Internet Explorer proxy fetch
Rémi Denis-Courmont
- [vlc-devel] 2 weeks to 0.9.0 features freeze
Rafaël Carré
- [vlc-devel] Starting Scaletempo for VLC
Rafaël Carré
- [vlc-devel] VLC 0.9.0 status for week 23
Rafaël Carré
- [vlc-devel] VLC 0.9.0 status for week 23
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] Next try: Added RemoteOSD plugin, a VNC-Client as video-filter
Matthias Bauer
- [vlc-devel] [HELP] Can not get useful backtraces anymore
Rafaël Carré
- [vlc-devel] [Fwd: Cannot build anymore (on cygwin)]
Matthias Bauer
- [vlc-devel] commit: Added plugin RemoteOSD, a VNC client as video-filter ( Matthias Bauer )
git version control
- [vlc-devel] [PATCH] Next try: Added RemoteOSD plugin, a VNC-Client as video-filter
Rafaël Carré
- [vlc-devel] commit: Merged the notes for 0.8.6g and 0.8.6h ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Default enable the update checker on OS X as pointed by j-b ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Fixed linking the remote OSD plugin ( Felix Paul Kühne )
git version control
- [vlc-devel] VLC 0.9.0 status for week 23
Remi Denis-Courmont
- [vlc-devel] [PATCH] Internet Explorer proxy fetch
Jean-Paul Saman
- [vlc-devel] commit: Mention the RTMP access and access output in the NEWS. ( Antoine Cellerier )
Antoine Cellerier
- [vlc-devel] [PATCH] Internet Explorer proxy fetch
Dominique Leuenberger
- [vlc-devel] commit: Cleanup, a few additions ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Fix memory leak (CID 96) ( Rafaël Carré )
git version control
- [vlc-devel] Starting Scaletempo for VLC
Antoine Cellerier
- [vlc-devel] commit: Last time I checked, V4L2 was not a demux :) ( well it can sometimes be used as an access_demux ... but it' s still an access) (Antoine Cellerier )
git version control
- [vlc-devel] commit: Mention the RTMP access and access output in the NEWS. ( Antoine Cellerier )
Ilkka Ollakka
- [vlc-devel] commit: Revive postprocessing. It is now a video filter ( the interface code (Antoine Cellerier )
git version control
- [vlc-devel] commit: Add new var_Change action: VLC_VAR_SETISCOMMAND. Previously it was only (Antoine Cellerier )
git version control
- [vlc-devel] commit: Merge all swscale plugin related source files (except chroma.h). ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Move swscale.c to the video_filter directory. (Antoine Cellerier )
git version control
- [vlc-devel] commit: avformat is demux/mux. Move it to modules/demux/avformat. ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Add a FIXME and fix a capability declaration. (Antoine Cellerier )
git version control
- [vlc-devel] commit: Remove crop/padd code from imgresample module. Imgresample is now only (Antoine Cellerier )
git version control
- [vlc-devel] commit: Move imgresample.c to the video_filter directory. ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Move avcodec module files to modules/codec/avcodec. (The 3 shared ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Remove old post processing code remains from avcodec/video.c. ( Antoine Cellerier )
git version control
- [vlc-devel] commit: Remove executable permission from source files. (btw, why isn' t the .h (Antoine Cellerier )
git version control
- [vlc-devel] VLC 0.9.0 status for week 23
Rafaël Carré
- [vlc-devel] commit: Remove executable permission from source files. (btw, why isn' t the .h (Antoine Cellerier )
Rafaël Carré
- [vlc-devel] Starting Scaletempo for VLC
Remi Denis-Courmont
- [vlc-devel] commit: toolbox: dont remove config.rpath. (Pavlov Konstantin )
git version control
- [vlc-devel] commit: HACKING: fix some wording / changed macros / changed dirs. ( Pavlov Konstantin )
git version control
- [vlc-devel] commit: demux/avformat: add Modules.am (otherwise bootstrap is b0rken). ( Pavlov Konstantin )
git version control
- [vlc-devel] commit: Fix configuration ( Rafaël Carré )
git version control
- [vlc-devel] commit: Fix configuration ( Rafaël Carré )
git version control
- [vlc-devel] commit: These days, the Quit method of mpris is made on the root object ( Rafaël Carré )
git version control
- [vlc-devel] commit: Backport the DBus interface from master ( Rafaël Carré )
git version control
- [vlc-devel] commit: Move p_meta from 1 input structure to another ( Rafaël Carré )
git version control
- [vlc-devel] commit: Default enable the update checker on OS X as pointed by j-b ( Felix Paul Kühne )
Rafaël Carré
- [vlc-devel] commit: Default enable the update checker on OS X as pointed by j-b ( Felix Paul Kühne )
Christophe Mutricy
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] VLC 0.9.0 status for week 23
Laurent Aimar
- [vlc-devel] [PATCH] support libproxy for http access
Rémi Denis-Courmont
- [vlc-devel] [PATCH] support libproxy for http access
Dominique Leuenberger
- [vlc-devel] [PATCH] [Fwd: Cannot build anymore (on cygwin)]
Kaloyan Kovachev
- [vlc-devel] [PATCH] Next try: Added RemoteOSD plugin, a VNC-Client as video-filter
Matthias Bauer
- [vlc-devel] [PATCH] [Fwd: Cannot build anymore (on cygwin)]
Rémi Denis-Courmont
- [vlc-devel] [PATCH] [Fwd: Cannot build anymore (on cygwin)]
Kaloyan Kovachev
- [vlc-devel] commit: chroma.h has moved ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Update files list ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Support for sudo ( Rémi Denis-Courmont )
git version control
- [vlc-devel] patch preview for multiproto support
Claudio Luck
- [vlc-devel] patch preview for multiproto support
Rafaël Carré
- [vlc-devel] commit: Default enable the update checker on OS X as pointed by j-b ( Felix Paul Kühne )
Felix Paul Kühne
- [vlc-devel] commit: Typo ( pointed by Bruno Queirós ) (Christophe Mutricy )
git version control
- [vlc-devel] commit: Update and activate portuguese l10n. Thanks to Bruno Queirós ( Christophe Mutricy )
git version control
- [vlc-devel] commit: Polish l10n update by Michał Trzebiatowski ( Christophe Mutricy )
git version control
- [vlc-devel] commit: Fix libdvdnav compilation ( Felix Paul Kühne )
git version control
- [vlc-devel] VLC Player Freeze
Koushik
- [vlc-devel] commit: Use less CPU : reduction of the number of iteration when it draws the frame. Some non-code corrections of the previous patch. (Adrien Maglo )
git version control
- [vlc-devel] commit: s/H264/h264 in http interface. (Jean-Baptiste Kempf )
git version control
- [vlc-devel] commit: Fullscreen controller (Lukas Durfina )
git version control
- [vlc-devel] patch preview for multiproto support
Antoine Cellerier
- [vlc-devel] patch preview for multiproto support
Remi Denis-Courmont
- [vlc-devel] [PATCH] Module FullScreen panel controler based on libaosd library
Sinseman44
- [vlc-devel] commit: Fullscreen controller (Lukas Durfina )
Anthony Loiseau
- [vlc-devel] [PATCH] [Fwd: Cannot build anymore (on cygwin)]
Kaloyan Kovachev
- [vlc-devel] commit: Fullscreen controller (Lukas Durfina )
Lukas Durfina
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Antoine Cellerier
- [vlc-devel] [PATCH] [Fwd: Cannot build anymore (on cygwin)]
Antoine Cellerier
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] commit: Fullscreen controller (Lukas Durfina )
Rafaël Carré
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Antoine Cellerier
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] Problem removing marq filter, filter leaks on exit
jboileau
- [vlc-devel] [PATCH] Fix ActiveX compilation
Poe
- [vlc-devel] [PATCH] Revert "Do not try to build the ActiveX so we can at least have nightlies."
Poe
- [vlc-devel] [PATCH] Don't compile old ActiveX API (VLC_*)
Poe
- [vlc-devel] [PATCH] include vlc.h (temp)
Poe
- [vlc-devel] [PATCH] Revert "Desactivate activex until it's fixed"
Poe
- [vlc-devel] [PATCH] Don't use old ActiveX control
Poe
- [vlc-devel] [PATCH] Don't use old ActiveX control
Jean-Paul Saman
- [vlc-devel] patch preview for multiproto support
Gregor Fuis
- [vlc-devel] [PATCH] Don't use old ActiveX control
Rémi Denis-Courmont
- [vlc-devel] Fwd: [LINUXTAG] Scanning of HEAD version of vlc
Rafaël Carré
- [vlc-devel] commit: Partially fix sub picture filter chain handling. Still needs a bit of (Antoine Cellerier )
git version control
- [vlc-devel] [PATCH] [Fwd: Cannot build anymore (on cygwin)]
Antoine Cellerier
- [vlc-devel] [PATCH] Fix a race condition when calling update_Delete() while one of the threads is still running
Rafaël Carré
- [vlc-devel] commit: Unregister a "sub filter"' s private SPU channel when destroying the (Antoine Cellerier )
git version control
- [vlc-devel] commit: Fullscreen controller (Lukas Durfina )
Antoine Cellerier
- [vlc-devel] Problem removing marq filter, filter leaks on exit
Antoine Cellerier
- [vlc-devel] [PATCH] Don't use old ActiveX control
Kaloyan Kovachev
- [vlc-devel] commit: Decode H.264 with QuickTime on the Mac. (Jean-Baptiste Kempf )
git version control
- [vlc-devel] commit: rtp: don't build unused directory ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RTP Vorbis payload format (incomplete) ( Rémi Denis-Courmont )
git version control
- [vlc-devel] Tag 0.8.6h : Felix Paul Kühne : VLC Release 0.8.6h
git version control
- [vlc-devel] Bye
Rafaël Carré
- [vlc-devel] commit: Fix permissions ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix postproc compiling. (Jean-Baptiste Kempf )
git version control
- [vlc-devel] commit: Bunch of always on demu/x plugins ( Rémi Denis-Courmont )
git version control
- [vlc-devel] Bye
jboileau
- [vlc-devel] commit: Fix make check (sic) ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix make check too ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Typo ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [PATCH] MMS stream pausing
bl4
- [vlc-devel] commit: FFmpeg update. (Jean-Baptiste Kempf )
git version control
- [vlc-devel] Starting Scaletempo for VLC
Rov Juvano
- [vlc-devel] commit: Try to fix the win32 compile. (Jean-Baptiste Kempf )
git version control
- [vlc-devel] Starting Scaletempo for VLC
Kevin DuBois
- [vlc-devel] Reg: vlc not playing h.264 files on linux..?
Ragas sag
- [vlc-devel] commit: Activated iLBC support on Macs running QuickTime 7.5 or later ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: We also want to activate AMR-WB. More to come within the next few days. ( Felix Paul Kühne )
git version control
- [vlc-devel] Bye
Pierre d'Herbemont
- [vlc-devel] commit: Add support for Cinepak, Indeo Video IV, DVC Pro 100, DVC Pro HD and Pixlet (the last one being Mac-only) ( Felix Paul Kühne )
git version control
- [vlc-devel] Bye
Ilkka Ollakka
- [vlc-devel] add event support for vlm
M&Ms M&Ms
- [vlc-devel] add event support for vlm
Pierre d'Herbemont
- [vlc-devel] add event support for vlm
M&Ms M&Ms
- [vlc-devel] [PATCH] enable display of background bitmaps (eg, picture subtitles) (kate streams)
ogg.k.ogg.k at googlemail.com
- [vlc-devel] commit: FFmpeg encoder : be sure to use the minimum required buffer size ( Rafaël Carré )
git version control
- [vlc-devel] [PATCH] MMS stream pausing
Jean-Baptiste Kempf
- [vlc-devel] commit: Fix of showing FS controller when it is slowly hidding ( Lukas Durfina )
git version control
- [vlc-devel] [PATCH] MMS stream pausing
Rémi Denis-Courmont
- [vlc-devel] commit: Blind attempt at fixing the libintl/g++-4.2 problem ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] commit: vlc_object_attach: do not kill an object within the structure lock ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Rémi Denis-Courmont
- [vlc-devel] commit: Fix logic error pointed by Meuuh ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: RTP sout: rework sample-based audio codecs to not exceed the MTU ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Of course, L16 has two bytes per sample... ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Another ptime fix ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: RTP sout: use block_Alloc ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Remove useless stream parameter ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Use block_Alloc directly ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix translation ( Rémi Denis-Courmont )
git version control
- [vlc-devel] Bye
Matthias Bauer
- [vlc-devel] commit: Fix libdvdnav in a reliable and quite clean way. ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Finally upgrade the build target to a native one ( in favour of a jam-based one, whose support is to be reomoved by Xcode' s next release) ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Use the native target instead of the jam-based target. ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Use the native target instead of the jam-based target. ( Felix Paul Kühne )
Felix Paul Kühne
- [vlc-devel] commit: Trying to use non-existant patches isn' t exactly the idea of the century. ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Clean more correctly ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Fix libdvdnav in a reliable and quite clean way. ( Felix Paul Kühne )
Felix Paul Kühne
- [vlc-devel] commit: Fix the Default and Deployment modes for the native target ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Clean up the code a bit, turning to be half as laggy as the previous code, but it will need to be properly fixed. ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Update the FFmpeg patch... Do we still need that ? ( Jean-Baptiste Kempf )
git version control
- [vlc-devel] commit: Make sure we download all sources first ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Prepare for future darwin releases ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: We don't need the .dvdread target anymore in here ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Fix the controller resizing ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Also fix the video output window thanks to IB2.5 ( Felix Paul Kühne )
git version control
- [vlc-devel] Is libvlc.h broken ?
M&Ms M&Ms
- [vlc-devel] (no subject)
Remi Denis-Courmont
- [vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality
Kaloyan Kovachev
- [vlc-devel] commit: Warning killing. (Jean-Baptiste Kempf )
git version control
- [vlc-devel] add event support for vlm
M&Ms M&Ms
- [vlc-devel] commit: Clean up the code a bit, turning to be half as laggy as the previous code, but it will need to be properly fixed. ( Felix Paul Kühne )
Pierre d'Herbemont
- [vlc-devel] Is libvlc.h broken ?
Pierre d'Herbemont
- [vlc-devel] Help: Regarding H.264 decoding in vlc on linux
Ragas sag
- [PATCH] Patch to fix bug #1532, and improve http seek times.
Bill C Riemers
- [PATCH] Patch to fix bug #1532, and improve http seek times.
Bill C Riemers
- [PATCH] Patch to fix bug #1532, and improve http seek times.
Bill C Riemers
- [vlc-devel] add event support for vlm
Pierre d'Herbemont
- [vlc-devel] commit: Factorize interrupt handling ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: access_out_file: fix non-atomic write and error handling ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Network: handle interrupts when reading and some comments ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: File: devices are not seekable ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Bill C. Riemers
- [vlc-devel] commit: connect: handle EINTR ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: accept: ignore interrupts ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: access_out_file: fix non-atomic write and error handling ( Rémi Denis-Courmont )
Rémi Denis-Courmont
- [vlc-devel] commit: Don't block all signals. ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Redesign the Capture Device panel ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Clean up the code a bit, turning to be half as laggy as the previous code, but it will need to be properly fixed. ( Felix Paul Kühne )
Felix Paul Kühne
- [vlc-devel] commit: opengllayer: Don't protect a module by #ifdef you' ll end up in warnings. Disable it at configure time if needed. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: VLCKit: Use --ignore-config. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: boolean cosmetics ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: live: add --rtsp-mcast to force multicast ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Clean up the code a bit, turning to be half as laggy as the previous code, but it will need to be properly fixed. ( Felix Paul Kühne )
Pierre d'Herbemont
- [vlc-devel] commit: NULLify p_playlist when the playlist is gone ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fix previous commit ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Remove services discovery tasks before the playlist ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Disable vout_RequestWindow. It has never worked properly ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Refer to Qt4 rather than WxWidgets for interactions ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Wx: remove translations ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: Fixes and cleanup ( Rémi Denis-Courmont )
git version control
- [PATCH] MMS stream pausing
bl4
- [vlc-devel] [PATCH] MMS stream pausing
bl4
- [vlc-devel] commit: Don't double free objects on error. Pointed by Pierre ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Assigned cmd-R to 'Open Capture Device' ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: Added complete l10n to the Capture interface and a useful error messages to the input module ( Felix Paul Kühne )
git version control
- [PATCH] Change FrontendPoll to also use FE_READ_STATUS to get frontend status.
vlc
- [vlc-devel] commit: Added complete l10n to the Capture interface and a useful error messages to the input module ( Felix Paul Kühne )
Pierre d'Herbemont
- [vlc-devel] [PATCH] Change FrontendPoll to also use FE_READ_STATUS to get frontend status.
Claudio Luck
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
Dominique Leuenberger
- [vlc-devel] commit: Libdvdread fix on Win$uck$ (Jean-Baptiste Kempf )
git version control
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
Remi Denis-Courmont
- [vlc-devel] commit: Libdvdread fix on Win$uck$ (Jean-Baptiste Kempf)
Remi Denis-Courmont
- [vlc-devel] commit: Libdvdread fix on Win$uck$ (Jean-Baptiste Kempf)
Jean-Baptiste Kempf
- [vlc-devel] commit: We can' t use this plugin for audio decoding on Leopard due to the removal of the old pre-carbon SoundManager API . ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
Dominique Leuenberger
- [vlc-devel] commit: Bootstrap when you modify configure.in (Jean-Baptiste Kempf )
git version control
- [vlc-devel] commit: Libdvdread fix on Win$uck$ (Jean-Baptiste Kempf)
Rafaël Carré
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
Jean-Paul Saman
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
Antoine Cellerier
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
Remi Denis-Courmont
- [vlc-devel] commit: Replaced a certain amount of vlc_object_find by pl_Yield ( Felix Paul Kühne )
git version control
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
Remi Denis-Courmont
- [vlc-devel] commit: Replaced a certain amount of vlc_object_find by pl_Yield ( Felix Paul Kühne )
Remi Denis-Courmont
- [vlc-devel] commit: Disable vout_RequestWindow. It has never worked properly ( Rémi Denis-Courmont )
Lukas Durfina
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
Antoine Cellerier
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
Remi Denis-Courmont
- [vlc-devel] commit: WxWidgets: good bye, I will not miss you. ( Rémi Denis-Courmont )
Pierre d'Herbemont
- [vlc-devel] commit: libvlc: Fix GetVout's comment. Pointed out by Lukas. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: libvlc: Don't attempt to search an input's vout everywhere. Only search it in input's children. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc: Properly release vout. Pointed out by Lukas. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: libvlc: Simplify get/set/toggle_fullscreen. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc: move libvlc_video_destroy to the deprecated function. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc: comment about libvlc_video_destroy(). (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc_video: Rename p_vout1->p_vout. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc_video: More simplification. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc_video: Save a few line in error case handling. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: libvlc_video_set_viewport: Make sure we don't crash if view is NULL . (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc_video_set_viewport: No need to check playlist status. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc_video: Suppress playlist existence checks. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: libvlc_video: More line saving on error cases (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc_media_player: Allow reparenting in libvlc_media_player_set_drawable(). (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: libvlc_video_get_height: Don't use a potentially freed pointer. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc_media_player: Coding style. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc_video_get_width: Don't use a potentially freed pointer. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc_video_set_parent: Use libvlc_media_player_set_drawable(). ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc: libvlc_video_set_parent and libvlc_video_get_parent are deprecated. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc: Fix compilation of libvlc_media_player_set_drawable(). ( Pierre d'Herbemont )
git version control
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Bill C. Riemers
- [vlc-devel] commit: VLCKit: Fix #1587 "missing libvlc/mediacontrol header files". ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: VLCKit: Fix #1587 "missing libvlc/mediacontrol header files". ( Pierre d'Herbemont )
Pierre d'Herbemont
- [vlc-devel] commit: VLCKit: Typo and create a link to include and share. (Pierre d' Herbemont )
git version control
- [vlc-devel] [HELP] Tracking down an audio transcoding segfault with the mpgatofixed32 filter
Kevin DuBois
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Rémi Denis-Courmont
- [vlc-devel] commit: VLCKit: Fix #1587 "missing libvlc/mediacontrol header files". ( Pierre d'Herbemont )
Jean-Baptiste Kempf
- [vlc-devel] [HELP] Tracking down an audio transcoding segfault with the mpgatofixed32 filter
Rafaël Carré
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Bill C. Riemers
- [vlc-devel] [PATCH] MMS stream pausing
Rémi Denis-Courmont
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Rémi Denis-Courmont
- [vlc-devel] commit: HTTP: put the password to a separate field, so we can have **** ( Rémi Denis-Courmont )
git version control
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Ilkka Ollakka
- [PATCH] Make http seeking to be non-blocking.
Bill C Riemers
- [PATCH] Make http seeking to be non-blocking.
Bill C Riemers
- [vlc-devel] [PATCH] Make http seeking to be non-blocking
Bill C. Riemers
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Bill C. Riemers
- [vlc-devel] commit: Add support for the http proxy password setting to the simple prefs and make sure that the last .fm password isn't displayed as plain text ( Felix Paul Kühne )
git version control
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Rémi Denis-Courmont
- [vlc-devel] commit: Removed useless setting which can confuse some setups ( Felix Paul Kühne )
git version control
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Bill C. Riemers
- [vlc-devel] commit: Implement the full/basic switch correctly and completely. Additionally, fixed a rare sprefs init failure. ( Felix Paul Kühne )
git version control
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Rémi Denis-Courmont
- [vlc-devel] [PATCH] Patch to fix bug #1532, and improve http seek times.
Bill C. Riemers
- [PATCH] Correctly respond to a Connection: Close message. Restore http to be marked as non-fastseek and modify avi demux not to require fastseek.
Bill C Riemers
- [vlc-devel] [PATCH] MMS stream pausing
bl4
- [vlc-devel] [PATCH] Correctly respond to a Connection Close message.
Bill C. Riemers
- [vlc-devel] commit: demux/dummy: No need to check for playlist availability. ( Also fix #1543) (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: demux/dummy: Remove vlc_playlist.h inclusion now. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: demux/dummy: No need to check for playlist availability. ( Also fix #1543) (Pierre d'Herbemont )
Pierre d'Herbemont
- [vlc-devel] commit: Cosmetic (Christophe Mutricy )
git version control
- [vlc-devel] commit: Fix logic and comment (Christophe Mutricy )
git version control
- [vlc-devel] commit: More config.status magic. (Christophe Mutricy )
git version control
- [vlc-devel] commit: Revert " Do not try to build the ActiveX so we can at least have nightlies." ( Jean-Paul Saman )
git version control
- [vlc-devel] commit: Indentation fix. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Revert "Desactivate activex until it's fixed" (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Add missing include to activex/plugin.h (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Remove VLCPlugin::getVLCObject() methond from ActiveX ( Jean-Paul Saman )
git version control
- [vlc-devel] commit: Add some sane default values. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Use the same internal libvlc API as vlccontrol2.cpp does. ( Jean-Paul Saman )
git version control
- [vlc-devel] commit: Move Toolbar to the IVLCControl2 interface object, where it should have been all along. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Fix get_VersionInfo() and break long lines. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Readibility improvement. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Fix compiler error. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Fix building of ActiveX control with 3 functions being unimplemented right now : (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Add comment about getVariable() and setVariable() JS function: they are removed because of their security implications. Everyone is advice to use the newer ActiveX v2 (IVLCControl2) interface instead. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Fix indentation in some of the structs defintions. ( Jean-Paul Saman )
git version control
- [vlc-devel] commit: Add playlist_CurrentId() to get the playlist item id from the currently playing item. ( Jean-Paul Saman )
git version control
- [vlc-devel] commit: Remove trailing whitespace (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Fix indentation. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Turn comment into error message. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Add playlist_CurrentId() to get the playlist item id from the currently playing item. ( Jean-Paul Saman )
Rémi Denis-Courmont
- [vlc-devel] [PATCH] Module FullScreen panel controler based on libaosd library
Rémi Denis-Courmont
- [vlc-devel] commit: Revert " Do not try to build the ActiveX so we can at least have nightlies." ( Jean-Paul Saman )
Rémi Denis-Courmont
- [vlc-devel] [PATCH] Correctly respond to a Connection Close message.
Rémi Denis-Courmont
- [vlc-devel] commit: events: Fix docs. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: events: Add wrappers around vlc_event_manager_init for object casting. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: input: Add an event manager to the input. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Register vlc_InputStateChanged event. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Send vlc_InputStateChanged events. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Add input_get_event_manager(). (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Change the state to END_S when playback is really finished. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: playlist: Use a set/release accessor for playlist->p_input. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: playlist: de-inline p_input setters. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: playlist: Respond to input state changed event. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: input: No need to signal input' s end to the playlist now that the playlist gets an event for that one. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: No need to playlist_Signal() on error now that the playlist receive state changed events. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: input: Remove vlc_playlist.h inclusion. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlc_media_player: Use the input event instead of "state" var callback. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: libvlccore.sym: Alphabetical order fix. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Send vlc_InputItemInfoChanged, and vlc_InputItemNameChanged events. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: events: vlc_input_state_changed->input_state_changed (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: events: use input_state_e in input_state_changed. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: Revert "events: use input_state_e in input_state_changed." ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Fix a typo in previous commit. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: Make the playlist a generic object ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: vlc_object_find(playlist) is an error ( Rémi Denis-Courmont )
git version control
- [vlc-devel] commit: playlist: Respond to Name and Info changed events. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: input: Don't do NotifyPlaylist() now that the playlist properly listen to input item event. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: ncurses: Properly update on item-change variable callback. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: No need to include vlc_playlist.h in control.c now. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: Remove deadcode. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Cleanup indentation (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Take win32 into considiration. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Unify libvlc_state_t, input_state_e, mediacontrol_PlayerStatus and libvlc_event_type_t. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Update test HTML page. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Fix status reporting in test.html. (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Fix typo (Jean-Paul Saman )
git version control
- [vlc-devel] commit: Unify libvlc_state_t, input_state_e, mediacontrol_PlayerStatus and libvlc_event_type_t. (Jean-Paul Saman )
Pierre d'Herbemont
- [vlc-devel] commit: ncurses: Properly update on item-change variable callback. ( Pierre d'Herbemont )
Pierre d'Herbemont
- [vlc-devel] commit: input: Send vlc_InputSelectedStreamChanged. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: playlist: Listen to vlc_InputSelectedStreamChanged events. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Remove p_playlist gc signaling now that the playlist is aware of vlc_InputSelectedStreamChanged . (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: vout: Remove vlc_playlist.h from included header list. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: stream_output: Remove vlc_playlist.h from included headers list. ( Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Remove p_playlist gc signaling now that the playlist is aware of vlc_InputSelectedStreamChanged . (Pierre d'Herbemont )
Pierre d'Herbemont
- [vlc-devel] commit: vcdx: Don't include playlist.h (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: input: Remove p_playlist gc signaling now that the playlist is aware of vlc_InputSelectedStreamChanged . (Pierre d'Herbemont )
Rémi Denis-Courmont
- [vlc-devel] commit: xspf: Remove references to the playlist. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: cdda: Remove inclusion of vlc_playlist.h. (Pierre d'Herbemont )
git version control
- [vlc-devel] commit: cdda: Warn about wrong playlist usage in the file. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: cdda: Warn about wrong playlist usage in the file. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: directory: Playlist code shouldn't be used here. (Pierre d' Herbemont )
git version control
- [vlc-devel] commit: shoutcast: Don't use playlist