]> git.sesse.net Git - vlc/history - modules/demux
net_Write: fix polling
[vlc] / modules / demux /
2008-10-11 Rémi Denis-CourmontDecomp: vmsplice support
2008-10-11 Rémi Denis-CourmontTypos
2008-10-11 Rémi Denis-CourmontDecomp: partially fix error handling
2008-10-11 Rémi Denis-CourmontDecompression demuxer. Supports gzip and bzip2 at this...
2008-10-11 Derk-Jan Hartmanty demux: simplify and fix potential memleak (CID 214)
2008-10-11 Derk-Jan Hartmanvobsub: Resource leak (CID 215)
2008-10-10 Derk-Jan HartmanFix potential static array overflow (CID 40 and 192)
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-10-10 Laurent AimarChange ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
2008-10-10 Rémi DuraffortFix potential memleaks.
2008-10-10 Rémi DuraffortFix potential segfault (don't dereference strrchr direc...
2008-10-10 Derk-Jan HartmanTS demux: Clarify a for() loop.
2008-10-09 Laurent AimarRead frame rate from asf container if presents.
2008-10-09 Derk-Jan Hartmants demux: some cosmetics cleanup
2008-10-09 Derk-Jan Hartmants: double free (CID 245)
2008-10-09 Derk-Jan Hartmannuv demux: typo in post-malloc check. (CID 144)
2008-10-09 Derk-Jan Hartmannuv demux: NULL dereferencing (CID 37)
2008-10-08 Laurent AimarImproved a bit PCR in asf.
2008-10-08 Rémi DuraffortFix potential memleak (CID 260)
2008-10-08 Rémi DuraffortFix potential segfault introduced by myself (CID 263)
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
2008-10-06 Rémi DuraffortFix memleak (CID 67) and don't use 0 instead of NULL
2008-10-06 Rémi DuraffortFix a lot of memleaks (and CID 68 in the same time).
2008-10-06 Derk-Jan Hartmanps.c: add a safety net to this while loop.
2008-10-05 Rémi DuraffortFix memleak (CID 210)
2008-10-05 Rémi DuraffortFix potential memleaks (CID 208)
2008-10-04 Dominique Leuenbergerffmpeg changed offset_t to int64_t in svn rev15533...
2008-10-01 Rémi DuraffortFix memleak (CID 209)
2008-10-01 Rémi DuraffortFix memleaks (CID 211)
2008-10-01 Rémi DuraffortFix memleak (CID 212)
2008-10-01 Rémi DuraffortFix memleak (CID 213)
2008-09-30 Laurent AimarFixed a lot of potential segfaults on invalid vobsub...
2008-09-28 Rémi Denis-CourmontRTP: use the right frequency for jitter computation
2008-09-27 Pierre d'Herbemontogg: Fix an unitialized value usage.
2008-09-27 Pierre d'Herbemontmp4: Fix a leak.
2008-09-26 Rémi Denis-CourmontRTP: fix parsing IPv6 addresses
2008-09-25 Laurent AimarFixed forcing a demux while using access_demux for...
2008-09-24 Rémi Denis-CourmontRTP: use --demux instead of --rtp-ts-demux
2008-09-24 Rémi DuraffortAvoid a malloc(0)
2008-09-24 Rémi Denis-CourmontRTP: support for overriding the TS demux - fixes #2103
2008-09-23 Derk-Jan Hartmanavformat: Support for AVChapters.
2008-09-22 Laurent AimarDo not show hidden lines in subrip subtitle.
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-21 Rémi Denis-CourmontRTP: compute delay jitter (not used yet) and fix timeout
2008-09-21 Rémi Denis-CourmontAtomic builtins are from in GCC 4.1.0 onward.
2008-09-19 Jean-Baptiste KempfEbml: remove version check, since we already force...
2008-09-19 Sebastien EscudierAllow 0 TTL
2008-09-19 Jean-Baptiste KempfMKV: deinlined a function.
2008-09-18 Jean-Baptiste KempfForgotten file: Grmbl at my stoopidity.
2008-09-18 Jean-Baptiste KempfMKV: Split classes in many files.
2008-09-18 Jean-Baptiste KempfMKV: Copy mkv.cpp to many different files.
2008-09-18 Jean-Baptiste KempfMove MKV demuxer to its own subfolder.
2008-09-18 Laurent AimarDo not throw away the last subtitle for subrip and...
2008-09-18 Antoine CellerierFix opening of some podcasts.
2008-09-18 Derk-Jan Hartmanavformat: set the "duration/length/ of a packet if...
2008-09-18 Derk-Jan Hartmanavformat: attachments should still be treated as tracks...
2008-09-17 Derk-Jan Hartmanavformat: attachment support for fonts.
2008-09-17 Derk-Jan Hartmanreal demux: Set to prio 0.
2008-09-17 Rémi DuraffortDon't use FREENULL when that's not needed and don't...
2008-09-16 Pierre d'Herbemontavformat: Don't accept negative size.
2008-09-16 Yoann PeronneauUpdate XSPF playlist structure to use <vlc:id> instead...
2008-09-15 Derk-Jan Hartmanmkv: lower priority of mkv module to 0
2008-09-15 Derk-Jan Hartmanps demux: fix an issue in ps_pkt_read()
2008-09-15 Rémi Denis-CourmontZero tab entries when you allocate them
2008-09-15 Rémi Denis-CourmontUseless FREENULL -> free
2008-09-14 Laurent AimarAdded support for E-AC3 in ES demuxer.
2008-09-13 Antoine CellerierRemove trailing spaces.
2008-09-13 Laurent AimarAdded demux_Packetizer* helpers.
2008-09-12 Laurent AimarRemoved now useless dts/a52/m4a demuxer.
2008-09-12 Laurent AimarAdded support for DTS to es demuxer.
2008-09-12 Laurent AimarAdded A52 capability to es demuxer.
2008-09-12 Laurent AimarAdded mpeg4 audio support to es demuxer.
2008-09-12 Laurent AimarRenamed mpga to es demuxer.
2008-09-12 Laurent AimarImproved bitrate estimation in mpga demuxer.
2008-09-12 Laurent AimarReworked mp3 demuxer to allow generic ES demuxer.
2008-09-09 Laurent AimarAdded blu-ray proprietary codec ids to TS demuxer.
2008-09-09 Laurent AimarSupport E-AC3 in TS used by DVB.
2008-09-09 Alexis Ballierffmpeg: API change
2008-09-09 Jean-Baptiste KempfE-AC3 support in mkv files.
2008-09-09 Derk-Jan Hartmanlive555: fix a potential crash introduced by [169ecd7a1...
2008-09-08 Laurent AimarImplemented matroska DEMUX_GET_FPS (close #2014)
2008-09-08 Rémi Denis-CourmontFix crash when thread creation fails, fix msleep usage.
2008-09-08 Rémi Denis-Courmontlive555: remove useless vlc_thread_ready from timeout...
2008-09-08 Derk-Jan Hartmanlive555: check for support of GET_PARAMETER
2008-09-07 Derk-Jan HartmanTS demux: cleanup some of the dvb and telx track descri...
2008-09-07 Derk-Jan HartmanTS demux: american english is our default
2008-09-07 Laurent AimarCosmetics.
2008-09-07 Laurent AimarFixed AVI palette support.
2008-09-07 Rémi Denis-CourmontUse mwait and remove silly msleep usage
2008-09-06 Derk-Jan Hartmants demux: simplify the teletext case i_teletext_type...
2008-09-06 Derk-Jan Hartmants demux: any teletext type of 1-5 is valid.
2008-09-06 Rémi Denis-CourmontRTP: ignore packets with duplicated sequence numbers...
2008-09-06 Laurent AimarFixed DTS muxer.
2008-09-05 Laurent AimarCosmetic.
2008-09-05 Laurent AimarDo not ignore teletext initial page (close #1997).
2008-09-05 Christophe Mutricycdg codec is in codec/
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-09-03 Rémi Duraffortdemux/playlit/*: Check asprintf return malloc.
2008-09-03 Rémi Denis-CourmontRevert "CLOCK_FREQ is a 64-bits quantity as mtime_t"
2008-09-03 Rémi Denis-CourmontCLOCK_FREQ is a 64-bits quantity as mtime_t
next