2003-11-25 |
Sam Hocevar | * src/misc/modules.c: Allow for premature Ctrl-C... |
tree | commitdiff |
2003-11-25 |
Laurent Aimar | * all: fixed a lot of small memory leaks. |
tree | commitdiff |
2003-11-24 |
Gildas Bazin | * src/input/input_dec.c, include/vlc_codec.h: added... |
tree | commitdiff |
2003-11-24 |
Gildas Bazin | * src/audio_output/mixer.c: fixed timestamp rounding... |
tree | commitdiff |
2003-11-24 |
Laurent Aimar | * moved EsOut* to es_out.c and introduced internal... |
tree | commitdiff |
2003-11-24 |
Gildas Bazin | * src/input/input.c: oops, set the ES format before... |
tree | commitdiff |
2003-11-24 |
Laurent Aimar | * all: do not export input_NullPacket |
tree | commitdiff |
2003-11-24 |
Rocky Bernstein | Change debug output slightly to make more informative... |
tree | commitdiff |
2003-11-24 |
Laurent Aimar | * all: ported/cleaned up/renabled dvb subtitle decoder... |
tree | commitdiff |
2003-11-24 |
Laurent Aimar | * input_ext-dec.c: useless file. |
tree | commitdiff |
2003-11-24 |
Laurent Aimar | * all: removed decoder_fifo_t. |
tree | commitdiff |
2003-11-23 |
Alexis de Lattre | - Updated French translation (still a lot of work to... |
tree | commitdiff |
2003-11-23 |
Gildas Bazin | * src/input/input_dec.c: set p_dec->b_error when we... |
tree | commitdiff |
2003-11-23 |
Simon Latapie | * src/playlist/item.c : stops the playlist if we delet... |
tree | commitdiff |
2003-11-23 |
Laurent Aimar | * input_dec.c: |
tree | commitdiff |
2003-11-22 |
Laurent Aimar | * input_dec: set also p_dec->b_die. |
tree | commitdiff |
2003-11-22 |
Laurent Aimar | * block: initialise all fields. |
tree | commitdiff |
2003-11-22 |
Gildas Bazin | * src/input/input.c: fixed previous fix (sout needs... |
tree | commitdiff |
2003-11-22 |
Gildas Bazin | * src/input/input.c: don't free the ES twice. |
tree | commitdiff |
2003-11-22 |
Sigmund Augdal Helberg | src/playlist/item.c: |
tree | commitdiff |
2003-11-22 |
Eric Petit | src/misc/block.c: added a missing vlc_mutex_destroy() |
tree | commitdiff |
2003-11-22 |
Eric Petit | + modules/misc/freetype.c: fixed a couple of typos |
tree | commitdiff |
2003-11-21 |
Laurent Aimar | * all: remove sout_format_t and use es_format_t instead. |
tree | commitdiff |
2003-11-21 |
Gildas Bazin | * include/vlc_common.h: include stdlib.h |
tree | commitdiff |
2003-11-20 |
Laurent Aimar | include/vlc_es.h: defines es_format_t, audio_format_t... |
tree | commitdiff |
2003-11-19 |
Gildas Bazin | * modules/codec/ffmpeg/: don't re-use the same pts... |
tree | commitdiff |
2003-11-19 |
Gildas Bazin | * src/misc/modules.c: don't forget to return an error... |
tree | commitdiff |
2003-11-18 |
Laurent Aimar | * input_dec.c : handle SPU_ES (and not as VIDEO_ES... |
tree | commitdiff |
2003-11-18 |
Gildas Bazin | * src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :) |
tree | commitdiff |
2003-11-18 |
Laurent Aimar | * allow packetizer to return multiple blocks at once. |
tree | commitdiff |
2003-11-16 |
Gildas Bazin | * ALL: moved i_bitrate out of audio_format_t into es_fo... |
tree | commitdiff |
2003-11-16 |
Gildas Bazin | * modules/codec/ffmpeg/video.c, src/input/input_dec... |
tree | commitdiff |
2003-11-16 |
Gildas Bazin | * ALL: final improvements to the decoders/packetizers... |
tree | commitdiff |
2003-11-15 |
Derk-Jan Hartman | * spelling fix |
tree | commitdiff |
2003-11-14 |
Derk-Jan Hartman | * Fix the label in the prefs of the play/pause hotkey. |
tree | commitdiff |
2003-11-14 |
Derk-Jan Hartman | * fixed playlist_Pause |
tree | commitdiff |
2003-11-13 |
Laurent Aimar | * input: handle also SPU in es_out_Add (and fix a... |
tree | commitdiff |
2003-11-13 |
Laurent Aimar | * src/input/input.c: es_out_Add automatically add... |
tree | commitdiff |
2003-11-12 |
Clément Stenac | Support for announcement of playlist group in SAP announces |
tree | commitdiff |
2003-11-11 |
Derk-Jan Hartman | * include/vlc_keys.h: added StringToKey() |
tree | commitdiff |
2003-11-11 |
Derk-Jan Hartman | * when config_ResetAll() a key config value becomes... |
tree | commitdiff |
2003-11-10 |
Derk-Jan Hartman | * New Hungarian translation contributed by 'DirectX... |
tree | commitdiff |
2003-11-09 |
Eric Petit | + modules/gui/beos/VideoOutput.cpp: fixed modifiers |
tree | commitdiff |
2003-11-08 |
Eric Petit | + configure.ac: link httpd and stream_out_standard... |
tree | commitdiff |
2003-11-07 |
Christophe Massiot | * src/misc/threads.c: Implementation of real-time prior... |
tree | commitdiff |
2003-11-06 |
Damien Lucas | dvbsub.c: DVB subtitles decoder (ETSI EN 300 743).... |
tree | commitdiff |
2003-11-05 |
Gildas Bazin | * include/vlc_codec.h, modules/codec/ffmpeg/encoder... |
tree | commitdiff |
2003-11-05 |
Gildas Bazin | * src/input/input.c: honor the --demux config option... |
tree | commitdiff |
2003-11-05 |
Gildas Bazin | * include/configuration.h: some small re-work of the... |
tree | commitdiff |
2003-11-04 |
Gildas Bazin | * src/video_output/vout_synchro.c, include/vout_synchro... |
tree | commitdiff |
2003-11-04 |
Laurent Aimar | * input: fixed position-offset, time and time-offset. |
tree | commitdiff |
2003-11-02 |
Clément Stenac | Removed debug messages |
tree | commitdiff |
2003-11-02 |
Gildas Bazin | * src/audio_output/input.c: on-the-fly visualization... |
tree | commitdiff |
2003-11-02 |
Derk-Jan Hartman | * modules/audio_output/input.c: created variables to... |
tree | commitdiff |
2003-10-30 |
Derk-Jan Hartman | * implemented a vout_OSDMessage to display messages... |
tree | commitdiff |
2003-10-30 |
Gildas Bazin | * modules/control/hotkeys.c, src/libvlc.h, include... |
tree | commitdiff |
2003-10-29 |
Clément Stenac | Grmbl, it was obvious I would forget to add the new... |
tree | commitdiff |
2003-10-29 |
Clément Stenac | * src/playlist/* && Makefile.am |
tree | commitdiff |
2003-10-29 |
Gildas Bazin | * ALL: improved hotkeys support. |
tree | commitdiff |
2003-10-28 |
Derk-Jan Hartman | * src/misc/darwin_specific.m: fixed some languages. |
tree | commitdiff |
2003-10-27 |
Gildas Bazin | * src/audio_output/dec.c: moved the audio desync option... |
tree | commitdiff |
2003-10-26 |
Sigmund Augdal Helberg | modules/access/dvdplay/intf.c: |
tree | commitdiff |
2003-10-26 |
Sigmund Augdal Helberg | src/libvlc.c: |
tree | commitdiff |
2003-10-25 |
Sam Hocevar | * include/vlc_common.h: |
tree | commitdiff |
2003-10-24 |
Gildas Bazin | * configure.ac: fix for wxWindows headers detection. |
tree | commitdiff |
2003-10-23 |
Sam Hocevar | * src/libvlc.c: hid p_static_vlc in a vlc_current_obj... |
tree | commitdiff |
2003-10-22 |
Gildas Bazin | * configure.ac, modules/codec/Modules.am, modules/codec... |
tree | commitdiff |
2003-10-20 |
Gildas Bazin | * src/playlist/playlist.c: added a playlist var_Set... |
tree | commitdiff |
2003-10-20 |
Clément Stenac | Removed an awful debug message |
tree | commitdiff |
2003-10-20 |
Derk-Jan Hartman | * Added a "demuxed-id3" variable to input.c so id3tags... |
tree | commitdiff |
2003-10-19 |
Gildas Bazin | * src/playlist/playlist.c: fixed locking problem. |
tree | commitdiff |
2003-10-17 |
Gildas Bazin | * src/video_output/vout_synchro.c: mpeg video synchro... |
tree | commitdiff |
2003-10-14 |
Gildas Bazin | * src/interface/interface.c: interfaces added on the... |
tree | commitdiff |
2003-10-14 |
Gildas Bazin | * modules/gui/wxwindows/*: don't forget to delete the... |
tree | commitdiff |
2003-10-12 |
Derk-Jan Hartman | * Updated the pt_BR translation |
tree | commitdiff |
2003-10-12 |
Gildas Bazin | * src/video_output/video_text.h: removed useless file. |
tree | commitdiff |
2003-10-11 |
Derk-Jan Hartman | * src/input/subtitles.c: made the autodetection fuzzine... |
tree | commitdiff |
2003-10-11 |
Derk-Jan Hartman | * src/misc/charset.c: Fixed a segfault and removed... |
tree | commitdiff |
2003-10-10 |
Gildas Bazin | * src/input/input_dec.c: use VLC_OBJECT_PACKETIZER... |
tree | commitdiff |
2003-10-09 |
Christophe Massiot | HOLY SHIT, IS IT TOO DIFFICULT TO COMPILE YOUR SOURCE... |
tree | commitdiff |
2003-10-08 |
Gildas Bazin | * include/vlc_codec.h: defines decoders/encoders relate... |
tree | commitdiff |
2003-10-08 |
Gildas Bazin | * include/vlc_help.h src/libvlc.h: thou shalt not hardc... |
tree | commitdiff |
2003-10-08 |
Clément Stenac | * modules/misc/httpd.c: added missing sanity checks |
tree | commitdiff |
2003-10-07 |
Gildas Bazin | * src/misc/modules.c: win32 compilation fix. |
tree | commitdiff |
2003-10-06 |
Clément Stenac | * include/vlc_playlist.h |
tree | commitdiff |
2003-10-06 |
Gildas Bazin | * src/input/input_dec.c: forgot to commit that with... |
tree | commitdiff |
2003-10-05 |
Gildas Bazin | * src/video_output/video_output.c: fixed a recent patch... |
tree | commitdiff |
2003-10-05 |
Sam Hocevar | * configure.ac: |
tree | commitdiff |
2003-10-05 |
Sam Hocevar | * src/misc/modules.c, src/misc/modules_plugin.h.in: |
tree | commitdiff |
2003-10-04 |
Sam Hocevar | * src/misc/modules_plugin.h.in: Added a missing retur... |
tree | commitdiff |
2003-10-04 |
Sam Hocevar | * src/misc/modules_plugin.h.in: More meaningful error... |
tree | commitdiff |
2003-10-04 |
Christophe Massiot | Fixed dyld commit. |
tree | commitdiff |
2003-10-04 |
Sam Hocevar | * configure.ac: |
tree | commitdiff |
2003-10-03 |
Sigmund Augdal Helberg | src/libvlc.h: fixed line length of a string |
tree | commitdiff |
2003-10-03 |
Sam Hocevar | * src/misc/win32_specific.c: minor code clean-up. |
tree | commitdiff |
2003-10-02 |
Derk-Jan Hartman | * src/libvlc.h: |
tree | commitdiff |
2003-10-02 |
Derk-Jan Hartman | * Small fix to doxygen comments |
tree | commitdiff |
2003-10-01 |
Derk-Jan Hartman | * modules/misc/freetype.c: spelling errors |
tree | commitdiff |
2003-09-30 |
Derk-Jan Hartman | * src/input/input.c: fixed usage of sub-file variable. |
tree | commitdiff |
2003-09-30 |
Derk-Jan Hartman | * Select the subtitle track, if it's specified via... |
tree | commitdiff |
next |