summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-03-20- Handle GIF embedded in Quicktime files with the image demuxerBastien Nocera
Fixes playback of the image before the Mala Educacion trailer http://www.apple.com/trailers/sony/bad_education.html CVS patchset: 7441 CVS date: 2005/03/20 14:09:15
2005-03-18Mac OS X CoreAudio audio output driver now uses a 32k ringbuffer, rather thanAndre Pang
16MB (yep, you read that right!). Patch courtesy of Rich Wareham, <http://xineplayer.berlios.de/> CVS patchset: 7440 CVS date: 2005/03/18 15:39:48
2005-03-09Incremented priority to be sure that rawdv is probed before mp3.Thibaut Mattern
CVS patchset: 7439 CVS date: 2005/03/09 22:31:17
2005-03-09Added input and demuxer plugin priority to the catalog cache.Thibaut Mattern
CVS patchset: 7438 CVS date: 2005/03/09 22:24:20
2005-03-09**BUGFIX**Darren Salt
Fix CD/DVD health check diagnostic messages by adding spaces. Was saying "toyour" and "thepreferences". CVS patchset: 7437 CVS date: 2005/03/09 02:05:16
2005-03-06pthread leak and onefield_xvThibaut Mattern
CVS patchset: 7436 CVS date: 2005/03/06 21:38:09
2005-03-06Sync with vidix cvsJames Stembridge
CVS patchset: 7435 CVS date: 2005/03/06 13:08:10
2005-03-06**BUGFIX**James Stembridge
Check for plugin init failure CVS patchset: 7434 CVS date: 2005/03/06 13:03:33
2005-03-06**BUGFIX**James Stembridge
Skip id3v2 tags CVS patchset: 7433 CVS date: 2005/03/06 11:41:00
2005-03-06Fixed pthread leak, the demuxer thread was not joined in all cases.Thibaut Mattern
See this thread for more info: http://thread.gmane.org/gmane.comp.video.xine.devel/12377 CVS patchset: 7432 CVS date: 2005/03/06 11:08:40
2005-03-06Fixed onefield_xv deinterlace method.Thibaut Mattern
CVS patchset: 7431 CVS date: 2005/03/06 09:55:35
2005-03-06assign ALAC an actual fourccMike Melanson
CVS patchset: 7430 CVS date: 2005/03/06 07:18:54
2005-03-06special-case time in order to support ALAC (when it gets imported fromMike Melanson
FFmpeg) CVS patchset: 7429 CVS date: 2005/03/06 07:18:04
2005-03-06minor changes to the FFmpeg audio codec interface; these changes will beMike Melanson
necessary when xine imports lavc's ALAC decoder CVS patchset: 7428 CVS date: 2005/03/06 07:15:05
2005-03-04New Basque translation from Piarres Beobide.František Dvořák
CVS patchset: 7427 CVS date: 2005/03/04 07:18:06
2005-03-01different but more consistent hack for CBR audio with no extendedMike Melanson
header; works no better or worse than before since stereo MACE still does not work (interaction problem with FFmpeg?); log PCM in QT still does not work CVS patchset: 7426 CVS date: 2005/03/01 04:50:44
2005-02-26**BUGFIX**Miguel Freitas
new h264 fourcc reported in the wild. i don't have any samples, but adding it here doesn't hurt CVS patchset: 7425 CVS date: 2005/02/26 19:58:21
2005-02-22XvMC update largely courtesy of Kendall Bennet, Scitechsoft:Thomas Hellström
* Fix surface flushing and syncing (xxmc / xvmc) * Fix clearing of macro block lists (xxmc / xvmc) * Remove floating point operations from mpeg demuxer. Degrades performance on non-fp capable hardware. * Remove unnecessary software MC step * Fix Quantization matrix ordering which caused bad picture quality (KB/TH) * Minor optimizations in the libmpeg2 code * Fix VLD flushing at video discontinuity (TH) CVS patchset: 7424 CVS date: 2005/02/22 18:31:33
2005-02-20**BUGFIX**Michael Roitzsch
fixing compiler warning CVS patchset: 7423 CVS date: 2005/02/20 17:04:58
2005-02-20**BUGFIX**Michael Roitzsch
xineintl.h is no longer a build file, discontinue ignoring it CVS patchset: 7422 CVS date: 2005/02/20 17:04:13
2005-02-20**BUGFIX**Michael Roitzsch
small grammar fix CVS patchset: 7421 CVS date: 2005/02/20 17:03:33
2005-02-20**BUGFIX**František Dvořák
Replaced AC_TRY_RUN by AC_RUN_IFELSE. Now, if cross compiled, field ordering is hardcoded for Windows platform. New common test just for availibility of bit fields works for all platforms. CVS patchset: 7420 CVS date: 2005/02/20 10:08:01
2005-02-20**BUGFIX**František Dvořák
Updated documentation about M$VC (building external ffmpeg). Added patch necessary for using ffmpeg by M$VC compiler. Updated M$VC build of xine's ff plugin - removed ugly ifdef, used external ffmpeg as whole. CVS patchset: 7419 CVS date: 2005/02/20 09:36:00
2005-02-19**BUGFIX**František Dvořák
Bind to right text domain. This fixes missing translations for prefixes different from /usr. CVS patchset: 7418 CVS date: 2005/02/19 13:11:51
2005-02-14don't copy first-frame flag in duplicate_frameStefan Holst
CVS patchset: 7417 CVS date: 2005/02/14 14:04:55
2005-02-14**BUGFIX** don't use background thread for epg data, as it still affectsMike Lampard
the TS stream. Change tuning slightly to workaround changes in the 2.6.10+ kernel driver. CVS patchset: 7416 CVS date: 2005/02/14 08:30:27
2005-02-14Cache the theora granuleshift when reading theora headers, and condenseConrad Parker
the theora and cmml get_pts() calculations. CVS patchset: 7415 CVS date: 2005/02/14 06:25:59
2005-02-14fix calculation of CMML pts: actually use granulerates from CMML/AnxDataConrad Parker
headers, and also add support for CMML granuleshift CVS patchset: 7414 CVS date: 2005/02/14 05:56:56