| | 1 | 2003-12-27 Saturday 01:49 rocky |
|---|
| | 2 | |
|---|
| | 3 | Scale bitmaps for 4:3 output |
|---|
| | 4 | |
|---|
| | 5 | 2003-12-26 Friday 02:47 rocky |
|---|
| | 6 | |
|---|
| | 7 | Keep in synch with rest of source. Should also have no effect on upcoming release |
|---|
| | 8 | |
|---|
| | 9 | 2003-12-26 Friday 01:39 rocky |
|---|
| | 10 | |
|---|
| | 11 | Check in a stable copy for reference against future changes. Should |
|---|
| | 12 | not affect or be seen in upcoming release. |
|---|
| | 13 | |
|---|
| | 14 | 2003-12-24 Wednesday 12:38 gbazin |
|---|
| | 15 | |
|---|
| | 16 | * src/libvlc.h: on win9x --win9x-cv-method=0 was problematic (eg. vlc could get stuck during video startup) so --win9x-cv-method=1 is now the default. |
|---|
| | 17 | |
|---|
| | 18 | 2003-12-24 Wednesday 10:06 gbazin |
|---|
| | 19 | |
|---|
| | 20 | * src/libvlc.c: small fixes to Usage(). |
|---|
| | 21 | |
|---|
| | 22 | 2003-12-24 Wednesday 09:46 gbazin |
|---|
| | 23 | |
|---|
| | 24 | * include/vlc_block.h: added a temporary i_rate field to block_t. |
|---|
| | 25 | * modules/codec/libmpeg2.c: synchro uses p_block->i_rate again. |
|---|
| | 26 | * src/input/*: do not decode audio when i_rate != DEFAULT_RATE. |
|---|
| | 27 | |
|---|
| | 28 | 2003-12-23 Tuesday 17:10 gbazin |
|---|
| | 29 | |
|---|
| | 30 | * modules/video_output/directx/events.c: warning message into debug message. |
|---|
| | 31 | |
|---|
| | 32 | 2003-12-23 Tuesday 15:27 gbazin |
|---|
| | 33 | |
|---|
| | 34 | * modules/video_output/directx/events.c: fixed mouse coordinates for dvd navigation which got broken when we switched to using a child window for the video. |
|---|
| | 35 | |
|---|
| | 36 | 2003-12-23 Tuesday 02:11 gbazin |
|---|
| | 37 | |
|---|
| | 38 | * modules/video_output/directx/*: fixed strange race condition. |
|---|
| | 39 | |
|---|
| | 40 | 2003-12-23 Tuesday 00:23 hartman |
|---|
| | 41 | |
|---|
| | 42 | * Fixed and updated for a 00.7 'Bond' release. |
|---|
| | 43 | |
|---|
| | 44 | 2003-12-22 Monday 23:46 hartman |
|---|
| | 45 | |
|---|
| | 46 | * Fix a leak in goom module that caused all the pictures of a vout to be |
|---|
| | 47 | unavailable after several songs. |
|---|
| | 48 | |
|---|
| | 49 | 2003-12-22 Monday 22:37 hartman |
|---|
| | 50 | |
|---|
| | 51 | * stream_Size reports the size of a stream, not stream_Tell |
|---|
| | 52 | This fixes the ID3 detection of ID3v1. |
|---|
| | 53 | |
|---|
| | 54 | 2003-12-22 Monday 17:44 gbazin |
|---|
| | 55 | |
|---|
| | 56 | * modules/access/dshow/dshow.cpp: fixed previous fix. |
|---|
| | 57 | |
|---|
| | 58 | 2003-12-22 Monday 17:08 bigben |
|---|
| | 59 | |
|---|
| | 60 | back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item |
|---|
| | 61 | |
|---|
| | 62 | 2003-12-22 Monday 16:42 gbazin |
|---|
| | 63 | |
|---|
| | 64 | * modules/access/dshow/dshow.cpp: small fix for devices list. |
|---|
| | 65 | |
|---|
| | 66 | 2003-12-22 Monday 16:40 gbazin |
|---|
| | 67 | |
|---|
| | 68 | * modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs. |
|---|
| | 69 | |
|---|
| | 70 | 2003-12-22 Monday 15:42 gbazin |
|---|
| | 71 | |
|---|
| | 72 | * modules/gui/wxwindows/*: use our new wxL2U() macro where needed. |
|---|
| | 73 | |
|---|
| | 74 | 2003-12-22 Monday 14:45 hartman |
|---|
| | 75 | |
|---|
| | 76 | * Fix the 'currently playing' field in the OSX intf. |
|---|
| | 77 | |
|---|
| | 78 | 2003-12-22 Monday 14:32 sam |
|---|
| | 79 | |
|---|
| | 80 | * Coding style cleanup: removed tabs and trailing spaces. |
|---|
| | 81 | |
|---|
| | 82 | 2003-12-22 Monday 14:31 gbazin |
|---|
| | 83 | |
|---|
| | 84 | * modules/gui/wxwindows/*: don't forget to convert the filename/author fields in the playlist to the encoding in use by the wxWindows interface. |
|---|
| | 85 | |
|---|
| | 86 | 2003-12-22 Monday 14:23 sam |
|---|
| | 87 | |
|---|
| | 88 | * src/misc/iso-639_def.h modules/demux/util/id3genres.h modules/gui/kde: |
|---|
| | 89 | + Added missing copyright information. |
|---|
| | 90 | + Added GPL header. |
|---|
| | 91 | * src/misc/iso-639_def.h: |
|---|
| | 92 | + Removed useless (and unprotected) macros. |
|---|
| | 93 | |
|---|
| | 94 | 2003-12-22 Monday 11:14 titer |
|---|
| | 95 | |
|---|
| | 96 | beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla) |
|---|
| | 97 | |
|---|
| | 98 | 2003-12-22 Monday 11:08 titer |
|---|
| | 99 | |
|---|
| | 100 | beos/*: fixed Alt+X shortcuts (BeOS doesn't let those hit BWindow::KeyDown |
|---|
| | 101 | because it's reserved for system shorcuts - added a workaround) |
|---|
| | 102 | |
|---|
| | 103 | 2003-12-22 Monday 02:24 sam |
|---|
| | 104 | |
|---|
| | 105 | * toolbox: |
|---|
| | 106 | + Added pda.glade to the list of Glade2 generated files. |
|---|
| | 107 | + Remove strings such as "http://" or "/dev/video0" from the list of |
|---|
| | 108 | translated strings in the PDA interface. |
|---|
| | 109 | * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing |
|---|
| | 110 | whitespaces and tabulations here and there. |
|---|
| | 111 | |
|---|
| | 112 | 2003-12-22 Monday 00:26 sam |
|---|
| | 113 | |
|---|
| | 114 | * modules/demux/asf/asf.c: Fixed a buffer overflow. |
|---|
| | 115 | |
|---|
| | 116 | 2003-12-22 Monday 00:13 sam |
|---|
| | 117 | |
|---|
| | 118 | * modules/access/vcdx/access.c: Fixed an obvious buffer overflow. This |
|---|
| | 119 | code is still unsafe, bounds need to be checked after each sprintf/strcat |
|---|
| | 120 | call. |
|---|
| | 121 | |
|---|
| | 122 | 2003-12-22 Monday 00:06 titer |
|---|
| | 123 | |
|---|
| | 124 | + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style |
|---|
| | 125 | for sliders) |
|---|
| | 126 | |
|---|
| | 127 | 2003-12-21 Sunday 23:32 sam |
|---|
| | 128 | |
|---|
| | 129 | * Fixed URLs here and there. |
|---|
| | 130 | |
|---|
| | 131 | 2003-12-21 Sunday 21:30 titer |
|---|
| | 132 | |
|---|
| | 133 | beos/PreferencesWindow*: |
|---|
| | 134 | + Cleaned a bit the way the prefs are created |
|---|
| | 135 | + Added missing CONFIG_ITEM_KEY implementation |
|---|
| | 136 | |
|---|
| | 137 | 2003-12-20 Saturday 22:57 babal |
|---|
| | 138 | |
|---|
| | 139 | * libvlc.h input.c headphone.c: |
|---|
| | 140 | fix support of audio channel mixers, like the headphone channel mixer |
|---|
| | 141 | for instance, which was broken since the introduction of user audio |
|---|
| | 142 | filters; if specified by the user and compatible with the audio |
|---|
| | 143 | pipeline, we add the channel mixer after the user filters. |
|---|
| | 144 | -> unfortunately, this fix removed two strings and introduced 4 new |
|---|
| | 145 | ones |
|---|
| | 146 | -> TODO: allow the user to choose only amongst channel mixers, not |
|---|
| | 147 | all available audio filters |
|---|
| | 148 | |
|---|
| | 149 | * vlc.exe.manifest Makefile.am install-win32 : |
|---|
| | 150 | add a manifest file to allow the win32 gui to use Windows XP visual |
|---|
| | 151 | styles when available. |
|---|
| | 152 | |
|---|
| | 153 | 2003-12-20 Saturday 16:22 gbazin |
|---|
| | 154 | |
|---|
| | 155 | * modules/demux/mp4/mp4.c: fixed problem with buggy files that don't set the audio sample rate properly. |
|---|
| | 156 | |
|---|
| | 157 | 2003-12-20 Saturday 16:11 gbazin |
|---|
| | 158 | |
|---|
| | 159 | * modules/codec/araw.c: added "mlaw" as a fourcc for ulaw audio. |
|---|
| | 160 | |
|---|
| | 161 | 2003-12-20 Saturday 15:25 rocky |
|---|
| | 162 | |
|---|
| | 163 | Remove unused variable. Artifact of old track/entry handling. |
|---|
| | 164 | |
|---|
| | 165 | 2003-12-20 Saturday 11:56 rocky |
|---|
| | 166 | |
|---|
| | 167 | Grammar correction. |
|---|
| | 168 | |
|---|
| | 169 | 2003-12-20 Saturday 11:55 rocky |
|---|
| | 170 | |
|---|
| | 171 | Spelling correction. |
|---|
| | 172 | |
|---|
| | 173 | 2003-12-18 Thursday 16:29 hartman |
|---|
| | 174 | |
|---|
| | 175 | * Fix broken http intf in macosx package. |
|---|
| | 176 | |
|---|
| | 177 | 2003-12-18 Thursday 12:35 rocky |
|---|
| | 178 | |
|---|
| | 179 | Go over for spelling and acurracy. |
|---|
| | 180 | |
|---|
| | 181 | 2003-12-17 Wednesday 23:21 hartman |
|---|
| | 182 | |
|---|
| | 183 | * Commented out the option 'goom' for the visualizer. It isn't working in |
|---|
| | 184 | this system yet and will not work before release. The visualizer system |
|---|
| | 185 | needs to be cleaned in 0.7.1 with one 'visual' audio filter which loads |
|---|
| | 186 | one or more 'visualization' true modules. |
|---|
| | 187 | |
|---|
| | 188 | 2003-12-17 Wednesday 23:09 hartman |
|---|
| | 189 | |
|---|
| | 190 | * second round of dutch translation update for 0.7.0-test2 |
|---|
| | 191 | |
|---|
| | 192 | 2003-12-17 Wednesday 21:29 hartman |
|---|
| | 193 | |
|---|
| | 194 | * Updated portuguese brazilian update |
|---|
| | 195 | |
|---|
| | 196 | 2003-12-17 Wednesday 11:42 hartman |
|---|
| | 197 | |
|---|
| | 198 | * First run of dutch translations. |
|---|
| | 199 | |
|---|
| | 200 | 2003-12-17 Wednesday 08:53 titer |
|---|
| | 201 | |
|---|
| | 202 | * Makefile.am: cleaned up package-beos |
|---|
| | 203 | * share/vlc_beos.rsrc: new icon based on Stephane's cone |
|---|
| | 204 | |
|---|
| | 205 | 2003-12-16 Tuesday 23:01 massiot |
|---|
| | 206 | |
|---|
| | 207 | Contrib build system : |
|---|
| | 208 | * Jumped to ogg-1.1 |
|---|
| | 209 | * Reverted to ffmpeg-0.4.8 |
|---|
| | 210 | |
|---|
| | 211 | 2003-12-16 Tuesday 22:14 gbazin |
|---|
| | 212 | |
|---|
| | 213 | * modules/access/cdda/access.c: need to include errno.h |
|---|
| | 214 | |
|---|
| | 215 | 2003-12-16 Tuesday 22:10 gbazin |
|---|
| | 216 | |
|---|
| | 217 | * modules/video_output/directx/events.c: the coordinates used to blit the video must be relative to the current primary surface (current display). |
|---|
| | 218 | |
|---|
| | 219 | 2003-12-16 Tuesday 21:56 geshp |
|---|
| | 220 | |
|---|
| | 221 | Just a release number update in the spec file. (It won't break anything I promise) |
|---|
| | 222 | |
|---|
| | 223 | 2003-12-16 Tuesday 19:02 gbazin |
|---|
| | 224 | |
|---|
| | 225 | * modules/gui/wxwindows/open.cpp: compilation fix. |
|---|
| | 226 | |
|---|
| | 227 | 2003-12-16 Tuesday 18:18 gbazin |
|---|
| | 228 | |
|---|
| | 229 | * modules/gui/skins/src/themeloader.cpp: the tar loader now checks the magic value in the tar header. |
|---|
| | 230 | |
|---|
| | 231 | 2003-12-16 Tuesday 16:51 gbazin |
|---|
| | 232 | |
|---|
| | 233 | * modules/codec/araw.c: small fix. |
|---|
| | 234 | |
|---|
| | 235 | 2003-12-16 Tuesday 13:35 gbazin |
|---|
| | 236 | |
|---|
| | 237 | * modules/gui/wxwindows/open.cpp: compilation fix. |
|---|
| | 238 | |
|---|
| | 239 | 2003-12-16 Tuesday 13:22 gbazin |
|---|
| | 240 | |
|---|
| | 241 | * modules/gui/wxwindows/interface.cpp: better heuristic for the interface size on win32. |
|---|
| | 242 | |
|---|
| | 243 | 2003-12-16 Tuesday 12:54 gbazin |
|---|
| | 244 | |
|---|
| | 245 | * modules/misc/dummy/input.c: fixed the vlc:quit command. |
|---|
| | 246 | |
|---|
| | 247 | 2003-12-16 Tuesday 12:38 gbazin |
|---|
| | 248 | |
|---|
| | 249 | * modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg.c: theora decoding support via ffmpeg (currently slower than libtheora). |
|---|
| | 250 | |
|---|
| | 251 | 2003-12-16 Tuesday 09:14 courmisch |
|---|
| | 252 | |
|---|
| | 253 | Added field for RTSP in Network Stream open tab |
|---|
| | 254 | |
|---|
| | 255 | 2003-12-16 Tuesday 03:21 rocky |
|---|
| | 256 | |
|---|
| | 257 | Remember the disc selection type (DVD, VCD, CD-DA) selected in "Open |
|---|
| | 258 | Disc" and use that as the default for next time. |
|---|
| | 259 | |
|---|
| | 260 | 2003-12-16 Tuesday 00:36 gbazin |
|---|
| | 261 | |
|---|
| | 262 | * doc/Makefile.am: added intf-cdda.txt to EXTRA_DIST. |
|---|
| | 263 | |
|---|
| | 264 | 2003-12-16 Tuesday 00:01 gbazin |
|---|
| | 265 | |
|---|
| | 266 | * ALL: preparing for 0.7.0-test2. |
|---|
| | 267 | |
|---|