]> git.sesse.net Git - vlc/history - modules/demux
Cleanup PVR path parser
[vlc] / modules / demux /
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
2008-09-02 Laurent AimarCosmetic.
2008-09-02 Laurent AimarFixed a big rtp demuxer.
2008-09-02 Derk-Jan Hartmansubtitle demux: add comment about how to enable auto...
2008-09-01 Laurent AimarRevert "Revert "Improved rtjpeg and seek NUV demuxer...
2008-09-01 Rafaël Carrélive555: use floats for i_npt as well, remove useless...
2008-09-01 Rafaël Carrélive555: keep the npt clock unit: floats representing...
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-28 Laurent AimarFixed a potential division by 0 in mp4 demuxer.
2008-08-28 Laurent AimarClean up ogm parsing and fixed a potential memory overw...
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Laurent AimarFixed a buffer overread with broken oggs and check...
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-27 Jean-Paul SamanHandle return value and fix memleaks.
2008-08-27 Laurent AimarImproved eof detection on a few broken avi files.
2008-08-26 Laurent AimarAdded nsv stream record mode support.
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-26 Pierre d'Herbemontxspf: Fix a may-be freed input_item pointer usage.
2008-08-26 Pierre d'Herbemontasx: Fix an input_item leak.
2008-08-25 Laurent AimarFixed packetized flag value for aes3 stream.
2008-08-25 Laurent AimarUse aes3 for BSSD codec (close #1765).
2008-08-25 Laurent AimarRevert "Improved rtjpeg and seek NUV demuxer support."
2008-08-25 Gertjan Van Drooge... Improved rtjpeg and seek NUV demuxer support.
2008-08-25 Laurent AimarClean up mpga demuxer and properly fix #1081 (ie withou...
2008-08-25 Rafaël Carrélive555: really toggle tcp flag - fix [ef4da62761]
2008-08-25 Jean-Baptiste KempfRevert "Fix memleak in mkv."
2008-08-25 Jean-Baptiste KempfRevert "Fix memleak (should fix #1081)"
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
next