]> git.sesse.net Git - vlc/history - src
Small update to ARM cross-compile howto
[vlc] / src /
2004-03-28 Derk-Jan Hartman* src/input/stream.c
2004-03-27 Derk-Jan Hartman* src/interface/interface.c
2004-03-26 Gildas Bazin* src/input/control.c: fixed INPUT_DEL_BOOKMARK.
2004-03-24 Gildas Bazin* src/video_output/vout_intf.c: vout_IntfInit() for...
2004-03-23 Gildas Bazin* src/input/*:
2004-03-23 Gildas Bazin* src/misc/variables: fixed mem-leak for VLC_VAR_CLEARC...
2004-03-22 Laurent Aimar * vlm: fixed some segfaults.
2004-03-22 Laurent Aimar * all: forgot to commit theses files.
2004-03-22 Gildas Bazin* src/misc/modules.c: compilation fix.
2004-03-22 Laurent Aimar * vlm: better vlm_Show.
2004-03-21 Laurent Aimar * vlm.*: move vlm to the core (now, vlm_New create...
2004-03-19 Laurent Aimar * demux: demux2_New -> try to start faster selecting...
2004-03-18 Rocky BernsteinCorrect MRL syntax.
2004-03-14 Clément StenacFix deadlocks in playlist
2004-03-13 Jean-Paul Samanremoved unused variables
2004-03-13 Laurent Aimar * block.c: fixed block realloc.
2004-03-12 Gildas Bazin* src/playlist/item-ext.c: playlist_AddExt() needs...
2004-03-11 Laurent Aimar * block: a little pre header + padding.
2004-03-11 Laurent Aimar * stream_output: sout_buffer_t -> block_t.
2004-03-11 Laurent Aimar * input_dec: sout uses block_t.
2004-03-11 Gildas Bazin* input/input_ext-plugins.c:
2004-03-11 Gildas Bazin* src/libvlc.h, src/input/input.c:
2004-03-10 Laurent Aimar * stream_output.c: delete meta informations after...
2004-03-10 Laurent Aimar * input, stream_output: handle sout_instance_t->p_meta.
2004-03-10 Laurent Aimar * httpd: fixed a big mem leak for http streaming.
2004-03-09 Gildas Bazin* include/vlc_common.h: free tab if empty in TAB_REMOVE().
2004-03-08 Gildas Bazin* src/misc/net.c: fixes a few corner cases.
2004-03-08 Gildas Bazin* src/misc/httpd.c: don't read past the end of our...
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-03-06 Gildas Bazin* src/input/input_dec.c: fix for input_EndDecoder(...
2004-03-06 Laurent Aimar * all: implemented sout asynch support. (ie sout will...
2004-03-06 Laurent Aimar * httpd: fixed handling of 'Connection: '.
2004-03-05 Laurent Aimar * input/input.c, libvlc.h: implemented new way to...
2004-03-05 Carlo CalabròString review, as promised :)
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-04 Laurent Aimar * modules.c: fixed module_Need. (but I'm not sure...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Sigmund Augdal Helbergsrc/misc/modules.c:
2004-03-03 Laurent Aimar * objects: include vlc_http.h
2004-03-03 Laurent Aimar * include/httpd.h, modules/misc/httpd.c: remove old...
2004-03-03 Laurent Aimar demux: implementation of demux2_vaControlHelper.
2004-03-03 Laurent Aimar * input.c: add Duration to input infos.
2004-03-03 Christophe Massiot* src/input/input_dec.c: Copy block_t::i_flags to sout_...
2004-03-02 Felix Paul Kühne* modules/codec/dvbsub.c: disabled translation of some...
2004-02-29 Gildas Bazin* src/misc/variables.c: fixed memleak.
2004-02-28 Gildas Bazin* src/playlist/*: portability fixes, moved playlist_Add...
2004-02-27 Laurent Aimar * vout_pictures.*: added YVU9.
2004-02-25 Gildas Bazin* src/input/input_dec.c: compilation fix.
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-25 Laurent Aimar * all: fixed sout-audio/video options.
2004-02-23 Gildas Bazin* src/playlist/playlist.c: who said testing was useful ?
2004-02-23 Gildas Bazin* src/playlist/playlist.c: bug fix.
2004-02-23 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: don't update...
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-22 Christophe Massiot* Updated contrib build system
2004-02-22 Gildas Bazin* configure.ac: added an --enable-utf8 option (default...
2004-02-22 Gildas Bazin* ALL: preparation for 0.7.1-test2.
2004-02-20 Christophe Massiot* src/misc/threads.c: made vlc_set_thread_priority...
2004-02-17 Derk-Jan Hartman* vout_OSDMessage doxygen doc update
2004-02-16 Clément StenacFix setting the name and the author with DEMUX_GET_META
2004-02-15 Sigmund Augdal Helberginclude/osd.h, src/video_output/video_text.c:
2004-02-11 Laurent Aimar * all: added a "input-repeat" option that allow repeat...
2004-02-09 Sigmund Augdal Helbergsrc/extra/libc.c:
2004-02-08 Gildas Bazin* src/playlist/*: fixed complete fuckage of playlist_It...
2004-02-08 Laurent Aimar * input.c: don't add subtitle track twice when using...
2004-02-08 Gildas Bazin* src/interface/interface.c: added skins2 to the interf...
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-02-01 Sigmund Augdal Helbergsrc/misc/cpu.c:
2004-01-31 Laurent Aimar * es_out: reorder meta infos.
2004-01-31 Laurent Aimar * es_out: Set Language.
2004-01-31 Alexis de Lattre * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP...
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 Gildas Bazin* modules/codec/speex.c, src/misc/win32_specific.c...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-29 Gildas Bazin* src/misc/configuration.c, include/configuration.h...
2004-01-29 Laurent Aimar * input_programs.c: AddES sets default i_stream_id...
2004-01-29 Sigmund Augdal Helberginclude/vlc_common.h:
2004-01-27 Gildas Bazin* modules/packetizer/mpegvideo.c: fixed major bug where...
2004-01-26 Derk-Jan Hartman* Fix autodetection bug with file:///
2004-01-26 Laurent Aimar * playlist: fix for input options.
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-25 Clément StenacFirst round of stringreview
2004-01-25 Gildas Bazin* src/libvlc.c: another couple of changes to the -...
2004-01-25 Gildas Bazin* src/libvlc.c: improved --help output.
2004-01-23 Rocky BernsteinCompilation bug: can't have preprocessor directives...
2004-01-23 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2004-01-23 Clément Stenac* Doxygen doc fixes
2004-01-22 Gildas Bazin* src/playlist/loadsave.c: errno.h related fixes.
next