]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* src/audio_output/input.c
[vlc] / ChangeLog
index f678d85e946bf3db344e7779842e45ac9cbaa14f..96e879dd99da53125cdbbb42704f47d928d232bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2003-08-13 Wednesday 18:39  gbazin
+
+ * modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish.
+ * modules/codec/ffmpeg/video.c: forgot a debug message.
+
+2003-08-13 Wednesday 14:17  zorglub
+
+ * 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
+
+2003-08-13 Wednesday 14:06  fenrir
+
+  * ts.c: commented out useless code and an annoying error message.
+
+2003-08-13 Wednesday 13:54  jpsaman
+
+ 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!
+
+2003-08-13 Wednesday 13:50  jpsaman
+
+ Keep track of ioctl_UnsetDMXFilter
+
+2003-08-13 Wednesday 07:03  titer
+
+  Missing file
+
+2003-08-13 Wednesday 01:50  gbazin
+
+ * ChangeLog: guess what ? yeah, yet another update for 0.6.2.
+
+2003-08-13 Wednesday 01:45  gbazin
+
+ * 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.
+
+2003-08-12 Tuesday 18:34  gbazin
+
+ * ChangeLog: re-re-re-updated the changelog for the 0.6.2 release.
+
+2003-08-12 Tuesday 18:25  gbazin
+
+ * po/de.po: update of the german translation by Felix Kühne.
+
+2003-08-12 Tuesday 17:01  gbazin
+
+ *  modules/codec/ffmpeg/video.[ch]: another temporary workaround.
+
+2003-08-12 Tuesday 15:35  jpsaman
+
+ 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.
+
+2003-08-12 Tuesday 14:15  jpsaman
+
+ * more cleanup
+
+2003-08-12 Tuesday 12:43  jpsaman
+
+ * 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.
+
+2003-08-12 Tuesday 08:19  sam
+
+   * modules/demux/mkv.cpp: support for libmatroska 0.5.0.
+
+2003-08-11 Monday 23:07  gbazin
+
+ * share/http/index.html: added "del" and "empty" controls.
+
+2003-08-11 Monday 20:49  gbazin
+
+ * ChangeLog: updated changelog for 0.6.2.
+
+2003-08-11 Monday 20:48  gbazin
+
+ * modules/stream_out/transcode.c: work around a problem in ffmpeg with mpeg4 encoding.
+
+2003-08-11 Monday 20:19  fenrir
+
+  * copy: removed annoying debug message.
+
+2003-08-11 Monday 20:18  fenrir
+
+  * httpd: added HEAD command support.
+
+2003-08-11 Monday 19:30  gbazin
+
+ * ChangeLog, po/*: preparing for the 0.6.2 release
+
 2003-08-11 Monday 18:52  gbazin
 
  * modules/packetizer/mpegvideo.c: oops, fixed typo.