| | 1 | 2004-02-21 Saturday 23:50 gbazin |
|---|
| | 2 | |
|---|
| | 3 | * modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input. |
|---|
| | 4 | |
|---|
| | 5 | 2004-02-21 Saturday 23:15 gbazin |
|---|
| | 6 | |
|---|
| | 7 | * include/charset.h: added "extern "C" {" for c++ modules. |
|---|
| | 8 | * modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks. |
|---|
| | 9 | |
|---|
| | 10 | 2004-02-21 Saturday 22:41 gbazin |
|---|
| | 11 | |
|---|
| | 12 | * modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly. |
|---|
| | 13 | |
|---|
| | 14 | 2004-02-20 Friday 22:07 gbazin |
|---|
| | 15 | |
|---|
| | 16 | * configure.ac: what about checking for the c++ preprocessor. |
|---|
| | 17 | |
|---|
| | 18 | 2004-02-20 Friday 19:21 massiot |
|---|
| | 19 | |
|---|
| | 20 | * modules/stream_out/transcode.c : don't lock when quitting. |
|---|
| | 21 | |
|---|
| | 22 | 2004-02-20 Friday 19:21 gbazin |
|---|
| | 23 | |
|---|
| | 24 | * modules/demux/a52sys.c: forgot to remove this file. |
|---|
| | 25 | * modules/audio_output/alsa.c: kind of a work-around for a strange bug that trashes the stack. Doesn't solve it but should be easier to track down now. |
|---|
| | 26 | |
|---|
| | 27 | 2004-02-20 Friday 19:03 massiot |
|---|
| | 28 | |
|---|
| | 29 | * modules/stream_out/transcode.c: fixed a segfault when quitting. |
|---|
| | 30 | |
|---|
| | 31 | 2004-02-20 Friday 18:34 massiot |
|---|
| | 32 | |
|---|
| | 33 | * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : |
|---|
| | 34 | - new ffmpeg options available from the command-line : interleaved video, |
|---|
| | 35 | noise reduction, rate control parameters, i_quant_factor, trellis |
|---|
| | 36 | quantification, mpeg4 matrix, and thread count |
|---|
| | 37 | - portable functions to use ffmpeg multithreading capabilities on all |
|---|
| | 38 | platforms |
|---|
| | 39 | - hurry up mode now turns off rd and trellis, and also raises the noise |
|---|
| | 40 | reduction parameter (thus noise reduction is mandatory with hurry up) |
|---|
| | 41 | - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding |
|---|
| | 42 | will be done in a separate thread than the packetizer and decoder |
|---|
| | 43 | - fixed a bug with mp3 decoding and weird ffmpeg return code |
|---|
| | 44 | |
|---|
| | 45 | 2004-02-20 Friday 18:24 massiot |
|---|
| | 46 | |
|---|
| | 47 | * modules/packetizer/mpegvideo.c: display the picture size and frame rate |
|---|
| | 48 | exactly once. |
|---|
| | 49 | |
|---|
| | 50 | 2004-02-20 Friday 17:20 massiot |
|---|
| | 51 | |
|---|
| | 52 | * src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin |
|---|
| | 53 | OSes, and added an rt-offset configuration variable to tune the priority |
|---|
| | 54 | of VLC against other programs without recompiling everything. |
|---|
| | 55 | |
|---|
| | 56 | 2004-02-20 Friday 17:16 massiot |
|---|
| | 57 | |
|---|
| | 58 | * modules/demux/mpeg/system.c: check for scrambled packets. |
|---|
| | 59 | |
|---|
| | 60 | 2004-02-20 Friday 17:13 massiot |
|---|
| | 61 | |
|---|
| | 62 | * modules/access_output/udp.c: do not send out packets which are too much |
|---|
| | 63 | in the past, to avoid flooding the client. |
|---|
| | 64 | |
|---|
| | 65 | 2004-02-20 Friday 16:29 bigben |
|---|
| | 66 | |
|---|
| | 67 | coding style |
|---|
| | 68 | |
|---|
| | 69 | 2004-02-20 Friday 15:38 bigben |
|---|
| | 70 | |
|---|
| | 71 | cleaning of pvr input : settings are only set if given on command line |
|---|
| | 72 | (no more default values). |
|---|
| | 73 | |
|---|
| | 74 | Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com) |
|---|
| | 75 | |
|---|
| | 76 | 2004-02-19 Thursday 19:38 hartman |
|---|
| | 77 | |
|---|
| | 78 | * Revert back to old prefs. |
|---|
| | 79 | - fixed the bug with the modules not setting up their prefs. |
|---|
| | 80 | - bugs: int with strings items are broken (see relfontsize) |
|---|
| | 81 | - hotkeys elements don't really work |
|---|
| | 82 | |
|---|
| | 83 | 2004-02-19 Thursday 18:55 courmisch |
|---|
| | 84 | |
|---|
| | 85 | Removed Vladimir Chernyshov's email address (kept his name). |
|---|
| | 86 | |
|---|
| | 87 | 2004-02-19 Thursday 17:42 jpsaman |
|---|
| | 88 | |
|---|
| | 89 | Correct fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-)) |
|---|
| | 90 | |
|---|
| | 91 | 2004-02-19 Thursday 16:19 gbazin |
|---|
| | 92 | |
|---|
| | 93 | * modules/codec/faad.c: compilation fix and proper 16bits pcm support. |
|---|
| | 94 | |
|---|
| | 95 | 2004-02-19 Thursday 15:42 jpsaman |
|---|
| | 96 | |
|---|
| | 97 | Tell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values) and VLC so that it doesn't need to do a conversion filter for it. |
|---|
| | 98 | |
|---|
| | 99 | 2004-02-19 Thursday 15:13 jpsaman |
|---|
| | 100 | |
|---|
| | 101 | Fix for iPAQ choose fixed point arithmic in FAAD decoder. |
|---|
| | 102 | |
|---|
| | 103 | 2004-02-19 Thursday 02:05 rocky |
|---|
| | 104 | |
|---|
| | 105 | Structure not big enough and was writing past buffer boundary. |
|---|
| | 106 | Thanks to Marco Z�for finding this problem. |
|---|
| | 107 | |
|---|
| | 108 | 2004-02-18 Wednesday 13:21 fenrir |
|---|
| | 109 | |
|---|
| | 110 | * transcode: fixed s16b <-> s16l conversion. |
|---|
| | 111 | |
|---|
| | 112 | 2004-02-17 Tuesday 13:13 gbazin |
|---|
| | 113 | |
|---|
| | 114 | * ALL: portability fixes. |
|---|
| | 115 | |
|---|
| | 116 | 2004-02-17 Tuesday 03:12 hartman |
|---|
| | 117 | |
|---|
| | 118 | * vout_OSDMessage doxygen doc update |
|---|
| | 119 | * fix broken vout_OSDMessage in other files |
|---|
| | 120 | |
|---|
| | 121 | 2004-02-16 Monday 17:16 zorglub |
|---|
| | 122 | |
|---|
| | 123 | Added an option "recursive" |
|---|
| | 124 | - none: subdirectories are skipped |
|---|
| | 125 | - collapse: former behaviour, subdirectories are not expanded |
|---|
| | 126 | - expand: all subdirectories are fully expanded |
|---|
| | 127 | |
|---|
| | 128 | I dislike these strings, please find other ones :) |
|---|
| | 129 | |
|---|
| | 130 | 2004-02-16 Monday 17:14 zorglub |
|---|
| | 131 | |
|---|
| | 132 | * Swap duration and group columns |
|---|
| | 133 | * Introduce duration sort |
|---|
| | 134 | |
|---|
| | 135 | 2004-02-16 Monday 17:14 zorglub |
|---|
| | 136 | |
|---|
| | 137 | Fix setting the name and the author with DEMUX_GET_META |
|---|
| | 138 | |
|---|
| | 139 | 2004-02-16 Monday 13:33 gbazin |
|---|
| | 140 | |
|---|
| | 141 | * modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5. |
|---|
| | 142 | |
|---|
| | 143 | 2004-02-15 Sunday 22:20 gbazin |
|---|
| | 144 | |
|---|
| | 145 | * modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org). |
|---|
| | 146 | |
|---|
| | 147 | 2004-02-15 Sunday 21:52 gbazin |
|---|
| | 148 | |
|---|
| | 149 | * modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement. |
|---|
| | 150 | |
|---|
| | 151 | 2004-02-15 Sunday 19:40 sigmunau |
|---|
| | 152 | |
|---|
| | 153 | modules/control/lirc/lirc.c: |
|---|
| | 154 | * backported some changes from the hotkeys module |
|---|
| | 155 | * implemented buttons to cycle audio and subtitle tracks. |
|---|
| | 156 | * implemented a mute button |
|---|
| | 157 | doc/lirc/example.lircrc: |
|---|
| | 158 | * example for the new buttons |
|---|
| | 159 | |
|---|
| | 160 | 2004-02-15 Sunday 18:58 ipkiss |
|---|
| | 161 | |
|---|
| | 162 | * modules/gui/skins/*: |
|---|
| | 163 | Added 'slow' and 'fast' events to play a stream slower/faster |
|---|
| | 164 | |
|---|
| | 165 | 2004-02-15 Sunday 18:22 sigmunau |
|---|
| | 166 | |
|---|
| | 167 | include/osd.h, src/video_output/video_text.c: |
|---|
| | 168 | * turned vout_OSDMessage into __vout_OSDMessage |
|---|
| | 169 | * __vout_OSDMessage now takes printf style parameters |
|---|
| | 170 | * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first |
|---|
| | 171 | parameter passed through VLC_OBJECT() |
|---|
| | 172 | |
|---|
| | 173 | 2004-02-15 Sunday 16:59 fenrir |
|---|
| | 174 | |
|---|
| | 175 | * nsv: display sub stream and skip extention data (initial patch from |
|---|
| | 176 | Vitalijus dot Slavinskas at stud dot ktu dot lt). |
|---|
| | 177 | |
|---|
| | 178 | 2004-02-15 Sunday 13:16 gbazin |
|---|
| | 179 | |
|---|
| | 180 | * modules/demux/ogg.c: fixed recent breakage (what a shameful bug). |
|---|
| | 181 | |
|---|
| | 182 | 2004-02-14 Saturday 17:36 gbazin |
|---|
| | 183 | |
|---|
| | 184 | * modules/access/cdda/*: forgot to remove demux in module declaration. |
|---|
| | 185 | fixed deadlock with CDDAFixupPlayList(). |
|---|
| | 186 | |
|---|
| | 187 | 2004-02-14 Saturday 17:25 gbazin |
|---|
| | 188 | |
|---|
| | 189 | * modules/access/cdda*: removed definition of WAVEHEADER. |
|---|
| | 190 | * modules/access/cdda.c: small bug fix. |
|---|
| | 191 | |
|---|
| | 192 | 2004-02-14 Saturday 17:03 gbazin |
|---|
| | 193 | |
|---|
| | 194 | * modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel). |
|---|
| | 195 | support for float32 format. |
|---|
| | 196 | * include/codecs.h: added WAVEFORMATEXTENSIBLE structure. |
|---|
| | 197 | * modules/codec/araw.c: fixes. |
|---|
| | 198 | |
|---|
| | 199 | 2004-02-14 Saturday 12:49 gbazin |
|---|
| | 200 | |
|---|
| | 201 | * modules/gui/skins2/events/evt_scroll.hpp: small portability fix. |
|---|
| | 202 | |
|---|
| | 203 | 2004-02-14 Saturday 12:36 gbazin |
|---|
| | 204 | |
|---|
| | 205 | * modules/gui/wxwindows/*: make gcc-2.95 happy. |
|---|
| | 206 | |
|---|
| | 207 | 2004-02-14 Saturday 01:53 gbazin |
|---|
| | 208 | |
|---|
| | 209 | * ALL: small portability fixes. |
|---|
| | 210 | |
|---|
| | 211 | 2004-02-13 Friday 23:54 gbazin |
|---|
| | 212 | |
|---|
| | 213 | * modules/demux/playlist/playlist.c: compilation fix. |
|---|
| | 214 | |
|---|
| | 215 | 2004-02-13 Friday 22:37 gbazin |
|---|
| | 216 | |
|---|
| | 217 | * modules/demux/a52.c: better detection code. |
|---|
| | 218 | |
|---|
| | 219 | 2004-02-13 Friday 22:14 gbazin |
|---|
| | 220 | |
|---|
| | 221 | * modules/demux/a52.c: grmbl. |
|---|
| | 222 | |
|---|
| | 223 | 2004-02-13 Friday 22:10 gbazin |
|---|
| | 224 | |
|---|
| | 225 | * modules/demux/a52.c: fixed alignment when seeking. |
|---|
| | 226 | |
|---|
| | 227 | 2004-02-13 Friday 21:48 gbazin |
|---|
| | 228 | |
|---|
| | 229 | * modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle a52 wav files and audio CD's. |
|---|
| | 230 | * modules/codec/a52.c: a52 wav files and audio CD's use padding so don't always check for next sync code. |
|---|
| | 231 | |
|---|
| | 232 | 2004-02-13 Friday 11:58 rocky |
|---|
| | 233 | |
|---|
| | 234 | Better worded. |
|---|
| | 235 | |
|---|
| | 236 | 2004-02-13 Friday 11:33 rocky |
|---|
| | 237 | |
|---|
| | 238 | More checking: for programs and XML-related files. If some programs |
|---|
| | 239 | aren't around (e.g. lynx) don't build the corresponding piece that |
|---|
| | 240 | needs that. |
|---|
| | 241 | |
|---|
| | 242 | 2004-02-13 Friday 10:42 titer |
|---|
| | 243 | |
|---|
| | 244 | deinterlace.c : missing 'else' that prevented MergeAltivec from being used. |
|---|
| | 245 | |
|---|
| | 246 | 2004-02-13 Friday 10:09 jpsaman |
|---|
| | 247 | |
|---|
| | 248 | Disabled the preference menu, it is not filled in anyway. |
|---|
| | 249 | |
|---|
| | 250 | 2004-02-13 Friday 04:22 rocky |
|---|
| | 251 | |
|---|
| | 252 | Do better about being able to build developer documentation on many |
|---|
| | 253 | platforms. This still sucks, but it sucks less. Hopefully I can shame |
|---|
| | 254 | someone to go further. |
|---|
| | 255 | |
|---|
| | 256 | 2004-02-13 Friday 00:57 rocky |
|---|
| | 257 | |
|---|
| | 258 | Call for help. |
|---|
| | 259 | |
|---|
| | 260 | 2004-02-12 Thursday 23:51 gbazin |
|---|
| | 261 | |
|---|
| | 262 | * modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24. |
|---|
| | 263 | |
|---|
| | 264 | 2004-02-12 Thursday 20:09 fenrir |
|---|
| | 265 | |
|---|
| | 266 | * all: use the data_packet_count from the asf header when the server |
|---|
| | 267 | gives an invalid one. (I hope it doesn't break anything) |
|---|
| | 268 | |
|---|
| | 269 | 2004-02-12 Thursday 17:52 fenrir |
|---|
| | 270 | |
|---|
| | 271 | * v4l: patch from Carsten Gottbeh�ttbehuet at active-elements dot de) |
|---|
| | 272 | -> Untested. |
|---|
| | 273 | |
|---|
| | 274 | Original message: |
|---|
| | 275 | Hi there, |
|---|
| | 276 | |
|---|
| | 277 | I have done another small modification. If you remove a hot-pluggable video |
|---|
| | 278 | device, like an usb web cam, during capturing, vlc floods the driver with |
|---|
| | 279 | ioctls. This leads to Kernel Ooops in some drivers. |
|---|
| | 280 | |
|---|
| | 281 | The modified v4l.c module does the following now: |
|---|
| | 282 | "GrabVideo" returns "VLC_ETIMEOUT" if the question "Did we wait long enough" |
|---|
| | 283 | can be answered with yes. If there is a real error in "GrabCapture" or |
|---|
| | 284 | "GrabMJPEG", the code "VLC_EGENERIC" is returned. So the calling function |
|---|
| | 285 | can distinguish between these two situations. "VLC_EGENERIC" was always |
|---|
| | 286 | returned before. |
|---|
| | 287 | The function "Read" uses this information to leave the while-loop in case of |
|---|
| | 288 | an error, and it returns a "-1" to the calling function. "Read" calls |
|---|
| | 289 | "msleep", as it was before, in case of a VLC_ETIMEOUT. |
|---|
| | 290 | |
|---|
| | 291 | The brightness-control stuff described below is still in the code. Please |
|---|
| | 292 | feel free to use, modify or ignore this file. A short feedback would be |
|---|
| | 293 | nice. |
|---|
| | 294 | |
|---|
| | 295 | Bye, |
|---|
| | 296 | |
|---|
| | 297 | 2004-02-12 Thursday 17:35 titer |
|---|
| | 298 | |
|---|
| | 299 | macosx/vout.m : GL cleaning (probably fixes depth issues) |
|---|
| | 300 | |
|---|
| | 301 | 2004-02-11 Wednesday 19:17 fenrir |
|---|
| | 302 | |
|---|
| | 303 | * all: added a "input-repeat" option that allow repeating the same entry |
|---|
| | 304 | without destroying/recreating a new input. (Will be usefull for streaming). |
|---|
| | 305 | ( A value of -1 means repeat for ever). |
|---|
| | 306 | --> Not tested with dvd. |
|---|
| | 307 | |
|---|
| | 308 | 2004-02-11 Wednesday 18:08 gbazin |
|---|
| | 309 | |
|---|
| | 310 | * modules/access/cdda/*: got rid of the demux. The access plugin will now build a WAV header which will allow this plugin to work with the dts/a52 demuxers as well as the wav demuxer. |
|---|
| | 311 | |
|---|
| | 312 | 2004-02-11 Wednesday 12:37 rocky |
|---|
| | 313 | |
|---|
| | 314 | And one other piece of information... |
|---|
| | 315 | |
|---|
| | 316 | 2004-02-11 Wednesday 12:26 rocky |
|---|
| | 317 | |
|---|
| | 318 | Spell out general information that should be used in reporting |
|---|
| | 319 | problems. Sigh. |
|---|
| | 320 | |
|---|
| | 321 | 2004-02-11 Wednesday 12:23 rocky |
|---|
| | 322 | |
|---|
| | 323 | Spell out general information that should be used in reporting |
|---|
| | 324 | problems. Sigh. |
|---|
| | 325 | |
|---|
| | 326 | 2004-02-11 Wednesday 08:50 zorglub |
|---|
| | 327 | |
|---|
| | 328 | Enable the playlist import/export modules |
|---|
| | 329 | |
|---|
| | 330 | 2004-02-11 Wednesday 08:22 jpsaman |
|---|
| | 331 | |
|---|
| | 332 | Added some whitespace for alignment. |
|---|
| | 333 | |
|---|
| | 334 | 2004-02-10 Tuesday 20:30 jpsaman |
|---|
| | 335 | |
|---|
| | 336 | Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ???? |
|---|
| | 337 | |
|---|
| | 338 | 2004-02-10 Tuesday 20:28 jpsaman |
|---|
| | 339 | |
|---|
| | 340 | Missed the deadline again ;-( |
|---|
| | 341 | |
|---|
| | 342 | - Fixed the playlist_AddExt() call |
|---|
| | 343 | - Fixed a compiler warning |
|---|
| | 344 | |
|---|
| | 345 | 2004-02-10 Tuesday 17:59 gbazin |
|---|
| | 346 | |
|---|
| | 347 | * configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2). |
|---|
| | 348 | |
|---|
| | 349 | 2004-02-10 Tuesday 17:36 gbazin |
|---|
| | 350 | |
|---|
| | 351 | * configure.ac, NEWS: added mod and pva plugins. |
|---|
| | 352 | |
|---|
| | 353 | 2004-02-10 Tuesday 16:39 bigben |
|---|
| | 354 | |
|---|
| | 355 | typos |
|---|
| | 356 | |
|---|
| | 357 | 2004-02-10 Tuesday 14:57 jpsaman |
|---|
| | 358 | |
|---|
| | 359 | Fixes for DVB-C: |
|---|
| | 360 | - Make sure that lnb-lof1 and lnb-lof2 can be overriden by the commandline syntax frequency=xx:lnb-lof1=xx:lnb-lof2=xx |
|---|
| | 361 | - Added value {A,a} to polarization=xx to force INVERSION_AUTO |
|---|
| | 362 | - Sanatized a few error messages |
|---|
| | 363 | |
|---|
| | 364 | 2004-02-10 Tuesday 14:33 sam |
|---|
| | 365 | |
|---|
| | 366 | * debian/rules debian/control: |
|---|
| | 367 | + No longer build a local libmpeg2 since it entered sid. |
|---|
| | 368 | + Build the livedotcom plugin. |
|---|
| | 369 | * toolbox: |
|---|
| | 370 | + No longer remove flac, speex and matroska from the woody build; I will |
|---|
| | 371 | provide clean backports. |
|---|
| | 372 | |
|---|
| | 373 | 2004-02-10 Tuesday 14:04 sam |
|---|
| | 374 | |
|---|
| | 375 | * configure.ac: |
|---|
| | 376 | + Allow to use --enable-livedotcom without --with-livedotcom-tree so that |
|---|
| | 377 | we can use an installed version of libliveMedia et al. |
|---|
| | 378 | |
|---|
| | 379 | 2004-02-10 Tuesday 13:29 sam |
|---|
| | 380 | |
|---|
| | 381 | * configure.ac: |
|---|
| | 382 | + Only activate the Matroska plugin if -lebml_pic or -lebml were found. |
|---|
| | 383 | |
|---|
| | 384 | 2004-02-10 Tuesday 02:57 hartman |
|---|
| | 385 | |
|---|
| | 386 | * Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the |
|---|
| | 387 | duration for subs is stored in byte1 of the data packet and who |
|---|
| | 388 | directed me to the mkvtoolnix code. |
|---|
| | 389 | |
|---|
| | 390 | 2004-02-09 Monday 23:30 garf |
|---|
| | 391 | |
|---|
| | 392 | * http.c: made strsub a bit clean. |
|---|
| | 393 | |
|---|
| | 394 | 2004-02-09 Monday 23:28 garf |
|---|
| | 395 | |
|---|
| | 396 | * intf-http.txt: update doc (strsub) |
|---|
| | 397 | |
|---|
| | 398 | 2004-02-09 Monday 23:03 garf |
|---|
| | 399 | |
|---|
| | 400 | * http.c: add strsub function: extract substring (doc update will |
|---|
| | 401 | follow soon). |
|---|
| | 402 | |
|---|
| | 403 | 2004-02-09 Monday 20:40 sam |
|---|
| | 404 | |
|---|
| | 405 | * debian/README.Debian: |
|---|
| | 406 | + Updated Debian-specific build notes. |
|---|
| | 407 | |
|---|
| | 408 | 2004-02-09 Monday 19:32 jpsaman |
|---|
| | 409 | |
|---|
| | 410 | Updated version number to vlc-0.7.1 |
|---|
| | 411 | |
|---|
| | 412 | 2004-02-09 Monday 17:42 titer |
|---|
| | 413 | |
|---|
| | 414 | macosx/* : macosx-opengl-effect now accept cube and transparent-cube |
|---|
| | 415 | |
|---|
| | 416 | 2004-02-09 Monday 16:12 sigmunau |
|---|
| | 417 | |
|---|
| | 418 | src/extra/libc.c: |
|---|
| | 419 | * fixed a nasty bug in vlc_atoll.(closes #1763) |
|---|
| | 420 | |
|---|
| | 421 | 2004-02-09 Monday 14:02 titer |
|---|
| | 422 | |
|---|
| | 423 | macosx/vout.m : oops, fixed broken ratio from my last commit |
|---|
| | 424 | |
|---|
| | 425 | 2004-02-09 Monday 13:28 titer |
|---|
| | 426 | |
|---|
| | 427 | macosx/* : added --macosx-opengl-effect, current possible values are |
|---|
| | 428 | "none" and "cube". Sorry, couldn't resist ;) |
|---|
| | 429 | |
|---|
| | 430 | 2004-02-09 Monday 12:54 hartman |
|---|
| | 431 | |
|---|
| | 432 | * added dtsdec, 're' upgrade of libmad |
|---|
| | 433 | |
|---|
| | 434 | 2004-02-09 Monday 10:44 sigmunau |
|---|
| | 435 | |
|---|
| | 436 | share/http/admin/dboxfiles.html: |
|---|
| | 437 | * Updated for bookmark support. |
|---|
| | 438 | See http://www.giggo.de/dbox2/movieplayer.html for details |
|---|
| | 439 | (patch by Christof Baumgaertner) |
|---|
| | 440 | |
|---|
| | 441 | 2004-02-08 Sunday 23:49 gbazin |
|---|
| | 442 | |
|---|
| | 443 | * modules/gui/skins2/Modules.am: added missing file for make dist. |
|---|
| | 444 | |
|---|
| | 445 | 2004-02-08 Sunday 23:39 gbazin |
|---|
| | 446 | |
|---|
| | 447 | * ALL: I am a morron. |
|---|
| | 448 | |
|---|
| | 449 | 2004-02-08 Sunday 22:37 gbazin |
|---|
| | 450 | |
|---|
| | 451 | * modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly. |
|---|
| | 452 | |
|---|
| | 453 | 2004-02-08 Sunday 22:06 gbazin |
|---|
| | 454 | |
|---|
| | 455 | * configure.ac: forgot one version number and added the aiff demux. |
|---|
| | 456 | |
|---|
| | 457 | 2004-02-08 Sunday 21:36 gbazin |
|---|
| | 458 | |
|---|
| | 459 | * ALL: bumped version number to 0.7.1 in preparation for the release. |
|---|
| | 460 | |
|---|