]> git.sesse.net Git - vlc/history - modules/demux
Prevents deadlocks with input in qt4
[vlc] / modules / demux /
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-16 Pierre d'Herbemontmodules/demux/playlist/luaplaylist.c: Remove unwanted...
2007-08-16 Pierre d'Herbemontmodules/demux/playlist/*.c: Use the new playlist indepe...
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Damien Fouilleullua: fixed search paths list for scripts, needs more...
2007-08-15 Damien Fouilleullua modules: enforce DIR_SEP instead of /
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-02 Pierre d'Herbemontmodules/demux/live555: Don't let live555 be verbose...
2007-07-22 Christophe MutricyRemove rtp.c which was added by mistake in [20846]
2007-07-20 Laurent AimarFixed a bunch of warning because of stream_Peek change.
2007-07-20 Christophe MutricyFix some const.
2007-07-20 Rémi Denis-Courmont- Fix a bunch of warnings
2007-07-18 Antoine CellerierAlso demux YUV4MPEG2 files with the raw video demux...
2007-07-17 Antoine CellerierAutomatically load files with the following extension...
2007-07-17 Antoine CellerierAdd aspect ratio and chroma option to the rawvid demux.
2007-07-16 Laurent AimarFixed access to (potentially) uninitialized data (close...
2007-07-11 Pavlov KonstantinAllow playback of in24 little-endian or big-endian...
2007-07-09 Christophe Mutricyfix [20770]
2007-07-08 Christophe MutricyRessucitate the telx module and make it to conflict...
2007-07-06 Jean-Paul SamanRemoved telx Teletext decoder in favor of zvbi based...
2007-07-06 Jean-Paul SamanSmall cleanup
2007-07-06 Jean-Paul SamanRemove whitespace.
2007-07-06 Jean-Paul SamanPatch from thedj to recognize the vbi header in the...
2007-07-06 Jean-Paul SamanThis patch is a hack to force usage of zvbi teletext...
2007-06-29 Laurent AimarA small malloc check.
2007-06-29 Laurent AimarFixed potential sscanf buffer overflow in :
2007-06-29 Laurent AimarDo not display invalid fourcc for meta data atom.
2007-06-19 Antoine CellerierRemove leading line feeds (or while spaces). Fixes...
2007-06-19 Antoine CellerierUntested workarround for buggy asx files with an end...
2007-06-18 Laurent AimarAdded speex check in RTSP (untested, close #1091)
2007-06-17 Antoine CellerierHandle custom meta data in lua playlist scripts.
2007-06-17 Laurent AimarAdded replay gain support for:
2007-06-15 Laurent AimarAdded apple chapter support (used by HandBrake, close...
2007-06-13 Laurent AimarFixed aiff support for stereo files and files with...
2007-06-13 Damien Fouilleulasx.c: fixed a small bug in skip ad feature
2007-06-12 Laurent AimarFixed access on deleted object.
2007-06-08 Laurent AimarMKV attachments bug fixes. (Patch by Bernie Purcell)
2007-06-07 Rémi Denis-CourmontUse %u rather than %d for unsigned
2007-06-07 Rémi Denis-CourmontMemory leak
2007-06-05 Laurent AimarFixed audio RTP stream only (Not sure it is the right...
2007-06-04 Laurent AimarFlac embeded cover support.
2007-05-31 Laurent AimarDo not use FIND_ANYWHERE for playlist.
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-30 Laurent AimarEnsure that chapter names are utf8 (I failed to find...
2007-05-30 Laurent AimarImplemented (close #1194):
2007-05-30 Laurent AimarImprove seek precision using ES_OUT_SET_NEXT_DISPLAY_TIME.
2007-05-28 Laurent AimarAdded strnlen replacement (Untested)
2007-05-28 Felix Paul Kühne* revert the rewrite of MP4_GETSTRINGZ in the previous...
2007-05-27 Laurent AimarCompilation warning fixes.
2007-05-27 Laurent AimarImplemented GPAC chapter support (but not apple ones).
2007-05-25 Laurent AimarFixed possible overflow in duration parsing.
2007-05-25 Laurent AimarAdded meta parsing (close #624)
2007-05-25 Laurent AimarImplemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)
2007-05-21 Antoine Cellerier* playlist.c, asx.c: add new --playlist-skip-ads option...
2007-05-21 Laurent AimarImplement GET_TIME/LENGTH/POSITION when reading from...
2007-05-20 Yoann Peronneau* xspf.c: initializes identifier to 0 and free pp_tracklist
2007-05-20 Yoann Peronneau* xspf.c: add XSPF annotation element as description
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-05-20 Antoine Cellerier* Fix non linux compilation round 2.
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-19 Antoine Cellerier* luaplaylist.c: make sure that the Lua stack is big...
2007-05-19 Antoine Cellerier* luaplaylist.c, README.txt: add .duration option for...
2007-05-19 Antoine Cellerier* luaplaylist.c, README.txt: add support for VLC options.
2007-05-19 Antoine Cellerier* m3u.c: remove unneeded comment. ppsz_options is freed...
2007-05-18 Antoine Cellerier* luaplaylist.c: Look for Lua scripts in the user's...
2007-05-17 Antoine Cellerier* luaplaylist.c: initialize p_sys->psz_filename to...
2007-05-17 Antoine Cellerier* luaplaylist.c: add vlc.msg_{info,err,warn,dbg}()...
2007-05-17 Antoine Cellerier* luaplaylist.c: Change demux2 capability from 0 to 9
2007-05-17 Antoine Cellerier* luaplaylist.c: replace printfs by msg_{Warn,Dbg}
2007-05-17 Antoine Cellerier* luaplaylist.c: add support for meta data info. Playli...
2007-05-17 Antoine Cellerier* asx.c: remove tab
2007-05-17 Antoine Cellerier* luaplaylist.c: should now look in the appropriate...
2007-05-16 Jean-Paul SamanFix one warning for vlc_iconv() here (4th argument...
2007-05-15 Antoine Cellerier* luaplaylist.c: Looks like stream_ReadLine results...
2007-05-14 Antoine Cellerier* luaplaylist.c: First usable version of the luaplaylis...
2007-05-13 Antoine Cellerier* New Lua based playlist demuxer. Code is far from...
2007-05-12 Antoine Cellerier* videoportals.c: add title for metacafe vids.
2007-05-12 Antoine Cellerier* videoportals.c: Add title support for dailymotion...
2007-05-12 Antoine Cellerier* videoportals.c: Allow using fullscreen youtube URLs...
2007-05-11 Antoine Celleriervideoportals.c: remove debug printf.
2007-05-11 Antoine Celleriervideoportals.c: Add metacafe URL support.
2007-05-11 Antoine Celleriervideoportals.c: Add support for google video (this...
2007-05-11 Antoine Celleriergvp.c: Fix Google Video Playlist detection code.
2007-05-11 Antoine Celleriervideoportals.c: Add support for Daily Motion URLs ...
2007-05-11 Antoine Cellerierdemux/playlist/: New "video portals" playlist demux...
2007-05-09 Christophe MutricyFix crash in MKV demuxer. Patch courtesy of Harry Sinto...
2007-05-02 Jean-Baptiste KempfCosmetic and brackets.
2007-05-02 Jean-Baptiste KempfAdd a "(" to fix previous commit.
2007-05-02 Jean-Baptiste KempfShould add atrac3 support in rm files. Patch by Benjami...
2007-05-01 Sigmund Augdal HelbergApply the same probes as is done in Open when checking...
2007-04-29 Damien Fouilleul- live555: toggle TCP use when we receive a '461 Unsupp...
2007-04-28 Damien Fouilleul- asx.c: added support for STARTTIME and DURATION tags...
2007-04-25 Jean-Paul SamanPatch from Paul Corke for rawdv to advance the timestam...
2007-04-22 Jean-Paul SamanPatch to fix ticket #1162 by npl at chello.at.
2007-04-21 Christophe Mutricysvn keywords
2007-04-21 Gildas Bazin* modules/demux/rawvid.c: raw video demuxer (only does...
2007-04-21 Gildas Bazin* modules/demux/mpeg/m4v.c: new m4v-fps config option.
2007-04-19 Gildas Bazin* modules/demux/mp4/*, modules/mux/mp4.c: add support...
2007-04-13 Gildas Bazin* modules/demux/asf/* use index for seeking if availabl...
2007-04-13 Gildas Bazin* modules/demux/asf/* use index for seeking if availabl...
next