Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-12 | Format changes etc. | Christophe Thommeret | |
2008-12-10 | MPEG12 debug. | Christophe Thommeret | |
2008-12-10 | PTS bits. | Christophe Thommeret | |
2008-12-10 | Comment out some printfs. | Christophe Thommeret | |
2008-12-10 | Header-related bits. | Christophe Thommeret | |
2008-12-09 | Fix parsing if a nal header is split across multiple buffers. | Julian Scheel | |
2008-12-09 | Decode I, P and B frames (PTS reordering still missing). | Christophe Thommeret | |
2008-12-09 | Add vdpau_mpeg12. | Christophe Thommeret | |
2008-12-08 | NAL WIP. | Julian Scheel | |
2008-12-08 | It grows and grows... | Julian Scheel | |
2008-12-08 | Ref-frame fixes. | Julian Scheel | |
2008-12-08 | Set frame_idx in a more correct manner. | Julian Scheel | |
2008-12-08 | Plays whole streams (progressive), still with glitches, though. | Julian Scheel | |
2008-12-08 | Fix frame alloc. | Christophe Thommeret | |
2008-12-08 | Block surfaces until they are not used as reference frames any more. | Julian Scheel | |
2008-12-08 | Export vdp_get_error_string; define MPEG12 cap. | Christophe Thommeret | |
2008-12-08 | Enable VO_CAP check. | Julian Scheel | |
2008-12-08 | Progress... seeing the first picture (c: | Julian Scheel | |
2008-12-07 | DPB starts growing. Restructuring of parser. | Julian Scheel | |
--HG-- rename : src/libvdpau/nal_parser.c => src/libvdpau/h264_parser.c rename : src/libvdpau/nal_parser.h => src/libvdpau/h264_parser.h | |||
2008-12-05 | Queue bits; use-after-free fix. | Christophe Thommeret | |
2008-12-05 | Fix several parser errors; clean up parser code format. | Julian Scheel | |
2008-12-04 | Fix very bad pointer failure... | Julian Scheel | |
2008-12-03 | Fully working parser. | Julian Scheel | |
2008-12-03 | Fix typo. | Julian Scheel | |
2008-12-03 | Almost completely working parser. | Julian Scheel | |
2008-12-03 | Decoding a few frames. | Julian Scheel | |
2008-12-03 | Overlay stuff. | Christophe Thommeret | |
2008-12-03 | Decodes one picture, but does not display it. | Julian Scheel | |
2008-12-02 | Debug printfs... | Julian Scheel | |
2008-12-02 | Cleanup. | Julian Scheel | |
2008-12-02 | Start DPB work. | Julian Scheel | |
2008-12-02 | More extensions to the parser, fixes in the decoder. | Julian Scheel | |
2008-12-02 | Parser additions. Hopefully all we need now... | Julian Scheel | |
2008-12-01 | Fix vo_cap_vdpau_h264. | Christophe Thommeret | |
2008-12-01 | Fix image format. | Julian Scheel | |
2008-12-01 | First picture. | Julian Scheel | |
2008-12-01 | No segfault any more... | Julian Scheel | |
2008-12-01 | Fix VO caps misdetection. | Christophe Thommeret | |
2008-12-01 | Filling almost all information the decoder needs. | Julian Scheel | |
2008-12-01 | First compiling vdpau_h264 decoder. | Julian Scheel | |
2008-12-01 | Decoder initialising (WIP). | Julian Scheel | |
2008-12-01 | Enable display of XINE_IMGFMT_VDPAU. | Christophe Thommeret | |
2008-12-01 | Introduce vdpau_accel_t. | Christophe Thommeret | |
2008-11-30 | Fix a few glitches in nal_parser. Still slicing needs to be fixed. | Julian Scheel | |
--HG-- rename : src/libxinevdec/nal_parser.c => src/libvdpau/nal_parser.c rename : src/libxinevdec/nal_parser.h => src/libvdpau/nal_parser.h | |||
2008-11-30 | Add initial h264 decoder plugin structure (almost empty for now). | Julian Scheel | |
2008-11-30 | Add imgfmt and vo_cap to headers. | Julian Scheel | |
2008-11-30 | Add scaling, cropping & recreate presentation_queue after drawable change ↵ | Christophe Thommeret | |
(fullscreen). | |||
2008-11-29 | Initial nal parser code for grabbing the data for VdpPictureInfoH264. | Julian Scheel | |
2008-11-29 | Adding vo_vdpau. | Christophe Thommeret | |
2008-11-22 | Add position-based seeking independent from seekpoints. | Lorenzo Desole | |
When it comes to FLAC audio files, seeking relies on seekpoints which are not always present, and even when they are, sometimes it fails. Also, as far as I can see, xine is unable to play a FLAC stream starting at an arbitrary position. Other players (namely mplayer) do not rely on seekpoints when they handle FLAC files and they don't suffer from these problems. With this patch, time-based seeking doesn't change, while position-based seeking is completely independent from seekpoints. |