Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | video_out_vdpau: provide configureable background color | Reinhard Nißl | |
Plasma TV users have the problem that black border pixels age differently compared to active image pixel in the center of the screen. Changing the background color for example to gray makes the border pixels age almost equally like the image pixels. As a result image brightness will change more equally over TV's lifetime. | |||
2010-01-20 | vdpau_mpeg12: attach a PTS just once to img | Reinhard Nißl | |
Without resetting the buffered PTS it happens that the same PTS gets attached to multiple images which is wrong. | |||
2010-01-20 | Use pkg-config for vdpau where possible; fix excessive libvdpau linkage. | Darren Salt | |
2010-01-19 | Tidy up some configure option checking; fix --disable-fb. | Darren Salt | |
2010-01-19 | Remove obsolete configuration options from debian/rules. | Darren Salt | |
2010-01-18 | Merge from 1.1. | Darren Salt | |
2010-01-18 | Enable the FLAC decoder by default. | Darren Salt | |
2010-01-18 | FLAC decoder post-merge fixups. | Darren Salt | |
2010-01-17 | Cope with libavutil no longer defining some endian-specific macros. | Darren Salt | |
2010-01-17 | Explicitly set audio & video presence to "not present" when demuxing playlists. | Darren Salt | |
2010-01-17 | Merge from 1.1, omitting .qtl support (already present). | Darren Salt | |
--HG-- rename : src/combined/decoder_flac.c => src/combined/flac_decoder.c | |||
2010-01-17 | Don't try to handle .qtl in the Quicktime demuxer. | Darren Salt | |
2010-01-17 | "Fix" playback of 24-bit FLAC. | Darren Salt | |
We pretend that it's 16-bit to avoid "audio device unavailable" (ALSA). Also, the clock is a bit fast. | |||
2010-01-16 | Clean up properly after QTL parsing. | Darren Salt | |
2010-01-16 | Added basic support for .qtl (Quicktime media link). | Darren Salt | |
2010-01-15 | Fix seeking | Julian Scheel | |
Do not discard the parser, but reset fields that won't be valid after a decoder reset (ie seek) anymore | |||
2010-01-15 | Cleanup of log messages | Christophe Thommeret | |
2010-01-15 | Merge with 1.2-vdpau main | Julian Scheel | |
2010-01-15 | Cleanup of log messages (replace printf calls) | Julian Scheel | |
2010-01-15 | Merge from 1.2 main. | Darren Salt | |
2010-01-14 | Merge from 1.1. | Darren Salt | |
2010-01-14 | Merge. | Darren Salt | |
2010-01-14 | Backed out changeset fd48f5a5841d (discontinuity handling for short streams ↵ | Darren Salt | |
+ gapless). | |||
2010-01-14 | Don't deinterlace still frames | Christophe Thommeret | |
still frames are marked by the decoder and the video_out will not deinterlace if the flag is set. | |||
2010-01-13 | Clear VDPAU surfaces on new streams. | Christophe Thommeret | |
2010-01-12 | Merge from 1.2 main | Julian Scheel | |
2010-01-12 | Merge from 1.1. | Darren Salt | |
2010-01-12 | fix a/v sync | Julian Scheel | |
send the pts to the decoders, even if the pes packet is just a continuation packet | |||
2010-01-12 | always draw still images. a still image is detected by the immediate ↵ | Julian Scheel | |
following of an end of sequence mark, so that it is safe to remove backward references after decoding it. this will make the drawing logic work and draw the picture actually this fixed dvd menus with still images in background which were not always drawn | |||
2010-01-12 | Demux BluRay DTS (stream 0x82) | Petri Hintukainen | |
2010-01-12 | Do not reset decoder flags from parse_pes_header() when setting ↵ | Petri Hintukainen | |
BUF_FLAG_FRAME_END. Fixes BluRay PCM audio when PES payload size is less than 2048 bytes. | |||
2010-01-11 | Merge with 4d746db529dee2629e297297e0d751de95010792 | jscheel-guest | |
2010-01-11 | complete rework of the h264 decoder | jscheel-guest | |
coded_picture replaces the abused nal_units, while nal_units are just what their name says. sps and pps are handled in buffers as the spec proposes. pic_num calculation and ref-frame marking reworked to be spec compliant | |||
2010-01-08 | Merge from 1.2 main. | Darren Salt | |
2010-01-07 | Correctly fall back on internal libxdg-basedir. | Darren Salt | |
2010-01-06 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c | |||
2010-01-06 | Update to libxdg-basedir 1.0.2; adapt accordingly, and default to external. | Darren Salt | |
2010-01-06 | Ignore unsupported BluRay SPU streams (interactive (0x91) and text (0x92)) | Petri Hintukainen | |
2010-01-06 | Demux BluRay PCM audio | Petri Hintukainen | |
2010-01-06 | Join multiple chunks before passing to audio out | Petri Hintukainen | |
(data is lost if PCM frames are splitted in the middle) | |||
2010-01-06 | Use local variable for buffer size | Petri Hintukainen | |
2010-01-06 | Cosmetics | Petri Hintukainen | |
2010-01-06 | Decode BluRay PCM header | Petri Hintukainen | |
2010-01-06 | Added some debug logging | Petri Hintukainen | |
2010-01-04 | Minor cleanup. | Darren Salt | |
2009-12-17 | Merge from 1.2 main. | Darren Salt | |
2009-12-15 | TTA demux: Fix the calculation of the stream length. | Kelvie Wong | |
Its resolution was in frames (+/- ~1 second), now it is calculated from the number of samples, as it should be. | |||
2009-12-13 | TTA demux: Fix a buffer overflow | Kelvie Wong | |
It can be the case that the header is larger than buf->max_size (8 kilobytes), especially for slightly larger files. This sends them in parts so we don't overfill the buffer. | |||
2009-12-11 | TTA demux: fix buffer->extra_info->total_time | Kelvie Wong | |
Supposed to be in milliseconds; totalframes is only approx. total seconds. | |||
2009-12-11 | TTA demux: don't read past the last frame. | Kelvie Wong | |
I don't think whoever wrote this played a TTA file all the way to the end. |