]> git.sesse.net Git - vlc/history - src/input
Updated Dutch translation.
[vlc] / src / input /
2004-02-25 Gildas Bazin* src/input/input_dec.c: compilation fix.
2004-02-25 Laurent Aimar * all: fixed sout-audio/video options.
2004-02-22 Laurent Aimar * input_programs.c: a little memleak.
2004-02-22 Laurent Aimar * all: changed the prototype of sout_InputNew.
2004-02-16 Clément StenacFix setting the name and the author with DEMUX_GET_META
2004-02-11 Laurent Aimar * all: added a "input-repeat" option that allow repeat...
2004-02-08 Laurent Aimar * input.c: don't add subtitle track twice when using...
2004-02-06 Gildas Bazin* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE...
2004-02-02 Laurent Aimar * stream: gcc < 3 fix.
2004-02-02 Laurent Aimar * input: gcc < 3 fix.
2004-01-31 Laurent Aimar * es_out: reorder meta infos.
2004-01-31 Laurent Aimar * es_out: Set Language.
2004-01-31 Laurent Aimar * input: call DEMUX_GET_META and fill playlist and...
2004-01-30 Laurent Aimar * all: sout have now access to psz_language.
2004-01-30 Laurent Aimar * es_out: now es_format_t.psz_language could be a...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-29 Laurent Aimar * input_programs.c: AddES sets default i_stream_id...
2004-01-26 Derk-Jan Hartman* Fix autodetection bug with file:///
2004-01-26 Laurent Aimar * all: input_CreateThread doesn't take a playlist_item...
2004-01-26 Derk-Jan Hartman* Remove crud
2004-01-26 Derk-Jan Hartman* String review
2004-01-26 Laurent Aimar * all: make stream_t using function pointers (needed...
2004-01-26 Gildas Bazin* src/input/*, modules/demux/util/sub.[ch]: cleanup...
2004-01-26 Gildas Bazin* modules/demux/util/*: a bit of cleanup.
2004-01-26 Gildas Bazin* src/input/subtitles.c: more sanity checks.
2004-01-25 Clément Stenac* String review, round one
2004-01-22 Laurent Aimar * es_out: Handle --program (not tested) and create...
2004-01-21 Laurent Aimar * stream: made skipping a bit smarter, removed no...
2004-01-20 Laurent Aimar * demux: fixed psz_path value in demux_t.
2004-01-19 Laurent Aimar * all: added a i_id field in es_format_t.
2004-01-18 Gildas Bazin* modules/demux/dvdnav.c: restart the decoders on VTS...
2004-01-18 Laurent Aimar * es_out: give a fourcc to the dummy pmt es_descriptor_t.
2004-01-18 Laurent Aimar * input_dec: exported correct i_group.
2004-01-18 Laurent Aimar * es_out.c: better support for multiple program. ...
2004-01-17 Laurent Aimar * es_out: select es from current program only.
2004-01-17 Gildas Bazin* src/input/demux.c: fixed small mem leak.
2004-01-16 Laurent Aimar * all: added STREAM_GET_MTU and stream_MTU.
2004-01-15 Gildas Bazin* src/input/input.c: fixed memleaks.
2004-01-10 Sigmund Augdal Helbergsrc/input/input.c:
2004-01-07 Laurent Aimar * input: fix to avoid forced subtitle not selected.
2004-01-07 Laurent Aimar * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR...
2004-01-06 Sigmund Augdal Helbergsrc/input/stream.c:
2004-01-06 Clément StenacUpdated copyrights in libvlc
2004-01-05 Clément Stenac modules/demux/util/id3tag.c
2004-01-05 Clément Stenac* Makefile.am : Added src/playlist/item-ext.c and src...
2004-01-04 Laurent Aimar * encoder.c: corrected required LIBAVCODEC_BUILD
2004-01-03 Gildas Bazin* modules/demux/mpeg/mpga.c, src/input/stream.c: fixed...
2003-12-24 Gildas Bazin* include/vlc_block.h: added a temporary i_rate field...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-22 Sam Hocevar * toolbox:
2003-12-08 Gildas Bazin* modules/misc/dummy/*: new --dummy-save-es option...
2003-12-07 Gildas Bazin* src/input/es_out.c: cosmetic changes.
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-12-03 Sigmund Augdal Helbergsrc/input/input.c:
2003-12-03 Rocky BernsteinAdd more uses of msecstotimestr. Remove OFFSETTOTIME_MA...
2003-12-03 Rocky BernsteinAdd a few more fields in the stream info.
2003-12-02 Gildas BazinALL: MSVC compilation fixes to libvlc.
2003-11-30 Laurent Aimar * es_out: implement ES_OUT_SET_PCR and reset but don...
2003-11-30 Laurent Aimar *all: added a --minimize-thread options to make all...
2003-11-29 Christophe Massiot* input: new cr-average option, allowing to configure the
2003-11-29 Laurent Aimar * all: better handling of multiple (video) tracks.
2003-11-28 Laurent Aimar * input: avoid double free/release when InitStream...
2003-11-28 Laurent Aimar * input_dec: does pass empty block to the decoder.
2003-11-27 Laurent Aimar * bug fixes.
2003-11-27 Laurent Aimar * all: added an sout-all option to stream all es ...
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
2003-11-26 Gildas Bazin* src/input/input.c: fixed a whole load of mem leaks...
2003-11-26 Gildas Bazin* ALL: fixed memory leaks.
2003-11-25 Laurent Aimar * all: fixed a lot of small memory leaks.
2003-11-24 Gildas Bazin* src/input/input_dec.c, include/vlc_codec.h: added...
2003-11-24 Laurent Aimar * moved EsOut* to es_out.c and introduced internal...
2003-11-24 Gildas Bazin* src/input/input.c: oops, set the ES format before...
2003-11-24 Laurent Aimar * all: do not export input_NullPacket
2003-11-24 Rocky BernsteinChange debug output slightly to make more informative...
2003-11-24 Laurent Aimar * all: ported/cleaned up/renabled dvb subtitle decoder...
2003-11-24 Laurent Aimar * input_ext-dec.c: useless file.
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-23 Gildas Bazin* src/input/input_dec.c: set p_dec->b_error when we...
2003-11-23 Laurent Aimar * input_dec.c:
2003-11-22 Laurent Aimar * input_dec: set also p_dec->b_die.
2003-11-22 Gildas Bazin* src/input/input.c: fixed previous fix (sout needs...
2003-11-22 Gildas Bazin* src/input/input.c: don't free the ES twice.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-21 Gildas Bazin* include/vlc_common.h: include stdlib.h
2003-11-20 Laurent Aimar include/vlc_es.h: defines es_format_t, audio_format_t...
2003-11-18 Laurent Aimar * input_dec.c : handle SPU_ES (and not as VIDEO_ES...
2003-11-18 Gildas Bazin* src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :)
2003-11-18 Laurent Aimar * allow packetizer to return multiple blocks at once.
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* modules/codec/ffmpeg/video.c, src/input/input_dec...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-13 Laurent Aimar * input: handle also SPU in es_out_Add (and fix a...
2003-11-13 Laurent Aimar * src/input/input.c: es_out_Add automatically add...
2003-11-06 Damien Lucasdvbsub.c: DVB subtitles decoder (ETSI EN 300 743)....
2003-11-05 Gildas Bazin* src/input/input.c: honor the --demux config option...
2003-11-04 Laurent Aimar * input: fixed position-offset, time and time-offset.
2003-10-29 Gildas Bazin* ALL: improved hotkeys support.
2003-10-22 Gildas Bazin* configure.ac, modules/codec/Modules.am, modules/codec...
2003-10-20 Derk-Jan Hartman* Added a "demuxed-id3" variable to input.c so id3tags...
2003-10-11 Derk-Jan Hartman* src/input/subtitles.c: made the autodetection fuzzine...
next