]> git.sesse.net Git - vlc/history - src/input
* modules/stream_out/transcode.c: added YV12 raw video fourcc (chroma planes will...
[vlc] / src / input /
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...
2003-10-10 Gildas Bazin* src/input/input_dec.c: use VLC_OBJECT_PACKETIZER...
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-10-06 Gildas Bazin* src/input/input_dec.c: forgot to commit that with...
2003-10-02 Derk-Jan Hartman* Small fix to doxygen comments
2003-10-01 Derk-Jan Hartman* modules/misc/freetype.c: spelling errors
2003-09-30 Derk-Jan Hartman* src/input/input.c: fixed usage of sub-file variable.
2003-09-30 Derk-Jan Hartman* Select the subtitle track, if it's specified via...
2003-09-22 Derk-Jan Hartman* modules/gui/macosx/playlist.?: implemented Save Playlist
2003-09-20 Gildas Bazin* src/input/input_programs.c: p_input->stream.p_selecte...
2003-09-20 Laurent Aimar * input: added position-offset and time-offset for...
2003-09-15 Laurent Aimar * input: one lock issue.
2003-09-13 Laurent Aimar * src/video_output/video_output.c : do not use FIND_...
2003-09-12 Laurent Aimar * include/stream_output.h include/vlc_common.h ...
2003-09-12 Laurent Aimar * include/input_ext-intf.h : added stream_t member...
2003-09-08 Laurent Aimar* stream : convert a msg_Err into msg_Warn.
2003-09-07 Laurent Aimar * input: introduce 'position', 'time', 'length', ...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-20 Laurent Aimar * stream: less warnings.
2003-08-18 Laurent Aimar * all: added stream_DataPacket
2003-08-17 Laurent Aimar * all: removed all u8/u16/.... occurences.
2003-08-14 Sigmund Augdal Helberginclude/ninput.c, src/input/stream.c:
2003-08-13 Jean-Paul SamanFixed segmentation fault in input_SplitBuffer() when...
2003-08-13 Gildas Bazin* modules/access/dvdplay/*: support for dvd menus navig...
2003-08-08 Gildas Bazin* src/input/input_clock.c: reverted the patch that...
2003-08-03 Gildas Bazin* src/input/input_ext-plugins.c: fixed nasty segfault...
2003-08-02 Laurent Aimar * all: some helpers functions for pf_demux_control.
2003-08-02 Laurent Aimar * all: added a pf_demux_control member to input_thread...
2003-08-01 Gildas Bazin* src/input/input_clock.c: fixed 2 regressions in 0...
2003-08-01 Laurent Aimar * vlc_common.h: include stdarg.h by default. Required...
2003-07-30 Gildas Bazin* modules/control/http.c: on win32 we store the html...
2003-07-28 Christophe Massiot* Fixed my last commit.
2003-07-27 Gildas Bazin* src/input/input_ext-plugins.c: forgot to re-lock...
2003-07-27 Christophe Massiot* src/input/input_clock.c: Fixed two long-standing...
2003-07-23 Gildas Bazin* include/variables.h, src/misc/variables.c: you can...
2003-07-23 Gildas Bazin* ALL: changes to the playlist_Add() and VLC_AddTarget...
2003-07-20 Gildas Bazin* src/input/input_ext-plugins.c: fixed previous commit.
2003-07-20 Gildas Bazin* src/input/input_ext-plugins.c: in input_FillBuffer...
2003-07-13 Christophe Massiot* Only allow 4x fast-forward, since 8x won't work on...
2003-06-28 Laurent Aimar * input: close all vouts (not only the first one).
2003-06-28 Laurent Aimar * input.c : call input_DelInfo _after_ that all decode...
2003-06-24 Sam Hocevar * include/interface.h: renamed this file to vlc_inter...
2003-05-31 Eric Petit * src/input/input_ext-intf.c : added an input_SetRate...
2003-05-27 Derk-Jan Hartman* Turn mem leaks into warning's instead of errors....
2003-05-22 Gildas Bazin* src/audio_output/*, src/input/*: fixed the audio...
2003-05-18 Laurent Aimar * input_program.c: input_DelES destroyed the decoder...
2003-05-17 Gildas Bazin* include/input_ext-intf.h: forgot this file in my...
next