]> git.sesse.net Git - vlc/history - modules/demux
Qt4 - Don't use things that can change from one version to another one of Qt.
[vlc] / modules / demux /
2007-10-08 Laurent AimarRemoved unused variables.
2007-10-08 Laurent AimarRemoved 1 warning.
2007-10-08 Laurent AimarRemoved warnings.
2007-10-08 Laurent AimarLet the input handle meta data and attachments for...
2007-10-08 Laurent AimarLet the input handle meta data and attachments for...
2007-10-08 Laurent AimarLet the input handle *extra* meta data and attachments...
2007-10-08 Laurent AimarLet the input handle meta data and attachments for...
2007-10-08 Laurent AimarLet the input handle meta data and attachments for...
2007-10-08 Laurent AimarLet the input handle meta data and attachments for...
2007-10-04 Rafaël Carrémpga demux: remove debug printf
2007-10-04 Rafaël Carrém4a demuxer: last missing include
2007-10-04 Rafaël Carrédemuxers: add missing vlc_meta.h header
2007-10-04 Rafaël Carrédemuxers: remove the need for input_thread_t by using...
2007-10-03 Laurent AimarAdded a "meta-preparsed" input variable. A demuxer...
2007-10-03 Rafaël CarréDemuxers: do not load "meta reader" module if the input...
2007-10-03 Rafaël Carrémp4 demuxer: don't try to print not printable characters.
2007-10-03 Rafaël Carrétaglib: Supports in ogg/vorbis base64 encoded embedded...
2007-10-02 Yoann Peronneau* xspf.c: fixes parsing with xtag - closes #1293
2007-10-02 Rafaël Carrém4a demuxer: initialize correctly p_sys
2007-10-02 Rafaël Carrédemux: fix a memory leak in flac & mpga when attachment...
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-10-01 Laurent AimarOops, fix subtitle decoding.
2007-10-01 Jean-Paul SamanReset PCR when gap has been detected.
2007-09-30 Laurent AimarHacks for On2 AVI files (close #1318)
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-29 Laurent AimarFixed regression in EITConvertToUTF8.
2007-09-28 Laurent AimarUpdate build system for cdg demuxer/codec.
2007-09-28 Laurent AimarAdded CD+G file support:
2007-09-22 Rémi Denis-CourmontRemove stupid broken error message in XSPF parser ...
2007-09-22 Rémi Denis-CourmontUse a different FOURCC for Speex from RTP (refs #1291),
2007-09-13 Rémi Denis-CourmontExplicit casts to proper integer types when formatting
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Bernie PurcellSelect subtitle stream from the mkv container automatically
2007-09-09 Rémi Denis-CourmontDefault RTSP timeout value is 60 seconds, rather than...
2007-09-08 Rémi Denis-CourmontSimplify
2007-09-05 Rémi Denis-CourmontDo not assume that long long = int64_t
2007-09-05 Rémi Denis-Courmont#include fix
2007-09-05 Rémi Denis-CourmontFix #includes and remove useless variable
2007-09-03 Dennis van Amerongen* modules/demux/demuxdump.c: typo dumpper -> dumper
2007-08-31 Rémi Denis-CourmontUse 1400 rather than 1500 as default *application-layer...
2007-08-30 Rémi Denis-CourmontFix a few warnings, and handle iconv errors (I expect...
2007-08-26 Ilkka Ollakkaxspf.c: add album-art as <image> and use Title in title...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-22 Pierre d'Herbemontmodules/demux/playlist: Remove luaplaylist now that...
2007-08-21 Rémi Denis-CourmontFix utf8_readdir usage
2007-08-21 Rémi Denis-CourmontFix warning
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-19 Rafaël CarréForces preparsing for ogg files
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.
next