summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2004-04-28Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these ↵Robin KAY
routines as well as the recently synced ffmpeg tree. CVS patchset: 6454 CVS date: 2004/04/28 00:38:08
2004-04-26mkv seeking supportThibaut Mattern
CVS patchset: 6449 CVS date: 2004/04/26 23:37:42
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
please everybody watch out for spelling (and other) errors CVS patchset: 6442 CVS date: 2004/04/26 17:50:06
2004-04-25My contribution to this release :Thibaut Mattern
mmst cleanup asf codec init fix frame->duration=0 handling CVS patchset: 6439 CVS date: 2004/04/25 23:47:10
2004-04-25rc4 preparationsMiguel Freitas
CVS patchset: 6438 CVS date: 2004/04/25 22:21:41
2004-04-25Improved clipping performance in video_out_pgx32. video_out_pgx64 now uses ↵Robin KAY
the appropriate overlay type automatically. Misc changes. CVS patchset: 6434 CVS date: 2004/04/25 15:05:22
2004-04-23- big endian fix, and delay fixes for the file (wave) audio output pluginBastien Nocera
patch from David Woodhouse <dwmw2@infradead.org> CVS patchset: 6427 CVS date: 2004/04/23 12:41:30
2004-04-22- fix Real pnm/rtsp streaming on big endian platformsBastien Nocera
Patch from David Woodhouse <dwmw2@infradead.org> CVS patchset: 6422 CVS date: 2004/04/22 15:20:53
2004-04-22libmad 0.15.1bMiguel Freitas
CVS patchset: 6420 CVS date: 2004/04/22 00:27:48
2004-04-20Disable AUD content detection, there exists a subtitle file in the wild with ↵František Dvořák
positive AUD detection. :-) This was the first line in the file: {105}{266}{c:$0022FF}Translated by S.C.U.D - Subtitle Creators UniteD... ^ ^^ VQA_IMA stream type rate = 12667 HZ CVS patchset: 6417 CVS date: 2004/04/20 13:57:25
2004-04-17* support pan&scan info embedded in MPEG and DVB streams;Michael Roitzsch
heavily based on a patch by Mike Lampard * factor the frame format change event sending into a new function CVS patchset: 6411 CVS date: 2004/04/17 14:18:14
2004-04-16video_out_pgx32 now properly clips video output. video_out_pgx64 now ↵Robin KAY
disables overlay when fully occluded, fixed displaying some frames out of order when multi-buffering. Added missing X lock. Misc changes. CVS patchset: 6409 CVS date: 2004/04/16 12:16:50
2004-04-15patch by Marcel Janssen adds proper pitch support to the libavcodec encoderMichael Roitzsch
CVS patchset: 6406 CVS date: 2004/04/15 15:49:56
2004-04-15to emulate pan&scan in letterboxed overlay mode, we zoom the image horzontally,Michael Roitzsch
we have to compensate this distortion in the coordinate transformation to get accurate menu highlight areas CVS patchset: 6405 CVS date: 2004/04/15 14:42:35
2004-04-15- generate events for "Permission denied" and "File not found" in the http ↵Bastien Nocera
and file plugins CVS patchset: 6404 CVS date: 2004/04/15 00:14:56
2004-04-13mmx_unpack_24rgb bugfixMiguel Freitas
CVS patchset: 6398 CVS date: 2004/04/13 01:02:16
2004-04-11decoder plugins must be disposed outside the plugin catalog lock, becauseMichael Roitzsch
they might call port->close(), which might finish a pending disposal of a post plugin, which will try to decrement the reference count for that plugin, which will try to grab the plugin catalog lock... CVS patchset: 6393 CVS date: 2004/04/11 14:51:20
2004-04-11update vcd libsMiguel Freitas
CVS patchset: 6389 CVS date: 2004/04/11 12:21:34
2004-04-10Autostuff houskeeping:František Dvořák
- prepare also po/POTFILES.in by 'make dist' before updating po-files, so also new files with strings for translatiom will be included - make build proces working in separate directory CVS patchset: 6387 CVS date: 2004/04/10 20:35:27
2004-04-10colorkey OSDMiguel Freitas
CVS patchset: 6382 CVS date: 2004/04/10 15:41:11
2004-04-10Fix segfaults on errors in cdda.František Dvořák
Because I added using standard xine network functions into cdda, we need also create stream in cdda_class_get_autoplay_list. It looks as hacky solution, but it's better than reimplementing network functions, IMHO. CVS patchset: 6377 CVS date: 2004/04/10 13:44:03
2004-04-10small fixMiguel Freitas
CVS patchset: 6374 CVS date: 2004/04/10 04:14:24
2004-04-09fix network cdda playbackMiguel Freitas
CVS patchset: 6370 CVS date: 2004/04/09 22:20:41
2004-04-09some fixesMiguel Freitas
CVS patchset: 6366 CVS date: 2004/04/09 16:15:45
2004-04-09improving precision of audio vpts calculation, the comment in metronom.c ↵Michael Roitzsch
explains CVS patchset: 6363 CVS date: 2004/04/09 15:06:02
2004-04-09porting the rudimentary NAV timestamp handling from DXR3 SPU decoder makesMichael Roitzsch
the menu of "24" season 1 work correctly with software decoding; thanks to Bob "GnomeKing" for doing all the testing CVS patchset: 6362 CVS date: 2004/04/09 15:01:29
2004-04-09including libdts as experimental DTS decoderMichael Roitzsch
(xine wrapper code by James Stembridge) does not work on all DVDs, but better a sometimes failing decoder than no decoder at all; digital passthrough seems unaffected CVS patchset: 6361 CVS date: 2004/04/09 14:57:25
2004-04-07my contributions to the changelog (I know, should have committed that earlier)Michael Roitzsch
CVS patchset: 6343 CVS date: 2004/04/07 18:35:03
2004-04-07Michael's patch for improving playback with subtitles, fix the long seeking.František Dvořák
CVS patchset: 6342 CVS date: 2004/04/07 18:10:20
2004-04-07release preparationsSiggi Langauf
CVS patchset: 6340 CVS date: 2004/04/07 17:55:02
2004-04-06Prepare for MinGW port:František Dvořák
move M$VC specific header files into sparate directory regenerate config.h for M$VC compilation fixes add some getchar()s into xineui.exe (popup dialogs would be better) CVS patchset: 6338 CVS date: 2004/04/06 19:20:15
2004-04-06Patch for using timeout in cddb lookup (xine was freezed just because of ↵František Dvořák
firewall!!!). New functions into io_helper: _x_io_tcp_connect_finish ... wait for successful connect with timeout _x_io_tcp_read_line ... read the string from the socket (improvements neded) Use io_helper functions in input_cdda. Don't try connect again to freedb server, if previous connecting was failed. CVS patchset: 6337 CVS date: 2004/04/06 18:40:32
2004-04-05- add XINE_MSG_AUDIO_OUT_UNAVAILABLE event to warn when the audio device isBastien Nocera
busy. CVS patchset: 6333 CVS date: 2004/04/05 20:01:24
2004-04-05- changelog entries for 2 last commitsBastien Nocera
CVS patchset: 6331 CVS date: 2004/04/05 18:02:18
2004-03-31New config option - list of domains without proxy.František Dvořák
Add help strings into HTTP proxy options. CVS patchset: 6322 CVS date: 2004/03/31 07:42:49
2004-03-30bugfix for ogms larger than 2 GB - thanks to Andrew de QuinceyAndreas Heinchen
CVS patchset: 6319 CVS date: 2004/03/30 20:44:14
2004-03-27"+y"+p code from xine-ui for guessing locale codeset (default encoding for OSD).František Dvořák
CVS patchset: 6309 CVS date: 2004/03/27 12:59:45
2004-03-23Ignore speed change in nbc during xine_stop() to avid deadlocks.František Dvořák
CVS patchset: 6306 CVS date: 2004/03/23 23:02:34
2004-03-21Fix longstanding problem when using xine with alsa's dmix audio out plugin.James Courtier-Dutton
CVS patchset: 6292 CVS date: 2004/03/21 03:29:43
2004-03-16ignore the hue setting on NVidia cards using the Xv video output as both the ↵Bastien Nocera
XFree86 and the proprietary driver are broken CVS patchset: 6273 CVS date: 2004/03/16 18:50:33
2004-03-16sync to latest libdvdnavMichael Roitzsch
* fixes a menu problem (German RC2 of "Anatomie", chapter menu) * addresses some compilation problems on Windows (Could someone try cygwin, mingw builds, please? It should work with the standalone libdvdnav, but who knows if the integration breaks anything...) * turns some abort()s into assert(0)s, where we really can try to continue CVS patchset: 6269 CVS date: 2004/03/16 11:43:38
2004-03-09new Flash Video (FLV) demuxer; somewhat preliminary right now, but itMike Melanson
does demux basic videos CVS patchset: 6238 CVS date: 2004/03/09 04:14:11
2004-03-07- id3 v2.3 and v2.4 problemThibaut Mattern
- xshm jittering - asf input_time, duration CVS patchset: 6231 CVS date: 2004/03/07 20:34:42
2004-03-04autoscan devfs patch from SteveFrantišek Dvořák
CVS patchset: 6216 CVS date: 2004/03/04 16:06:02
2004-03-02- added David Woodhouse's file (wave) audio out plugin, added David to the ↵Bastien Nocera
AUTHORS file, and mentioned the new plugin in the ChangeLog CVS patchset: 6205 CVS date: 2004/03/02 19:48:41
2004-03-01- fix a crash when using the gnome-vfs plugin with newer gnome-vfs versionsBastien Nocera
CVS patchset: 6197 CVS date: 2004/03/01 00:17:27
2004-02-28New caca video output plugin - color ASCII art.František Dvořák
CVS patchset: 6191 CVS date: 2004/02/28 19:56:41
2004-02-25IFF: added ANIM OPT7 and OPT8 supportManfred Tremmel
CVS patchset: 6188 CVS date: 2004/02/25 18:57:34
2004-02-22added IFF-ANIM support, opt5 and (untested, can't finde samples) opt 4 codingsManfred Tremmel
CVS patchset: 6182 CVS date: 2004/02/22 12:36:35
2004-02-17PGX32 video output plugin added. More cosmetic changes to video_out_pgx64.Robin KAY
CVS patchset: 6171 CVS date: 2004/02/17 19:44:02