Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-20 | Avoid video clock errors due to decoder flush at discontinuity. | Reinhard Nißl | |
H.264 decoders store a couple of frames in their display picture buffer. Calling flush before discontinuity my yield images with pts beyond pts boundery and therefore cause clock errors. Calling discontinuity before flush resets all pts to 0 before yielding the images. --HG-- extra : transplant_source : %9CNpV%B5%83%83%23%F5%C3%09%E43%E2%DFo.%7E%D9%C7 | |||
2011-01-20 | Avoid video clock errors due to decoder flush at discontinuity. | Reinhard Nißl | |
H.264 decoders store a couple of frames in their display picture buffer. Calling flush before discontinuity my yield images with pts beyond pts boundery and therefore cause clock errors. Calling discontinuity before flush resets all pts to 0 before yielding the images. | |||
2011-01-20 | Fix pts handling after introduction of picture_ready() | Reinhard Nißl | |
Transfer of seq_pts to img->pts takes now place at picture header of next image in decoding order. So far, seq_pts was set to cur_pts at sequence header and picture header. Hence, img->pts was incorrectly set to pts of next image in decoding order. Setting seq_pts only in picture header after call of picture_ready() keeps the correct pts in seq_pts until it has been transfered to img->pts. Furthermore, cur_pts of second field must be ignored as we put both fields into the same image so the image is due at pts of first field. | |||
2010-12-12 | List .ass in supported in extensions too. | František Dvořák | |
2010-12-12 | Add .ass extension to be recognized as subtitle file. | František Dvořák | |
2010-12-08 | Fix field interlace completeness | Christophe Thommeret | |
2010-11-28 | Add some more locking to work around libxcb bugs | Julian Scheel | |
2010-11-04 | Properly initialise and finalise {Image,Graphics}Magick context. | Darren Salt | |
--HG-- extra : rebase_source : 97225919cd1c6c2327ccbb43b17a6b049e82946c | |||
2010-10-14 | Mention build-essential (for building .debs). | Darren Salt | |
--HG-- extra : rebase_source : 0bd120fdf12785264b3241cd446aac01751327d9 | |||
2010-12-01 | Update nosefart to 2.7-mls, fixes xine bug #84. | František Dvořák | |
There was added memory limits checks, which will improve stability when playing corrupted NSF files. | |||
2010-11-30 | Typo in multipass compilation CFLAGS. | František Dvořák | |
2010-11-30 | Check boundaries during MPEG TS stream detection. | František Dvořák | |
2010-11-30 | Small memory leaks in VCD input plugin class. | František Dvořák | |
2010-11-30 | Various small memory leaks in xine engine. | František Dvořák | |
2010-11-28 | Header stripping support in matroska demuxer. | František Dvořák | |
Reserved space on the start of block_data for the headers during reading to avoid temporary memory buffers and memcpy()'s. | |||
2010-11-23 | Use the extension too for xine-list binary (for MinGW ports). | František Dvořák | |
2010-11-23 | Build with -DLOG. | František Dvořák | |
2010-11-10 | Update ChangeLog. | František Dvořák | |
2010-11-10 | Option for disabling HW acceleration in directx. | František Dvořák | |
Useful for example when composite managers occupy the HW. | |||
2010-10-30 | Try to meassure memcpy method speed by clock() when times() not available. | František Dvořák | |
2010-10-30 | Proper place for log mutex initialization (logging can start after ↵ | František Dvořák | |
xine_new()). Fixed a leak. | |||
2010-10-30 | Using binary mode when writing raw data, in disabled debug code. | František Dvořák | |
2010-10-30 | Using binary mode when checking configfile. New configfile would not be ↵ | František Dvořák | |
written only when switching binaries for different platforms. | |||
2010-10-23 | mingw32-w64 port: update documentation. | František Dvořák | |
2010-10-23 | mingw32-w64 port: integer sizes portability | František Dvořák | |
- use type of enough size for pointer types (uintptr_t) - fixes "Unhandled exception" in memcpy code | |||
2010-10-23 | mingw32-w64 port: integer sizes portability | František Dvořák | |
- use interer types of exact size for using with eax/rax registers - fixes build of planar post plugin | |||
2010-10-23 | mingw32-w64 port: | František Dvořák | |
- symbols in objects built by mingw64 not mangled - fixes build of deinterlace post plugin | |||
2010-10-23 | mingw32-w64 port: | František Dvořák | |
- mkdir/_mkdir function - prefer prepared POSIX version in CDDA plugin | |||
2010-10-23 | mingw32-w64 port: '-no-undefined' part | František Dvořák | |
- use -no-undefined flag only for building shared libraries (libxine, plugins) - plugins LDFLAGS unification - move -no-undefined into LDFLAGS_NOUNDEFINED - attributes.m4 fix | |||
2010-10-10 | Czech translation update. | František Dvořák | |
2010-10-10 | Build goom with newer MinGW. | František Dvořák | |
2010-10-09 | Fix compilation of xine-list on MinGW. | František Dvořák | |
2010-09-23 | Merge from 1.1. | Darren Salt | |
2010-09-20 | Update Qt demuxer's extensions list. | Darren Salt | |
2010-09-16 | Add f4v/f4a file extensions to the Qt demuxer's MIME table | Brad Smith | |
2010-08-16 | Fix building with recent videoproto | Geoff Leach | |
2010-08-21 | Pulseaudio volume control feedback (stream end) | Günter Merz | |
During channel changes, the audio stream ends and a new stream begins. This in turn can lead to 'pa_stream_get_index' ending up in an assertion. Because of that, a check if there is a stream is a good idea. | |||
2010-08-21 | Credit for one of the 1.1.19 changes. | Darren Salt | |
2010-08-18 | Pulseaudio volume control feedback | Günter Merz | |
If xine volume is changed from outside the xine frontend, e.g. gnome sound preferences. xine-lib generates a XINE_EVENT_AUDIO_LEVEL event that fontends (like xine-ui) can use to update the volume level. | |||
2010-08-18 | Update JACK build-dependency. | Darren Salt | |
2010-08-05 | Silence "progressive:" output. | Darren Salt | |
2010-08-03 | Use -Wformat-security by default. | Darren Salt | |
2010-07-30 | Distribute & install the Japanese translation. | Darren Salt | |
2010-07-31 | Initial Japanese translation. | Takeshi Hamasaki | |
2010-07-30 | Build-depend on autopoint, with fallbacks. | Darren Salt | |
2010-07-29 | Spelling fixes. | Darren Salt | |
Source: informational messages generated by lintian. | |||
2010-07-29 | Another changelog update. | Darren Salt | |
2010-07-28 | Changelog update. | Darren Salt | |
2010-07-28 | Re-add tests for __FreeBSD_kernel__ (should fix Debian GNU/kFreeBSD builds). | Darren Salt | |
2010-07-28 | Allow GraphicsMagick (compat layer) to be used instead of ImageMagick. | Darren Salt | |
Debian build deps are adjusted accordingly. |