summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-20Ignore another automake file.Darren Salt
CVS patchset: 7763 CVS date: 2005/10/20 17:45:21
2005-10-15Summary: dvdnav: Make dvd play work again. Correct static function thatJames Courtier-Dutton
is not static. CVS patchset: 7762 CVS date: 2005/10/15 14:04:05
2005-10-15Fix setting of the wrong variable if vldXvMC.h is not found.Darren Salt
CVS patchset: 7761 CVS date: 2005/10/15 13:46:30
2005-10-15Add a small section on building .debs.Darren Salt
Mention -dev/-devel packages in the front-end build problems section. Mention why the name of the "gnome-xine" CVS module. CVS patchset: 7760 CVS date: 2005/10/15 13:41:27
2005-10-14input plugin time seeking patch.Miguel Freitas
hopefuly somebody will be able to help fixing the mess i did in dvdnav ;) CVS patchset: 7759 CVS date: 2005/10/14 21:02:16
2005-10-08fix format string vulnerability reported by Ulf Harnhammar of the Debian ↵Michael Roitzsch
Security Audit Project CVS patchset: 7757 CVS date: 2005/10/08 11:26:23
2005-10-07fix some english wordingMichael Roitzsch
CVS patchset: 7756 CVS date: 2005/10/07 20:09:12
2005-10-05Fixed [ 1265313 ] Xvid playback stutter (v1.0/1.1)Thibaut Mattern
There is no discontinuity because pts are generated by the demuxer. CVS patchset: 7755 CVS date: 2005/10/05 07:08:48
2005-10-05Fixed sync problems with mjpg.Thibaut Mattern
CVS patchset: 7754 CVS date: 2005/10/05 06:34:12
2005-10-03Fixed aac detection bug.Thibaut Mattern
CVS patchset: 7753 CVS date: 2005/10/03 18:22:29
2005-10-03Added mpeg4 avp.Thibaut Mattern
CVS patchset: 7752 CVS date: 2005/10/03 18:06:56
2005-10-02Fixed mpeg4 ASP.Thibaut Mattern
CVS patchset: 7751 CVS date: 2005/10/02 21:44:33
2005-10-02Added H264 support.Thibaut Mattern
CVS patchset: 7750 CVS date: 2005/10/02 21:29:39
2005-10-02another special case: this one covers files that are read viaMike Melanson
non-seekable sources (e.g. STDIN, HTTP) and begin with an 'ftyp' atom followed by a 'moov' atom CVS patchset: 7749 CVS date: 2005/10/02 17:00:52
2005-10-02Fixed overflow when computing bitrate.Thibaut Mattern
CVS patchset: 7748 CVS date: 2005/10/02 14:15:17
2005-10-01- CleanupThibaut Mattern
- Added vbri header support - Fixed seeking problem with id3v2 tags - Converted position to a time based position CVS patchset: 7747 CVS date: 2005/10/01 08:03:36
2005-09-27missing files (thanks Brad!)Miguel Freitas
CVS patchset: 7746 CVS date: 2005/09/27 02:05:31
2005-09-25move alphablend to coreMiguel Freitas
CVS patchset: 7745 CVS date: 2005/09/25 00:44:04
2005-09-24better yetMiguel Freitas
CVS patchset: 7744 CVS date: 2005/09/24 23:44:34
2005-09-24fix bogus messageMiguel Freitas
CVS patchset: 7743 CVS date: 2005/09/24 23:43:31
2005-09-24experimenta frame allocation optimizationMiguel Freitas
CVS patchset: 7742 CVS date: 2005/09/24 22:47:23
2005-09-24experimental optimization: try to allocate frames from free queueMiguel Freitas
in the same format as requested (avoid unnecessary free/alloc in vo driver). up to 25% less cpu load using deinterlace with film mode. CVS patchset: 7741 CVS date: 2005/09/24 21:51:11
2005-09-24- remove have_alsa_1_0_9Miguel Freitas
- note about overlay cropping fix CVS patchset: 7740 CVS date: 2005/09/24 19:27:33
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
"clip" thing has caused too much confusion already since these variables define a highlight area. - add overlay offset support to video_out.c/alphablend/vo drivers - use overlay offset to implement proper croping of frames when vo driver doesn't support it - add clipping checks to alphablend to avoid buffer overflow, buffer "underflow" and wrapping. - increase vo api number - note: dxr3 support is incomplete about overlay offset CVS patchset: 7739 CVS date: 2005/09/24 19:08:26
2005-09-19*BUGFIX*František Dvořák
added missing mutex init in xine_ticket (fixes pause assert with win32-pthreads) added missing destroys due to pthread doc spells and houskeeping use directx of older versions too, possibility to use xine w/o HW accel CVS patchset: 7738 CVS date: 2005/09/19 16:14:02
2005-09-16Fixed id3v2.4 genre parsing.Thibaut Mattern
CVS patchset: 7737 CVS date: 2005/09/16 23:01:10
2005-09-16Disabled debug stuff.Thibaut Mattern
CVS patchset: 7736 CVS date: 2005/09/16 22:16:11
2005-09-16Fixed id3v2.3 frame header size parsing.Thibaut Mattern
Fixed frame with data >4k handling (ie picture frames). CVS patchset: 7735 CVS date: 2005/09/16 22:15:12
2005-09-15Added minimal id3 v2.4 support.Thibaut Mattern
CVS patchset: 7734 CVS date: 2005/09/15 18:45:15
2005-09-14fix the FPE due my last commitMiguel Freitas
CVS patchset: 7733 CVS date: 2005/09/14 23:42:37
2005-09-13segfault fix by Vedran RodicMiguel Freitas
CVS patchset: 7732 CVS date: 2005/09/13 00:52:25
2005-09-12Patch from Brian J. Tarricone.Thibaut Mattern
Fixed config callback unregistration. CVS patchset: 7731 CVS date: 2005/09/12 17:44:37
2005-09-12new Flameeyes's configure patchesMiguel Freitas
CVS patchset: 7730 CVS date: 2005/09/12 01:06:58
2005-09-12try Jason Tackaberry suggestion to fix problem of the growing X eventMiguel Freitas
queue with increased CPU load (that is, some events were never dequeued) CVS patchset: 7729 CVS date: 2005/09/12 00:47:03
2005-09-11new directfb plugin by Claudio CiccaniMiguel Freitas
CVS patchset: 7728 CVS date: 2005/09/11 23:59:15
2005-09-11*BUGFIX*Bastien Nocera
Add support for the YUY2 fourcc http://renny.netdot.net/~sig/test1.asf.gz CVS patchset: 7727 CVS date: 2005/09/11 23:42:24
2005-09-11make Alien happier ;-)Miguel Freitas
audio can be heard with non-1X speeds if audio.synchronization.slow_fast_audio is set CVS patchset: 7726 CVS date: 2005/09/11 22:07:48
2005-09-11Jason TackaberryMiguel Freitas
CVS patchset: 7725 CVS date: 2005/09/11 14:13:24
2005-09-11fix destination aspect ratio and add support for non 4/3 displaysMiguel Freitas
patch by Jason Tackaberry CVS patchset: 7724 CVS date: 2005/09/11 13:37:31
2005-09-11_x_load_video_output_plugin() by Jason TackaberryMiguel Freitas
CVS patchset: 7723 CVS date: 2005/09/11 00:11:09
2005-09-07Fixed segfault on class_dispose.Thibaut Mattern
CVS patchset: 7722 CVS date: 2005/09/07 20:43:24
2005-09-05*BUGFIX*František Dvořák
*DRUMS* removing internal old phreads-win32 and zlib CVS patchset: 7721 CVS date: 2005/09/05 17:10:36
2005-09-05*BUGFIX*František Dvořák
Build improvements and WIN32 port updates: - add --with-pthread-pefix and --with-zlib-pefix options - prepare for removing internal zlib and pthreads-win32 relics, updated documentation for possible WIN32 developers (only for me? :->) - fixed bug in unimportant part of configure.ac for MinGW due to xine paths - fixed my bug in cdda (but it compiled fine anyway) - fixed unimportant bug in planar Makefile.am - next MSVC update due to external zlib, pthreads and latest changes, removed relic includes - checked distcheck CVS patchset: 7719 CVS date: 2005/09/05 17:02:56
2005-09-05Fixing broken build. Sorry.Matthias Hopf
CVS patchset: 7718 CVS date: 2005/09/05 15:13:13
2005-09-05Unified behavior of yuv2rgb brightness/contrast/saturation.Matthias Hopf
Nuked getting default value from additional config. CVS patchset: 7717 CVS date: 2005/09/05 14:56:31
2005-09-02Unregister config callbacks.Thibaut Mattern
CVS patchset: 7716 CVS date: 2005/09/02 22:39:42
2005-08-30Better names for directory separators.František Dvořák
CVS patchset: 7715 CVS date: 2005/08/30 15:27:58
2005-08-29Synchronize libxine.pc with xine-config.František Dvořák
CVS patchset: 7714 CVS date: 2005/08/29 17:00:38
2005-08-29*BUGFIX*František Dvořák
Windows ports updates: - finished M$VC port update - moved xine plugins back to normal location for Windows ports, added relative directories (used relative to ${prefix}), make sure it's thread-safe (but it's still hacky) - fixed ugly bug with loading plugins, when working drive was differrent from plugins directory directory - directory and subdirectory separator called as platform specific - fix crash with newer win32 pthread (missing mutex_init in vo plugin), yes! - small doc update CVS patchset: 7712 CVS date: 2005/08/29 15:28:16
2005-08-28Set up the framebuffer palette.Darren Salt
CVS patchset: 7711 CVS date: 2005/08/28 01:11:21