]> git.sesse.net Git - vlc/history - src/input
* HACKING: CVS -> SVN, added remark about developers.videolan.org site
[vlc] / src / input /
2004-09-15 Gildas Bazin* ALL: separation of the SPU engine from the VOUT.
2004-09-09 Gildas Bazin* src/input/input.c: hack to allow for the udp:@:port...
2004-09-07 Gildas Bazin* src/input/decoder.c, modules/codec/faad.c: work aroun...
2004-09-06 Eric Petit + src/input/var.c: when starting a title, don't recrea...
2004-09-06 Rémi Denis-Courmontdebug message accessed free'd structure causing a segme...
2004-09-03 Christophe Massiot* modules/demux/ts.c, modules/access/dvb: Added support...
2004-09-02 Gildas Bazin* src/input/demux.c: ignore STREAM_CONTROL_ACCESS contr...
2004-09-01 Gildas Bazin* src/input/input.c: fixed small memory leak.
2004-08-30 Eric Petit compile fix
2004-08-30 Gildas Bazin* ALL: use rgb mask members in video_format_t.
2004-08-30 Damien Fouilleuli've modified the following functions to properly skip...
2004-08-30 Gildas Bazin* src/input/es_out.c: really fixed ES_OUT_SET_FMT this...
2004-08-29 Gildas Bazin* src/input/es_out.c: fixed ES_OUT_SET_FMT control.
2004-08-29 Laurent Aimar * es_out: msg_Err -> msg_Warn for Program empty. But...
2004-08-29 Eric Petit src/input/es_out.c: gcc < 3 fix
2004-08-28 Laurent Aimar * stream.c: oops another bug with SET_ID...
2004-08-28 Sam Hocevar * Spelling fixes.
2004-08-28 Gildas Bazin* include/vlc_es_out.h, src/input/es_out.c: added an...
2004-08-26 Gildas Bazin* src/input/decoder.c: forward the p_block->i_rate...
2004-08-26 Eric Petit + input/decoder.c: detach decoder after vout_Request...
2004-08-25 Laurent Aimar * input: send DEMUX_SET_GROUP.
2004-08-22 Gildas Bazin* src/input/decoder.c: don't forget that packetizers...
2004-08-21 Gildas Bazin* src/input/input.c: changed MRL syntax again: URL...
2004-08-21 Gildas Bazin* src/libvlc.h: updated useage.
2004-08-20 Gildas Bazin* src/input/*, include/vlc_input.h: the MRL is now...
2004-08-20 Sam Hocevar * src/input/control.c: minor typo in a comment.
2004-08-20 Gildas Bazin* src/input/*: update position on title change.
2004-08-20 Gildas Bazin* src/input/input.c: re-enabled the --bookmarks option.
2004-08-13 Gildas Bazin* src/input/decoder.c: spu_new_buffer() now tries a...
2004-08-08 Laurent Aimar * demux: another way to break your config file, or...
2004-08-05 Gildas Bazin* src/input/control.c: bookmarks support is back (will...
2004-08-04 Gildas Bazin* modules/access/dvdnav.c: very basic probing that...
2004-08-03 Laurent Aimar * input.c: fixed total length in playlist.
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-08-01 Laurent Aimar * stream.c: increase precache for stream without title...
2004-08-01 Laurent Aimar * input.c: mmh better fix for slow/fast (I hope).
2004-08-01 Laurent Aimar * input: fixed slower/faster rate.
2004-08-01 Laurent Aimar * stream.c: call Seek if stream_Read( s, NULL, skip );
2004-07-31 Derk-Jan Hartman* print a debug message when our buffer gets it's first...
2004-07-29 Gildas Bazin* src/input/decoder.c: don't let the decoder/packetizer...
2004-07-19 Laurent Aimar * stream.c: fixed seeking near the end of a stream.
2004-07-18 Laurent Aimar stream.c: do not drop empty line.
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-07-12 Clément StenacAllow on the fly change of equalizer config. Only resta...
2004-07-09 Gildas Bazin* modules/demux/playlist, src/input/stream.c: fixed...
2004-07-08 Gildas Bazin* src/input/decoder.c: better pictures leakage detection.
2004-07-07 Laurent Aimar * demux: stream_DemuxControl: emulate seek.
2004-06-28 Laurent Aimar * all: re-enabled meta-datas.
2004-06-28 Laurent Aimar * es_out: re-enabled meta infos about ES.
2004-06-28 Gildas Bazin* src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
2004-06-27 Laurent Aimar * all: a new --input-slave option to start playing...
2004-06-27 Gildas Bazin* src/input/input.c:
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.
2004-06-25 Gildas Bazin* src/input/input.c: win32 compilation fix.
2004-06-24 Laurent Aimar * input.c: fixed play/pause + cosmetics.
2004-06-24 Laurent Aimar * demux.c: added new DEMUX_* queries to demux2_vaContr...
2004-06-23 Laurent Aimar * stream.c: fixed a problem with peek.
2004-06-23 Gildas Bazin* src/input: update ES object vars when an ES is remove...
2004-06-23 Laurent Aimar * es_out: fixed a bug preventing re-selecting an ES.
2004-06-23 Laurent Aimar* all: - added a boolean "seekable" object variable...
2004-06-23 Gildas Bazin* modules/demux/m3u.c: allocate buffer for stream_Read().
2004-06-23 Gildas Bazin* src/input/input.c: win32 fix.
2004-06-22 Laurent Aimar input_internal: lalala .
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-07 Laurent Aimar * src/input/input_ext-intf.c: no more unused.
2004-06-07 Laurent Aimar * input: warning fix + no more input_OffsetToTime.
2004-06-07 Laurent Aimar * include: removed a few deprecated functions.
2004-06-06 Clément Stenac* Interaction between bookmarks and streaming wizard
2004-06-05 Laurent Aimar * input: compute right value for position/time on...
2004-06-05 Laurent Aimar * ninput: added more access2 doc, added ACCESS_SET_PRI...
2004-06-01 Laurent Aimar es_out: clean up.
2004-06-01 Laurent Aimar * demux: init info field. (Not used yet).
2004-06-01 Laurent Aimar * access: init info field.
2004-05-30 Laurent Aimar * input.c: set access2->b_die.
2004-05-30 Laurent Aimar * access,demux: fixed parsing.
2004-05-30 Laurent Aimar * access: implement access2_nEw (untested).
2004-05-30 Laurent Aimar * ninput, access: compilation fix.
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...
2004-05-28 Derk-Jan Hartman* src/input/input.c: As soon as we know the length...
2004-05-23 Laurent Aimar * es_out: avoid null dts/pts after *9/100 (with non...
2004-05-18 Clément StenacSkip leading tabs, spaces and line feeds
2004-05-18 Clément StenacHopefully fix bug with playlist parsing (line-feed...
2004-05-17 Gildas Bazin* src/input/input_programs.c: if no program is specifie...
2004-05-15 Laurent Aimar * es_out; round up PCR (avoid non null PCR -> null).
2004-05-10 Christophe Massiot* src/input/input_programs.c: Fixed the --program optio...
2004-05-06 Derk-Jan Hartman* fixed a number of memleaks
2004-05-06 Gildas Bazin* src/input/input_dec.c: fixed DVB subtitles support...
2004-05-05 Gildas Bazin* src/input/es_out.c: remove deprecated hack.
2004-04-30 Clément StenacHopefully fix locking issues with wx
2004-04-29 Gildas Bazin* src/input/input_clock.c: avoid using mwait() for...
2004-04-29 Gildas Bazin* src/input/demux.c, src/misc/objects.c: demux2 has...
2004-04-24 Yoann Peronneau* input/subtitles.c: first subtitle search path was...
2004-04-23 Gildas Bazin* src/input/control.c, include/ninput.h: Added INPUT_GE...
2004-04-23 Yoann Peronneau* src/input/subtitles.c: corrected bug in subtitle...
2004-04-23 Gildas Bazin* src/input/es_out.c: fix for ES_OUT_RESET_PCR.
2004-04-23 Gildas Bazin* src/input/subtitles.c: fixed memory leak.
2004-04-21 Laurent Aimar* input_dec: do not switch to minimize-threads in sout...
2004-04-20 Yoann PeronneauAdded a --sub-autodetect-path which is a list of paths...
2004-04-18 Gildas Bazin* src/input/*: fixed some deadlock issues.
next