]> git.sesse.net Git - vlc/history - src/input
* backport [13042]
[vlc] / src / input /
2005-10-30 Gildas BazinALL: backport of 13001,13004,13005,13011,13012,13019...
2005-10-24 Marian Durkovicmodifications for RTP reordering:
2005-10-19 Gildas Bazin* src/input/input.c: fixed segfault with sub autodetection.
2005-10-19 Marian Durkovic1088->1080 fix for broken HDTV encoders; could be disab...
2005-10-18 Derk-Jan Hartman* Don't crash if we cannot retrieve a directory in...
2005-10-18 Marian Durkoviccalculate SAR from visible width/height
2005-10-16 Derk-Jan Hartman* Fix the sub autodetect directory string
2005-10-16 Jean-Paul SamanFix several segmentation faults
2005-10-16 Jean-Paul SamanRemove useless whitespace
2005-10-16 Derk-Jan Hartman* include limits.h to be sure of PATH_MAX availability
2005-10-16 Derk-Jan Hartman* UTF-8 ified the subtitle autodetect core. (fixes...
2005-10-15 Jean-Paul SamanRTP reordering in module/access/udp.c done by me with...
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-10-15 Jean-Paul Samanwhitespace cleanup
2005-10-09 Derk-Jan Hartman* clearer error messages on invalid seek
2005-10-09 Boris Dorès+ src/input/decoder.c src/libvlc.h:
2005-10-08 Laurent Aimar * input.c: fix invalid free.
2005-10-06 Laurent Aimar * var: create "demux" and "access" (--demux/access...
2005-10-06 Laurent Aimar * input: :demux=module really force module and bypass...
2005-09-25 Boris Dorès- the creation of the audio filter pipeline when specif...
2005-08-31 Gildas Bazin* modules/stream_out/transcode.c, src/input/decoder...
2005-08-22 Gildas Bazin* src/input/es_out.c: when removing an active track...
2005-08-15 Christophe Massiot * src/input/input.c: Really fixed :programs= this...
2005-08-12 Christophe Massiot * src/input/es_out.c: Fixed a breakage of about everyt...
2005-08-12 Jean-Paul SamanFix seek breakage introduced in r12113
2005-08-11 Jean-Paul SamanFix signalling of MPEG2-TS discontinuity indicators...
2005-08-11 Christophe Massiot * include/network.h:vlc_UrlEncode() : though RFC 1738...
2005-08-10 Jean-Paul SamanFlagging BLOCK_FLAG_DISCONTINUITY for every PID in...
2005-08-09 Jean-Paul Samansome sanity checks
2005-08-05 Christophe Massiot * src/input/input.c: msg_Warn->msg_Dbg
2005-08-01 Christophe Massiot * src/input/input.c: Fixed segfault when using :progra...
2005-07-17 Cyril Deguet* all: compilation fix with vc7.1 compiler, and removed...
2005-07-13 Rémi Denis-CourmontForgot these files
2005-07-10 Rémi Denis-Courmonttabs => spaces
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-01 Gildas Bazin* src/input/decoder.c: check for codec extra data chang...
2005-05-31 Christophe Massiot * src/input/input.c: Put less picky fallback values...
2005-05-27 Clément Stenac* Prefer the playlist demuxer over the m3u one
2005-05-16 Gildas Bazin* src/input/es_out.c: reduce the frame rate rational...
2005-04-28 Laurent Aimar * es_out: oops, make EsOutProgramDel returning an...
2005-04-28 Laurent Aimar es_out*: added ES_OUT_DEL_GROUP
2005-04-27 Gildas Bazin* src/input/es_out.c: reverted previous patch since...
2005-04-27 Gildas Bazin* src/input/es_out.c: cleanup empty programs.
2005-04-26 Sigmund Augdal Helberginput/var.c: don't try to update the "rate" variable...
2005-04-26 Laurent Aimar * control: added INPUT_DEL_INFO.
2005-04-19 Laurent Aimar * decoder: fix a crash with delete spu.
2005-04-12 Gildas Bazin* ALL: fixed a handful of bugs and memory leaks.
2005-04-10 Sigmund Augdal Helbergfixed three major problems pointed to by Trax
2005-04-09 Gildas Bazin* src/input/access.c: fixed segfaults.
2005-04-09 Gildas Bazin* src/input/demux.c: skip header id3tag in the core...
2005-04-04 Sigmund Augdal Helberges_out.c: add frame rate to stream and media info dialo...
2005-04-02 Sigmund Augdal Helbergaccess.c: fixed crash with preparse
2005-04-01 Sigmund Augdal Helbergstream.c: fixed stream_Delete() for streams opened...
2005-04-01 Sigmund Augdal Helbergfixed a few problems with stream_UrlNew
2005-04-01 Sigmund Augdal Helbergadded a stream_UrlNew to open a general purpos stream_t...
2005-03-31 Sigmund Augdal Helberginput.c: fixed a possible locking problem in vlc_input_...
2005-03-30 Sigmund Augdal Helberginput.c: doxygenize vlc_input_item_GetInfo
2005-03-29 Laurent Aimar * access.* input/*: added access_filter architecture...
2005-03-25 Laurent Aimar * vlc_meta.h: added a few const
2005-03-25 Laurent Aimar input.c: - fixed bug in chapter prev/next. (INPUT_GET...
2005-03-14 Gildas Bazin* src/input/input.c: use a low priority input thread...
2005-03-11 Clément StenacReduce the global verbosity
2005-03-08 Steve Lhommeinput.c: allow "intelligent" previous-chapter behaviour...
2005-03-08 Gildas Bazin* src/input/es_out.c: fixed another small mem leak.
2005-03-08 Gildas Bazin* src/input/es_out.c: fixed small mem leak.
2005-03-07 Steve Lhommemake the previous-chapter "intelligent" seek more gener...
2005-03-06 Gildas Bazin* src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
2005-03-05 Gildas Bazin* src/input/stream.c: check return value of malloc...
2005-03-05 Gildas Bazin* ALL: a few fixes.
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2005-03-05 Steve Lhommeinput.c, vlc_demux.h: allow seeking back in the same...
2005-03-03 Gildas Bazin* src/input/stream.c: use less memory for the stream...
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2005-03-02 Steve Lhommevideo.c: don't display pre-rolled pictures
2005-02-21 Gildas Bazin* src/extras/dirent.c, ALL: fixed win32/ce dirent repla...
2005-02-21 Laurent Aimar * block: added
2005-02-15 Gildas Bazin* ALL: WinCE build fixes.
2005-02-15 Derk-Jan Hartman* renamed --spu-track to --sub-track
2005-02-15 Derk-Jan Hartman* renamed audio-channel to audio-track so ppl don't...
2005-02-10 Gildas Bazin* src/libvlc.h, src/input/: new --clock-synchro option...
2005-02-08 Laurent Aimar * all: better support for MBR mms stream (display...
2005-02-08 Laurent Aimar * all: added a --audio-language and --spu-language...
2005-02-06 Clément StenacFix subtitle delay < 0
2005-02-05 Sigmund Augdal Helberginput/control.c: fix diviton by zero on selection byteb...
2005-01-26 Gildas Bazin* src/libvlc.h, src/input/stream.c: new --input-list...
2005-01-25 Laurent Aimar * es_out: fix program change on the fly.
2005-01-20 Christophe Massiot* src/input/es_out.c: Improved the kludge for teletext...
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2005-01-13 Christophe Massiot* src/input/es_out.c: EN 300 472 allows the PTS of...
2005-01-05 Gildas Bazin* src/input/stream.c: decrease memory requirements...
2004-12-22 Rocky BernsteinTypo making seekpoint_next to to seekpoint 0. Clearly...
2004-12-19 Gildas Bazin* src/input/input.c: fixed potential deadlock.
2004-12-17 Benjamin Pracht* Hotkey to set audio delay on the fly
2004-12-14 Clément StenacBetter fix for wx deadlock with preparse
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-12-09 Sigmund Augdal Helberginput/input.c: trigger a update in playlist window...
2004-12-09 Gildas Bazin* src/libvlc.h: --video-deco is enabled by default.
2004-11-28 Gildas Bazin* src/input/mem_stream.c: fixed a couple of bugs.
2004-11-27 Sigmund Augdal Helbergmem_stream.c: minor cleanup + shut up compiler warnings
next