]> git.sesse.net Git - vlc/history - modules/demux
Cosmetic changes
[vlc] / modules / demux /
2006-11-08 Christophe MutricyUse add_bool where it is adapted
2006-11-08 Christophe Massiot * modules/demux/ts.c: Fixed --ts-out used in conjuncti...
2006-11-02 Derk-Jan Hartman* forwardport the mjpeg fix and the dvbsub color fixes
2006-11-01 Derk-Jan Hartman* Fix a bug discovered by Chris Rath on seekable files...
2006-11-01 Derk-Jan Hartman* Handle <ref></ref> ASX items
2006-10-30 Rafaël CarréRename flacdec codec plugin to flac, to show it can...
2006-10-25 Christophe MutricyCompile fix + handle case with no xml:base
2006-10-24 Christophe Mutricyhonor xml:base
2006-10-21 Rémi Denis-CourmontRevert flawed [17208]. Really fix the sign comparison.
2006-10-21 Jean-Paul SamanRemove unused variable p_meta
2006-10-21 Jean-Paul SamanFix invalid comparison, result was always false.
2006-10-18 Derk-Jan HartmanTTA: Forgot to update Modules.am for the TTA demux
2006-10-17 Derk-Jan HartmanEnable ffmpegs TTA decoder, and add a TTA demux to...
2006-10-15 Derk-Jan Hartman*demux/asf Support for dvr-ms ASF. This is a a prioriet...
2006-10-15 Derk-Jan Hartman* Support for AVI DV Type I
2006-10-13 Derk-Jan HartmanDon't add MPEG-TS program data for programs that don...
2006-10-10 Pavlov Konstantinyeah, writing 4 0 times is fun, but..
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-09 Gildas Bazin* modules/demux/mpeg/mpga.c: oups, no need to free...
2006-10-08 Gildas Bazin* modules/demux/asf/libasf.c: fixed memory leak.
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-08 Gildas Bazin* modules/demux/real.c, modules/codec/ffmpeg/demux...
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-07 Gildas Bazin* Fixed a bunch of memory leaks.
2006-10-07 Clément StenacStop playback if --no-playlist-autostart (Closes:#718)
2006-10-06 Gildas Bazin* modules/demux/playlist/gvp.c: fixed segfault in detec...
2006-10-05 Gildas Bazin* modules/demux/mpeg/m4v.c,h264.c: fixed detection...
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-10-01 Antoine CellerierFix gvp demux
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-30 Clément StenacMerge author/artist
2006-09-29 Rafaël CarréReplaces url unescaping by url decoding in xspf import
2006-09-24 Clément StenacMove the meta readers to the correct folder, and use...
2006-09-24 Clément StenacTaglib based parser, use it for Vorbis parsing
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-22 Derk-Jan Hartman* Fix another microdvd issue.
2006-09-17 Clément StenacTry computing an approximation of the length when we...
2006-09-16 Clément StenacRemove old and broken playlist demuxer
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-15 Dennis van Amerongen* modules/demux/avi/avi.c: typo secondes -> seconds
2006-09-12 Rémi Denis-CourmontMost of demux/
2006-09-09 Clément StenacCopyright stuff
2006-09-07 Derk-Jan Hartman* Improve duration calculation
2006-09-03 Clément StenacRemove useless debug, fix a bug
2006-09-01 Damien Fouilleulasx.c: ignore leading empty lins during detection
2006-08-31 Derk-Jan HartmanFix a bug in the asx parser. I should really finish...
2006-08-30 Derk-Jan Hartman* forwardport [15373] which was left accidently hanging...
2006-08-29 Derk-Jan Hartman* Fix an issue with DAR vs. Canvas size with matroska...
2006-08-29 Jean-Paul SamanFix compiler warnings about signed - unsigned compariss...
2006-08-28 Clément StenacDon't output debug on fprintf by default (Refs Debian...
2006-08-28 Derk-Jan Hartman* Fix the microdvd subs. i forgot that framerate !...
2006-08-28 Derk-Jan Hartman* Use the microdvd framerate when available
2006-08-27 Antoine CellerierFix regression from 0.8.5 when parsing microsoft [Refer...
2006-08-25 Sam Hocevar * modules/demux/playlist/asx.c modules/demux/mp4...
2006-08-25 Sam Hocevar * modules/demux/playlist/xspf.c: fix warnings that...
2006-08-23 Eric PetitBeOS / gcc 2.x fixes, patch by Cian Duffy
2006-08-23 Derk-Jan Hartman* Fix the extradata with mkv native MPEG4 SP/ASP/AP
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-18 Derk-Jan Hartman* Fix a RTSP crash
2006-08-17 Gildas Bazin* modules/demux/mp4/mp4.c, src/input/decoder.c: support...
2006-08-16 Gildas Bazin* modules/demux/mkv.cpp: remove useless printf()s
2006-08-16 Gildas Bazin* modules/demux/live555.cpp: fixed segfault
2006-08-14 Derk-Jan Hartman* Set the SPS and PPS properly in the extradata when...
2006-08-12 Derk-Jan Hartman* fix the getlength. It needs to be after the SETUP...
2006-08-12 Derk-Jan Hartman* refactoring of live555 module.
2006-08-06 Clément StenacFix deletion of items when changing them to nodes
2006-08-06 Jean-Paul SamanRemove unused variable.
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-08-03 Clément Stenac* Some Qt interaction stuff
2006-08-02 Clément StenacFix crash with GVP, if it breaks it, yell and provide...
2006-08-02 Clément StenacInteraction cleanup, remove some unused functions,...
2006-07-31 Gildas Bazin* modules/demux/ps.c: fixed breakage
2006-07-31 Derk-Jan Hartman* Fix support for QT ref files. this close #700
2006-07-29 Derk-Jan Hartman* Allow the asx module to peek instead on relying on...
2006-07-29 Felix Paul Kühne* enhanced the interaction core with some method additi...
2006-07-27 Clément StenacAdd --france / --no-france option to disable DRM playback.
2006-07-23 Jean-Paul SamanForward port of revision 16113. Fixes a bug in live555...
2006-07-19 Clément StenacRemove some code duplication
2006-07-19 Clément StenacSome more demux and access code factorization
2006-07-18 Clément StenacBetter packetizer helpers
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-07-18 Sigmund Augdal Helbergsupport muxing and demuxing of dual mono mpeg ts stream...
2006-07-10 Felix Paul Kühne* updated the po-files, started some work on the German...
2006-07-10 Derk-Jan Hartman* when possible use the PTS for GET_TIME and GET_LENGTH...
2006-07-08 Felix Paul Kühne* unified the GUI-presented string
2006-07-08 Felix Paul Kühne* use intf_IntfProgress instead of intf_UserProgress...
2006-07-08 Clément StenacSome infrastructure work for playlist autoload/autosave
2006-07-07 Antoine CellerierAdd Google Video Playlist parsing support (stuff like...
2006-07-04 Sam Hocevar * modules/demux/mkv.cpp: fixed a pointer cast bug.
2006-07-02 Antoine Celleriers/Shoutcast/QTL/
2006-07-02 Antoine CellerierAdd QuickTime Media Link parsing. FIXME: Optional attri...
2006-07-01 Derk-Jan Hartman* Move sgimb demux to the playlist demux, and port...
2006-06-29 Sigmund Augdal HelbergFinnally got rid of the old m3u module. RIP
2006-06-29 Derk-Jan Hartman* New ASX parser
2006-06-28 Clément StenacMostly fix GME meta
2006-06-28 Clément StenacGra. Fix most of TS meta
2006-06-28 Clément StenacForgot that for Qt
next