]> git.sesse.net Git - vlc/history - modules/demux
set stream->dr_dts according to i_dts instead AV_NOPTS_VALUE; seems to
[vlc] / modules / demux /
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-22 Rafaël CarréSupports vorbis audio in avi container (refs #224)
2008-02-21 Damien Fouilleullibmp4: removed the 'France' option, who cares ?
2008-02-21 Rafaël Carrésvn:keywords
2008-02-18 Rafaël Carrécompare the right amount of data, being a little bit...
2008-02-18 Jean-Baptiste KempfMKV: use __MIN instead of min(
2008-02-18 Jean-Baptiste Kempflive555 - include fix.
2008-02-15 Rémi Denis-CourmontFix two more calloc-based denial of service in the...
2008-02-12 Jean-Paul SamanAlso newer live55 exhibit the problem.
2008-02-12 Jean-Paul SamanDon't leak memory in error paths
2008-02-10 Jean-Baptiste KempfFix asa subtitles merge. Close #1468
2008-02-08 Jean-Paul Samancheck malloc return value
2008-02-07 Rémi Denis-CourmontMP4: Fix heap-based buffer overflow (CORE-2008-0130)
2008-02-07 Rémi Denis-CourmontMemory allocation error check
2008-02-04 Sigmund Augdal Helbergadded the asa subtitle demux from equinox. the file...
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-02-02 Jean-Baptiste KempfDVCPRO25 and 50 in AVI...
2008-01-28 Rafaël Carrédemux/playlist/ : removes useless unused parameter...
2008-01-27 Rémi Denis-CourmontTypo
2008-01-26 Rémi Denis-CourmontStandard MIDI File: don't abuse demux_vaControlHelper...
2008-01-25 Sigmund Augdal Helbergsubtitle demux change for better ASS/SSA support. By...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-19 Pavlov KonstantinMove appropriate code to DEMUX_GET_LENGTH and destroy...
2008-01-19 Pavlov KonstantinFix a segfault in mpga demuxer module.
2008-01-18 Dennis van Amerongen* modules/demux/ts.c: remove excessive ;
2008-01-17 Ilkka Ollakkapartly revert [23991]. vlc:skip ain't supported, and...
2008-01-16 Christophe MutricyMissed that in [24348]
2008-01-16 Christophe MutricyDelete rtp.c which was added by mistake in [24344]
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-13 Laurent AimarFixed typo in MJD decoding (Fix EIT informations)
2008-01-12 Jean-Baptiste KempfSupport for 8bit uncompressed in AVI files.
2008-01-12 Rafaël Carréogg demuxer: fix #1429 by simply ignoring the skeleton...
2008-01-12 Felix Paul Kühnemp4 demux: also add meta for 'Encoded by', 'URL', ...
2008-01-08 Ilkka Ollakka- narrow r10012 to remove dts only stuff that goes...
2008-01-05 Jean-Paul SamanReplaced LIVEMEDIA_LIBRARY_VERSION_INT version 99999999...
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2008-01-02 Jean-Paul SamanFix signed int, unsigned int comparison.
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1421
2007-12-30 Rafaël Carréfix #1244
2007-12-30 Rafaël Carréfix #1410.
2007-12-29 Rafaël Carrécosmetics
2007-12-28 Rémi Denis-CourmontFix warning
2007-12-27 Jean-Paul SamanFix segfault when Connect() returned failure and fix...
2007-12-23 Antoine CellerierAllow specifying options specific to each url in the...
2007-12-23 Pierre d'Herbemontmodules/demux/playlist/xspf.c: Show where the input_ite...
2007-12-23 Pierre d'Herbemontmodules/demux/playlist/*.c: Fix input_item memleaks.
2007-12-23 Pierre d'Herbemontmodules/demux/mp4/mp4.c: Fix an input_item memleak.
2007-12-23 Rafaël Carréfix #1409
2007-12-20 Dennis van Amerongen* modules/demux/mp4/libmp4.c: spelling - uncompletetly...
2007-12-19 Rafaël Carréplaylist demuxers: return -1 in case of error, 0 in...
2007-12-19 Rafaël Carréxspf: use correct return value. VLC_FALSE == VLC_SUCCESS
2007-12-17 Rémi Denis-CourmontFix XSPF crash when XML is not available
2007-12-17 Benjamin Pracht* add support for ATSC modulation types
2007-12-16 Jean-Paul Samanremove excess whitespace
2007-12-16 Jean-Paul SamanSmall cleanup
2007-12-16 Antoine CellerierChange demux2 capability values so the lua demux2 gets...
2007-12-15 Rémi Denis-CourmontAllow totally reckless users to save m3u-extvlcopt...
2007-12-13 Rémi Denis-CourmontSET_PARAMETER is simply *wrong*. Servers are not suppos...
2007-12-11 Laurent AimarAdded DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE impleme...
2007-12-11 Jean-Baptiste KempfReal Demuxer: Code factorisation after previous commit.
2007-12-11 Jean-Baptiste KempfReal demuxer, set correctly the PCR, patch by Yuehua...
2007-12-10 Jean-Paul SamanLower severity of message
2007-12-10 Jean-Paul SamanFix hang in live555 when sending RTSP OPTIONS by lettin...
2007-12-09 Dennis van Amerongen* modules/demux/playlist/m3u.c: typo you -> your
2007-12-06 Jean-Paul SamanCleanup.
2007-11-29 Jean-Paul SamanBe more carefull on when rtpInfo timestamps should...
2007-11-24 Antoine CellerierRe-enable EXTVLCOPT: parsing in m3u playlists. You...
2007-11-22 Pierre d'Herbemontmodules/demux/playlist/xspf.c: Uses "vlc:skip" for...
2007-11-21 Jean-Paul SamanPatch by Glen Gray: Enable keepalive for Kasenna server...
2007-11-21 Jean-Paul SamanPatch by Glen Gray: RTSP keep alive fix. If the server...
2007-11-20 Yoann Peronneau* demux/playlist/itml.c: iTunes Media Library importer...
2007-11-20 Rémi Denis-CourmontRemove VLCOPT support from M3U parser.
2007-11-20 Jean-Paul SamanFix return value after the interaction dialog has been...
2007-11-20 Jean-Paul SamanFix double free in live555.
2007-11-19 Rafaël Carréadd an unspported demux query to remove a useless error...
2007-11-19 Rafaël Carrématroska demuxer: supports Real Video
2007-11-19 Rafaël Carrétypo
2007-11-19 Jean-Paul SamanTrigger intf_UserLoginPassword() when authorization...
2007-11-19 Jean-Paul SamanEnable RTSP rtpInfo track synchronization in live555...
2007-11-19 Jean-Paul Samanlive555 improvements: Make rtsp://user:pwd@server/path...
2007-11-19 Jean-Baptiste KempfReal/Sipr, try to use a correct flavor detection, witho...
2007-11-18 Jean-Baptiste KempfReal demuxer: Comments about support/non-support
2007-11-18 Jean-Baptiste KempfOops.
2007-11-18 Rafaël Carréxspf: don't use %encoding for node title, but only...
2007-11-18 Jean-Baptiste KempfRealv3: support for broken streams that speciy a wrong...
2007-11-17 Jean-Baptiste KempfAdd a forgotten break; in a case.
2007-11-17 Jean-Baptiste KempfExtra Data code factorisation: This shouldn't destroy...
2007-11-17 Jean-Baptiste KempfCosmetic and mention about unsupported ralf codec.
2007-11-17 Jean-Baptiste KempfReindent after previous commit.
2007-11-17 Jean-Baptiste KempfReal Demuxer: Support for RM version 3. Tested and...
2007-11-13 Rafaël Carréxspf: fix nodes encoding. big up to yoannp for fully...
2007-11-13 Yoann Peronneau* XSPF nested playlist
2007-11-13 Rafaël Carréxspf demuxer: fix extension reading
2007-11-13 Jean-Baptiste KempfCosmetic and initial support of sipr in rm demuxer...
2007-11-13 Jean-Baptiste KempfReal Demuxer: Support for Atrac-3 codecs in Real files...
2007-11-12 Ilkka OllakkaGET_PARAMETERS doesn't seem to work so well agains...
2007-11-10 Felix Paul Kühne* a few more
next