summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-25**BUGFIX**Michael Roitzsch
Gotcha! Unfortunately, this disrupted make distcheck, so it is a showstopper for the release. I am too tired to wait another hour for the compilation, so things will have to wait until tomorrow morning. CVS patchset: 7498 CVS date: 2005/04/25 22:44:22
2005-04-25added rudimentary Debian packaging for the upcoming releaseSiggi Langauf
CVS patchset: 7496 CVS date: 2005/04/25 17:06:58
2005-04-25sorry, I did not want to commit thatMichael Roitzsch
CVS patchset: 7494 CVS date: 2005/04/25 14:32:22
2005-04-25**BUGFIX**Michael Roitzsch
add a note on the branches CVS patchset: 7493 CVS date: 2005/04/25 14:30:14
2005-04-25release preparationsMichael Roitzsch
CVS patchset: 7492 CVS date: 2005/04/25 14:24:27
2005-04-25**BUGFIX**Michael Roitzsch
note WMA lossless support CVS patchset: 7491 CVS date: 2005/04/25 14:11:41
2005-04-24Fixed deadlock when ffmpeg returned 0 consumed byte:Thibaut Mattern
mov/aqt_480p/aqt_480p_mjpb.mov Delayed colorspace converter initialisation after the first decoded frame: games-formats/duck/sonic3dblast_intro.avi (fixed segfault) CVS patchset: 7490 CVS date: 2005/04/24 13:44:23
2005-04-24Allocate at least width * height * byte_per_pixel.Thibaut Mattern
This fixes problems when the width or the height are rounded up. Fixed playback of this stream : mov/aqt_480p/aqt_480p_raw.mov CVS patchset: 7489 CVS date: 2005/04/24 13:37:34
2005-04-24Czech translation update. Sync po-files.František Dvořák
CVS patchset: 7488 CVS date: 2005/04/24 11:13:14
2005-04-23patch for WMA9 lossless decoding via x86 binary codec, courtesy ofMike Melanson
vahur.sinijarv at cydonia.ee CVS patchset: 7486 CVS date: 2005/04/23 02:02:28
2005-04-22- Fixed BUF_FLAG_SPECIAL handling.Thibaut Mattern
Should fix problems introduced by my last cleanup. CVS patchset: 7485 CVS date: 2005/04/22 21:09:28
2005-04-22Fixed Makefile.am for OpenGL output plugin (Alien).Matthias Hopf
CVS patchset: 7484 CVS date: 2005/04/22 10:21:24
2005-04-21Readded new buffer types.Thibaut Mattern
sorry about that. CVS patchset: 7483 CVS date: 2005/04/21 21:54:01
2005-04-21**BUGFIX**Darren Salt
Add support for VDR's AUDIO key. [Reinhard Nissl] CVS patchset: 7482 CVS date: 2005/04/21 21:50:42
2005-04-21- big cleanupThibaut Mattern
- fixed problem with DV CVS patchset: 7481 CVS date: 2005/04/21 21:40:17
2005-04-21**BUGFIX**Michael Roitzsch
MMS buffer overflow fix ported over from MPlayer CVS patchset: 7479 CVS date: 2005/04/21 19:02:43
2005-04-21- Updated doc/README.openglMatthias Hopf
- Better extension handling: Distributing own, mangled, glext.h (now myglext.h). Resolving glXgetProcAddress[ARB] during runtime now (original patch by Robert Osfield). Should compile now virtually anywhere. - Test for existence / working GLU (original patch by Alien). - Windows often were opened with the wrong visual ID depending on the single/double buffering flag. Fixed. CVS patchset: 7478 CVS date: 2005/04/21 17:37:40
2005-04-20**BUGFIX**Michael Roitzsch
I just realized that the plugin loader is not mentioned in the ChangeLog CVS patchset: 7475 CVS date: 2005/04/20 17:19:46
2005-04-20fix a typo and move cool feature to 1.0.1Michael Roitzsch
CVS patchset: 7474 CVS date: 2005/04/20 17:12:09
2005-04-20**BUGFIX**Michael Roitzsch
snprintf(s, sizeof(s), ...) is safe; no need to waste one byte CVS patchset: 7473 CVS date: 2005/04/20 17:08:56
2005-04-20*BUFFIX*Stefan Holst
VO_PAN_SCAN is deprecated, mention the deprecation in the debug messages to avoid confusion. CVS patchset: 7472 CVS date: 2005/04/20 11:19:35
2005-04-20map fourccs for the new codecsMike Melanson
CVS patchset: 7471 CVS date: 2005/04/20 01:04:35
2005-04-202 new audio codecsMike Melanson
CVS patchset: 7470 CVS date: 2005/04/20 01:03:59
2005-04-19**BUGFIX**Bastien Nocera
Send the XINE_EVENT_UI_CHANNELS_CHANGED UI event when SPU, or audio channels are added CVS patchset: 7468 CVS date: 2005/04/19 17:42:29
2005-04-19add the new buffer type constantsMike Melanson
CVS patchset: 7467 CVS date: 2005/04/19 17:04:52
2005-04-19no longer used in FFmpegMike Melanson
CVS patchset: 7466 CVS date: 2005/04/19 05:29:58
2005-04-19xine's diff against FFmpeg build 4752Mike Melanson
CVS patchset: 7465 CVS date: 2005/04/19 05:28:19
2005-04-19add support for a bunch of new FFmpeg codecs, corresponding to FFmpegMike Melanson
build 4752 CVS patchset: 7464 CVS date: 2005/04/19 05:22:52
2005-04-19sync to FFmpeg build 4752Mike Melanson
CVS patchset: 7463 CVS date: 2005/04/19 05:16:45
2005-04-19sync to FFmpeg build 4752Mike Melanson
CVS patchset: 7462 CVS date: 2005/04/19 05:10:48
2005-04-18try to be friendly to older ft2 releasesMiguel Freitas
CVS patchset: 7461 CVS date: 2005/04/18 14:06:29
2005-04-17Help tips: Now that this is glommed in with other media plugins the titlesRocky Bernstein
should more clearly indicate VCD. CVS patchset: 7460 CVS date: 2005/04/17 14:55:35
2005-04-16- Add support for the MJPEG-B format fixes playback of aqt_480p_mjpb.movBastien Nocera
(kind of, our ffmpeg seems to be quite old, at least the right decoder is being used) - Changed the descriptions of some codecs, removed the redundant "video", "codec" or "format" words CVS patchset: 7459 CVS date: 2005/04/16 23:38:09
2005-04-16address buffer overflow conditionMike Melanson
CVS patchset: 7458 CVS date: 2005/04/16 07:10:51
2005-04-13**BUGFIX**Daniel Caujolle-Bert
was parsing the wrong description array. CVS patchset: 7457 CVS date: 2005/04/13 19:07:17
2005-04-12Ogg Theora bitstreams have been stable since 1.0alpha3, so I'm removing theAndre Pang
experimental warnings CVS patchset: 7456 CVS date: 2005/04/12 03:28:48
2005-04-10moved duplicated code to a function.Thibaut Mattern
sprintf -> snprintf replacements CVS patchset: 7455 CVS date: 2005/04/10 16:23:05
2005-04-10Fixed plugin list array idThibaut Mattern
CVS patchset: 7454 CVS date: 2005/04/10 09:41:13
2005-04-10Used the new plugin list array.Thibaut Mattern
CVS patchset: 7453 CVS date: 2005/04/10 09:36:13
2005-04-10Moved plugin lists to an array of list.Thibaut Mattern
CVS patchset: 7452 CVS date: 2005/04/10 09:31:16
2005-04-09Experimental bob deinterlacing support for the xxmc module.Thomas Hellström
Updated xxmc readme. CVS patchset: 7451 CVS date: 2005/04/09 11:47:27
2005-04-09**BUGFIX**Thomas Hellström
Updated Changelog from previous commit. CVS patchset: 7450 CVS date: 2005/04/09 11:23:14
2005-04-09**BUGFIX**Thomas Hellström
Multiple slice-per-rows (HDTV) fixes in the libmpeg2 code, particularly regarding VLD XvMC. Cleaned up hardware acceleration hooks in libmpeg2. Fixed X include path searching while configure detects XvMC support. CVS patchset: 7449 CVS date: 2005/04/09 11:22:14
2005-04-07- Added some code to work around legacy systems (like old SGI machines)Matthias Hopf
to still compile - even if they cannot make use of the extensions. - Some more cleanup, should be easier to port to Wind**s now. CVS patchset: 7448 CVS date: 2005/04/07 17:04:16
2005-04-06Using self-supplied glext.h now in order to reduce compile requirements.Matthias Hopf
CVS patchset: 7447 CVS date: 2005/04/06 16:12:02
2005-04-05Updates:Matthias Hopf
- fragment program based color conversion (only YV12 so far) - tile-based texturing for cards that allow only small textures - Fixed a number of race conditions; hope I got them all - That involved making more internal messages synchronous - Fixed a number of TODOs - Doing correct extensions detection most of the time now - Cleaned up code and internal rendering interface - Switching to fallbacks now if a render backend fails to initialize - Old rendering context destroyed now on RENDER_CREATE, Issues left: - Crash on multiple context switch with radeon and i815 Mesa drivers - Sometimes (seldom) temporary setup failure on all drivers on context switch - No fp based color conversion for YUY2 equivalent video yet - Still some TODOs in the code - Fallback switches config, which is saved and used next time as well CVS patchset: 7446 CVS date: 2005/04/05 13:27:35
2005-04-01Fixed currently unused xine_chomp() (maybe it's used in future)Hans-Dieter Kosch
CVS patchset: 7445 CVS date: 2005/04/01 23:15:38
2005-03-31- handle EINTR when calling nanosleep, spotted by Mathieu RouthierBastien Nocera
CVS patchset: 7444 CVS date: 2005/03/31 22:46:15
2005-03-26acknowledge FFmpeg's own ISO MPEG-4 fourccMike Melanson
CVS patchset: 7443 CVS date: 2005/03/26 20:29:47
2005-03-20Fixed problem when play_internal called _x_demux_start_thread and the ↵Thibaut Mattern
previous demux thread has not been joined. CVS patchset: 7442 CVS date: 2005/03/20 18:41:55