https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
2947bc3 * Renamed all tags (eg. v0_2_83 -> 0.2.83). 06 March 2004, 17:59:16 UTC
88957e2 This commit was manufactured by cvs2svn to create tag 'v0_6_2'. 05 March 2004, 15:19:14 UTC
2433ab0 * modules/stream_out/standard.c: fixed segfault on close. 13 August 2003, 21:15:42 UTC
26db09c * include/announce.h, src/stream_output/announce.c, modules/stream_out/standard.c: fixed broken build. 13 August 2003, 19:38:28 UTC
36edc5e * ChangeLog: yeah I know... don't laugh. 13 August 2003, 19:18:46 UTC
84509c4 * modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish. * modules/codec/ffmpeg/video.c: forgot a debug message. 13 August 2003, 18:39:53 UTC
b83deb1 * configure.ac : we need to define HAVE_SLP_H * include/announce.h & vlc_common.h: slp_session_t structure definition * module/stream_out/standard.c & src/stream_output/announce.c : SLP announcing support by vlc 13 August 2003, 14:17:26 UTC
dcda9be * ts.c: commented out useless code and an annoying error message. 13 August 2003, 14:06:37 UTC
2f04d37 Fixed segmentation fault in input_SplitBuffer() when input_FillBuffer() could not allocate (actually input_NewBuffer()) another buffer. The code tested for: if (!i_size) { /* Handle error */ } However input_SplitBuffer() returns -1, which results in if (false) here and a segmentation fault will happen when input_ShareBuffer() is called. All constructs of the above form are supicious to produce a segfault in the code! 13 August 2003, 13:54:02 UTC
2e6a047 Keep track of ioctl_UnsetDMXFilter 13 August 2003, 13:50:13 UTC
5b838f1 Missing file 13 August 2003, 07:03:17 UTC
404a68a * ChangeLog: guess what ? yeah, yet another update for 0.6.2. 13 August 2003, 01:50:47 UTC
38b5689 * modules/access/dvdplay/*: support for dvd menus navigation ("dvd_menus" object variable). * modules/gui/wxwindows/menus.cpp: support for dvd menus navigation. * src/input/input_programs.c: programs object var was not reset correctly. 13 August 2003, 01:45:13 UTC
e69c7de * ChangeLog: re-re-re-updated the changelog for the 0.6.2 release. 12 August 2003, 18:34:47 UTC
e005b88 * po/de.po: update of the german translation by Felix K�hne. 12 August 2003, 18:25:45 UTC
d24ab97 * modules/codec/ffmpeg/video.[ch]: another temporary workaround. 12 August 2003, 17:01:35 UTC
61529b8 Fixed long problem with tuning to frequencies like; 12669500 Hz which is not possible with the old satellite plugin, because it reads 12669,5 in kHz and could not be expressed. * Frequency, symbol rate, LNB_LOF1, LNB_LOF2 and LNB_SLOF are in Hz now. Input methods "dvb", "qpsk", "cable", "terrestrial" use this policy. * Added backwards compatibility with access method "satellite" as used by the GUI; frequency and symbol rate are interpreted as kHz. 12 August 2003, 15:35:26 UTC
51c3cea * more cleanup 12 August 2003, 14:15:41 UTC
f404f6c * Audio is verified to work, it was a problem with the test setup and not with the code ;-). * Added code to support LNB_LOF1, LNB_LOF2, LNB_SLOF commandline options. * Cleanup of code. 12 August 2003, 12:43:47 UTC
2cae3dc * modules/demux/mkv.cpp: support for libmatroska 0.5.0. 12 August 2003, 08:19:20 UTC
235b019 * share/http/index.html: added "del" and "empty" controls. 11 August 2003, 23:07:46 UTC
91f69ae * ChangeLog: updated changelog for 0.6.2. 11 August 2003, 20:49:53 UTC
91c356b * modules/stream_out/transcode.c: work around a problem in ffmpeg with mpeg4 encoding. 11 August 2003, 20:48:19 UTC
3460442 * copy: removed annoying debug message. 11 August 2003, 20:19:45 UTC
4d907c9 * httpd: added HEAD command support. 11 August 2003, 20:18:02 UTC
5e422b1 * ChangeLog, po/*: preparing for the 0.6.2 release 11 August 2003, 19:30:36 UTC
a36b1a8 * modules/packetizer/mpegvideo.c: oops, fixed typo. 11 August 2003, 18:52:41 UTC
e42f7d1 * modules/packetizer/mpegvideo.c: small clarification. * modules/gui/wxwindows/wxwindows.cpp: don't try to destroy wxWindows objects when wxWindows has already exited. 11 August 2003, 17:31:15 UTC
10b01ed * mpegvideo.c: try to set a better value for length. (I am not sure it is the good one but it give far better result). dts/pts/length computation should be verified. 10 August 2003, 22:13:05 UTC
ae141f9 * ALL: preparing for a 0.6.2 release 10 August 2003, 21:26:07 UTC
8a07cfa * modules/mux/mpeg/ts.c: oops. 10 August 2003, 14:23:15 UTC
69382bf * modules/demux/mkv.cpp, modules/mux/avi.c, modules/mux/mpeg/ts.c, modules/packetizer/copy.c: thou shalt not use %lld which is not portable. 10 August 2003, 14:21:16 UTC
a172a55 * modules/access/vcd/vcd.c: a few navigation fixes. 10 August 2003, 13:35:03 UTC
e73a028 * modules/LIST: Updated all modules * modules/list.sh: piggy list consistency checker (should probably be added to toolbox or trashed) * modules/access/slp.c : Fixed service detection (findsrvtypes returns a comma-separated list of services) 10 August 2003, 12:45:52 UTC
f64bdcc * modules/codec/subsdec/subsdec.[c,h]: added --subsdec-align option to specify center, left or right alignment. * include/osd.h, modules/misc/freetype.c: support for center alignment. * modules/gui/wxwindows/subtitles.cpp: string change. 10 August 2003, 10:22:52 UTC
49d0006 * include/configuration.h: bug fix for add_string_from_list() * modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog. 10 August 2003, 09:22:07 UTC
c095b59 * modules/codec/ffmpeg/video.c: temporary hack to work around demuxers that set the DTS value in p_pes->i_pts. * modules/demux/ogg.c: don't try anymore to send interpolated pts to ffmpeg. 09 August 2003, 19:49:13 UTC
7fb2bf9 * modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults. 09 August 2003, 19:39:17 UTC
417c12f * modules/access/vcd/cdrom.c: switching to YellowMode2 for reading VCDs apparently created problems for some people so the reading is reverted to XAForm2 and only if this one fails we try YellowMode2. Hopefully that will still allow us to read the SVCD DATA track. 09 August 2003, 19:14:16 UTC
d906919 * src/stream_output/stream_output.c, include/stream_output.h: added an i_padding field to sout_instance_t so we can allocate sout_buffers with a bit more space than asked for (needed for ffmpeg decoding). * modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams. Added support for b frames (bframe=x option) + couple of bug fixes. 09 August 2003, 14:59:24 UTC
b3b99a1 * modules/codec/ffmpeg/: proper generation of pts in the video decoder + couple of bug fixes + cleanup. The ffmpeg video decoder can now be used to decode mpeg1/2 videos as well. * modules/codec/libmpeg2.c: upped priority so it will be used to decode mpeg1/2 videos instead of ffmpeg. 08 August 2003, 17:08:32 UTC
48ab498 * src/input/input_clock.c: reverted the patch that caused the regression in 0.6.1 * modules/packetizer/copy.c: fixed segfault * modules/gui/wxwindows/wxwindows.cpp: compilation fix for wxWindows 2.5 cvs 08 August 2003, 16:50:27 UTC
417b4c2 * modules/gui/macosx/prefs.m: Localized two strings. 08 August 2003, 16:41:04 UTC
97973a8 Updated my entry. 06 August 2003, 12:01:06 UTC
dce7d83 The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'. 05 August 2003, 11:54:11 UTC
fcdf605 Added glade2 project file. 05 August 2003, 11:52:42 UTC
a22d335 Removing file. 05 August 2003, 11:51:20 UTC
d477acf Removing files for Familiar interface (Gtk+1.2 and GPE). 05 August 2003, 11:49:14 UTC
2c4e15b Fixed superflous tuning ;-) 05 August 2003, 10:39:25 UTC
756a9df - Enabled tuning for DVB-C and DVB-T cards. - Syncing with old satellite plugin. - Cleanup of code. 05 August 2003, 09:35:33 UTC
712d1a8 * VLC_AddTarget had a new prototype 05 August 2003, 08:02:28 UTC
eb1818e * sdp: near implemented basic RTP reading (MPA payload type may work when used without RTSP). 05 August 2003, 01:27:45 UTC
d1e33e2 * src/video_output/video_text.c: removed legacy code that has been rotting for ages. 04 August 2003, 23:35:25 UTC
5e20768 * modules/misc/freetype.c: don't assume input string is in utf8 when calculating its length (better alloc more space than necessary). + cleanup. 04 August 2003, 23:31:53 UTC
ac9acd6 * ts: fixed a segfault when removing PCR stream. 04 August 2003, 22:49:02 UTC
77c1e95 * sdp: begun to implement RTP code. (Not yet usefull) 04 August 2003, 18:50:36 UTC
b4bd219 Added a error message that the default values are used. 04 August 2003, 12:40:22 UTC
a875b83 Tuning succeeds, but have no audio yet. Major cleanup of code. 04 August 2003, 12:34:52 UTC
f853698 Fixed missing headerfile. 04 August 2003, 12:34:20 UTC
64cf250 * sdp: - fixed loading of file > 1024 bytes. - more processing -> now it should extract enough informations to build RTP/RTSP session. (Does not play anything yet) 04 August 2003, 00:48:11 UTC
e1aabc8 * src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables). * modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec. * modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;) 03 August 2003, 23:11:21 UTC
5a4904c * src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1; 03 August 2003, 20:25:04 UTC
aba56b6 * modules/access_out/http.c : using ability to give parametters to a specific sout module to set user and password fot http access out. new syntax is '#dst{access=http{user=foo,pass=bar}} --sout-http-user and --sout-http-pwd parametters have been deleted. 03 August 2003, 16:36:20 UTC
e4c2f34 * sdp: parse 'a=' field. 03 August 2003, 16:22:48 UTC
8736900 * sdp: begining of a SDP parser. It won't let you play anything for now, it just does (incomplete) parsing. 03 August 2003, 15:25:33 UTC
67226ea configure.ac : added needed linking flags for BeOS/Zeta Makefile.am : cleaned make packages-beos 03 August 2003, 13:49:37 UTC
eb8fdde * rtsp: mmmh, close the socket. 03 August 2003, 12:04:28 UTC
0927763 rtsp: connect to an RTSP server, issue a DESCRIBE command and return the answer. It WON'T let you do rtsp as we first need a SDP parser/demuxer, but it is on the way. The idea is to have a generic SDP demuxer that will work with SDP from file, http or rtsp. 03 August 2003, 02:00:00 UTC
6200393 * modules/access/http.c - Didn't take into consideration a little change of behavior between config_GetPsz and var_Get during my last commit, so that we were sending authentification information even if there wasn't any. 02 August 2003, 19:30:35 UTC
952e0d0 * ninput : a little developer documentation. 02 August 2003, 19:16:04 UTC
bb15cea * all: some helpers functions for pf_demux_control. 02 August 2003, 16:43:59 UTC
ed8d7b2 * all: added a pf_demux_control member to input_thread_t. It is currently unused. 02 August 2003, 15:22:07 UTC
da86628 * ALL: bumped version number to 0.6.2-cvs * modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead. 02 August 2003, 14:06:23 UTC
537cb48 * ps: clean up and dvd subtitles support. 02 August 2003, 01:33:53 UTC
6cad86e * modules/mux/mp4.c: support for mov muxing + cleanup. * modules/codec/quicktime.c: small cleanup. 01 August 2003, 20:06:43 UTC
3efebdb * udp: clean up. 01 August 2003, 19:38:48 UTC
c2f4acb ts: large rewrite of the TS muxer to produce better TS and support DVD subtitle. I have added some options: - bmin : minimum bitrate (bits/s) of the TS. Padding is added in case of insuffisant bitrate. (default: disabled). - bmax : maximum bitrate (bit/s) of the TS. It just drops packets to achieve the target. (default: disabled) - pcr : minimum delay between two pcr equal to dts of the video stream (default 100ms) - pcr-soft : minimum delay between two pcr interpolated from the pcr that are equal to dts. (default: none) Remarks: - bmin/bmax allow to create CBR stream. - Bitrate is calculated on a PCR time. - PCR delay cannot be less than length of a frame of the PCR stream. - PCR soft is used to help when using big PCR delay. It is usefull to produce stream with smoother bitrate variation. - Big PCR delay introduce more latency. TODO: Test stability, bugs ... 01 August 2003, 19:38:25 UTC
95a1091 * ts.c: arggg, bad copy/past. 01 August 2003, 18:49:51 UTC
b62b282 * stream_output.c: fixed a segfault when muxer isn't specified. 01 August 2003, 18:42:56 UTC
57b0e5a * ts: apply patch of Andy Lindsay (fix one memory leak and PMT handling) converted all u8,u16,u32 into uint8_t, uint16_t, uint32_t 01 August 2003, 18:02:06 UTC
2a922dd * index.html,style.css : remove built-in css file. added link to info.html. 01 August 2003, 17:38:14 UTC
6ac29ee * http: added mime type for .css file. 01 August 2003, 17:30:33 UTC
6693320 * info: commit the good file... 01 August 2003, 17:21:34 UTC
b0baada * modules/access/http.c: + Coding style fixes. + Removed a C99-ism. 01 August 2003, 09:45:34 UTC
b01cc01 * debian/rules: + Activated freetype support. * debian/control: + Added a build-dependency on freetype6-dev. + Added a build-dependency on libdvbpsi2-dev. + We now recommend gnome-vlc | wxvlc. + We now suggest fortune-mod. 01 August 2003, 08:24:53 UTC
60a9c48 * wav: forgot this one. 01 August 2003, 00:55:30 UTC
75d4217 * configure.ac: audio -> mpga * demux/* : function name consistency. 01 August 2003, 00:40:05 UTC
3051781 * mpga: mp3 demuxer written from scratch using ninput.h 01 August 2003, 00:37:06 UTC
3b20789 * configure.ac: remove old wav and aac directories. 01 August 2003, 00:26:22 UTC
5cb3ffd * wav: remove old wav demuxer. 01 August 2003, 00:18:51 UTC
564ef96 * aac/* remove old aac demuxer. 01 August 2003, 00:18:11 UTC
afe6ac2 * Modules.am : added aac.c and wav.c * asf/asf.c: better check for invalid header. 01 August 2003, 00:16:37 UTC
5aa4f28 * wav.c : big clean up and use ninput.h 01 August 2003, 00:09:37 UTC
ea6b5e7 * aac.c : big clean up and use ninput.h 01 August 2003, 00:08:35 UTC
6235a42 au.c : cleaned up and use ninput.h 01 August 2003, 00:05:57 UTC
bf73ff6 * src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams. * modules/access/dvb/qpsk.c: gettext reserves the use of _(""). * modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out) 01 August 2003, 00:05:07 UTC
4cd852f a52sys.c: completely rewritten a52 stream demuxer. Now you should be able to play such file. 01 August 2003, 00:04:28 UTC
aabedc3 * modules.c : include ninput.h 01 August 2003, 00:00:50 UTC
1e9877b * vlc_common.h: include stdarg.h by default. Required by ninput.h * ninput.h : extracted duplicated stream functions from a lot of demuxers and do a nice (?) API. * stream.c: implement basic streams manipulation. It is just a wrapper but it is useful. * all: added a i_ttl field in network_socket_t to allow per connection ttl setting (in fact only used by access_out/udp.c. 01 August 2003, 00:00:12 UTC
0d39f13 * all: added a i_ttl field in network_socket_t to allow per connection ttl setting (in fact only used by access_out/udp.c. 31 July 2003, 23:44:49 UTC
back to top