]> git.sesse.net Git - vlc/history - modules/demux
backport of [13220] [13191] [13192]
[vlc] / modules / demux /
2005-11-13 Marian Durkovicbackport of [13220] [13191] [13192]
2005-11-10 Gildas Bazin* modules/demux/ps.c: backport of 13156.
2005-11-10 Gildas Bazin* modules/demux/mp4/mp4.c: fix some signed/unsigned...
2005-10-30 Gildas BazinALL: backport of 13027,13033,13034,13039,13040,13041...
2005-10-28 Steve Lhommemkv.cpp: support the new A_AAC codec ID and SBR for...
2005-10-27 Steve Lhommemkv.cpp: get ready to support pixel cropping (top/botto...
2005-10-23 Rémi Denis-CourmontAdd usual SVN properties
2005-10-23 Rémi Denis-CourmontC source code is not executable
2005-10-22 Steve Lhommemkv.cpp: add some debugging messages for the users...
2005-10-22 Steve Lhommemkv.cpp: add support for the basic A_AAC codec ID
2005-10-22 Steve Lhommemkv.cpp: support for the new header stripping compression
2005-10-21 Steve Lhommemkv.cpp: implement working support for the new SimpleBl...
2005-10-19 Steve Lhommemkv.cpp: read the new KaxSimpleBlock element (when...
2005-10-16 Steve Lhommemkv.cpp: file path comparison is case insensitive on...
2005-10-15 Steve Lhommemkv.cpp: more user-friendly error messages
2005-10-15 Steve Lhommemkv.cpp: use error messages instead of debug messages
2005-10-15 Steve Lhommemkv.cpp: verify that the matroska version needed for...
2005-10-15 Steve Lhommemkv.cpp: better test when files with no Segment UID...
2005-10-15 Steve Lhommemkv.cpp: fix a potential problem when the same dir...
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-10-09 Derk-Jan Hartman* spelling
2005-10-09 Laurent Aimar * ogg: fix potential invalid read with broken files...
2005-10-09 Felix Paul Kühne* removed unused variable
2005-10-09 Laurent Aimar * all: added Musepack support using libmpdec (1.2...
2005-10-09 Laurent Aimar * mp4: use ES_OUT_SET_NEXT_DISPLAY_TIME when doing...
2005-10-06 Laurent Aimar * mp4: support for tx3g subtitle (close #332)
2005-10-04 Derk-Jan Hartman* Fix Kasenna RTSP VoD
2005-10-02 Jean-Paul SamanProtect agains multiple includes
2005-10-02 Jean-Paul SamanThe include vlc_md5.h is in the include path and not...
2005-10-02 Steve Lhommemkv.cpp: move back the SET_PCR to its previous location...
2005-10-01 Steve Lhommemkv.cpp: added option "mkv-preload-local-dir", disable...
2005-10-01 Steve Lhommemkv.cpp: better timecode sent by the demuxer (doesn...
2005-09-29 Derk-Jan Hartman* The PTS/PCR repeats we test for should at least conti...
2005-09-29 Jean-Paul SamanFix compiler warning, remove unused variables
2005-09-28 Derk-Jan Hartman* forgot to handle initial pcr == 0 case
2005-09-28 Derk-Jan Hartman* if a PTS keeps repeating for a while we assume EOF...
2005-09-27 Derk-Jan Hartman* ts.c: print Stream Identifier descriptor information
2005-09-26 Gildas Bazin* modules/demux/ogg.c: discard subtitles header packets...
2005-09-19 Gildas Bazin* modules/demux/real.c: avoid using null pts + removed...
2005-09-19 Christophe Massiot * modules/demux/ts.c: PID 8191 is padding.
2005-09-18 Gildas Bazin* modules/demux/livedotcom.cpp: fixed small leak.
2005-09-18 Gildas Bazin* modules/demux/livedotcom.cpp: do not modify p_demux...
2005-09-18 Gildas Bazin* modules/demux/real.c: cleanup + added support for...
2005-09-15 Sigmund Augdal HelbergCoding style fixes and added comments
2005-09-15 Jean-Paul SamanForward port of revision 12559: Fix division by zero...
2005-09-15 Clément StenacHopefully "The Right Fix" patch for M3U parsing, by...
2005-09-14 Derk-Jan Hartman* Fix memleaks
2005-09-12 Steve Lhommemkv.cpp: avoid dependency problems with older libmatroska
2005-09-11 Steve Lhommemkv.cpp: more memory leaks fixed
2005-09-11 Steve Lhommemkv.cpp: fix some memory leaks
2005-09-11 Steve Lhommemkv.cpp: support segments with "unknown" size
2005-09-10 Steve Lhommemkv.cpp: support playback of segments without a UID
2005-09-07 Derk-Jan Hartman * lengh -> length
2005-09-07 Derk-Jan Hartman* AVC in mkv should already be packetized.
2005-09-06 Derk-Jan Hartman* Fix a large issue with VLC RTSP client.
2005-09-05 Steve Lhomme* mkv.cpp: should fix the compilation error with gcc
2005-09-04 Steve Lhomme* mkv.cpp: fix chapter sorting by timecode, apply the...
2005-09-03 Steve Lhomme* fix a timecode/stuttering problem with VFW tracks
2005-09-03 Steve Lhomme* prevent crashes when a stream is not opened correctly
2005-09-03 Jean-Paul Samansilence random access indicator
2005-09-03 Steve Lhomme* fix an uninitialized buffer use
2005-08-31 Derk-Jan Hartman* NSC demuxer and decoder based on jlj's nscdec: http...
2005-08-29 Gildas Bazin* modules/demux/livedotcom.cpp: fixed segfaults.
2005-08-28 Derk-Jan Hartman* Fix the case of duration == -1 in M3U playlists....
2005-08-20 Gildas Bazin* modules/demux/playlist/dvb.c: win32 build fix.
2005-08-20 Gildas Bazin* modules/demux/playlist/dvb.c: playlist import for...
2005-08-19 Christophe Massiot * modules/demux/playlist/m3u.c: If name is empty,...
2005-08-18 Christophe Massiot * modules/demux/demuxdump.c: Better error detection...
2005-08-18 Jean-Paul SamanFix compiler warning. Removed unused variable
2005-08-16 Derk-Jan Hartman* Fix an issue with sgi announce files and adding the...
2005-08-14 Eric Petit ALL: compile fixes
2005-08-14 Christophe Massiot * modules/demux/ts.c: Fixed a side-effect when p_sys...
2005-08-13 Rémi Denis-Courmont- convert UTF16/UTF32 to UTF8 rather than Latin1 -...
2005-08-13 Jean-Paul Samanremove unusefull comment
2005-08-12 Christophe Massiot * modules/demux/livedotcom.cpp: Do not use vlc_UrlEnco...
2005-08-12 Christophe MutricyALL: Improvements in the M3U output and parser. Patch...
2005-08-11 Jean-Paul SamanDon't explicitly flag the block. Clement could you...
2005-08-10 Jean-Paul SamanFlagging BLOCK_FLAG_DISCONTINUITY for every PID in...
2005-08-09 Derk-Jan Hartman* spelling
2005-08-09 Jean-Paul SamanFix compiler warnings about comparing signed and unsigned
2005-08-09 Jean-Paul SamanFix compiler warning about unused variables
2005-08-08 Rémi Denis-CourmontFix memleak in error handling
2005-08-08 Jean-Paul SamanFix a segmentation fault introduced by the previous...
2005-08-08 Jean-Paul SamanFix a segmentation fault introduced by the previous...
2005-08-08 Jean-Paul Saman(Forward port from branch 0.8.1-jpsaman-thedj) TS demux...
2005-08-07 Felix Paul Kühne* fix compile warnings
2005-08-04 Rémi Denis-Courmontfix spelling of "unsupported"
2005-08-03 Rémi Denis-Courmont * M3U: make sure strings are UTF8
2005-07-25 Clément StenacFix compilation
2005-07-25 Gildas Bazin* modules/demux/mp4/libmp4.c: handle SoundDescriptionV2...
2005-07-19 Rémi Denis-CourmontRemove annoying debug message
2005-07-19 Laurent Aimar * livedotcom.cpp: added H264 support.
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
2005-07-10 Clément StenacWarning fixes
2005-07-10 Rémi Denis-Courmontstrncmp => memcmp (refs #258)
2005-07-10 Rémi Denis-CourmontFix gcc4 warnings (refs #258)
2005-07-09 Rémi Denis-CourmontSupport for VOC block type 8 (closes #142)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
next