summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-12-08It grows and grows...Julian Scheel
2008-12-08Ref-frame fixes.Julian Scheel
2008-12-08Set frame_idx in a more correct manner.Julian Scheel
2008-12-08Plays whole streams (progressive), still with glitches, though.Julian Scheel
2008-12-08Fix frame alloc.Christophe Thommeret
2008-12-08Block surfaces until they are not used as reference frames any more.Julian Scheel
2008-12-08Export vdp_get_error_string; define MPEG12 cap.Christophe Thommeret
2008-12-08Enable VO_CAP check.Julian Scheel
2008-12-08Progress... seeing the first picture (c:Julian Scheel
2008-12-07DPB 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-05Queue bits; use-after-free fix.Christophe Thommeret
2008-12-05Fix several parser errors; clean up parser code format.Julian Scheel
2008-12-04Fix very bad pointer failure...Julian Scheel
2008-12-03Fully working parser.Julian Scheel
2008-12-03Fix typo.Julian Scheel
2008-12-03Almost completely working parser.Julian Scheel
2008-12-03Decoding a few frames.Julian Scheel
2008-12-03Overlay stuff.Christophe Thommeret
2008-12-03Decodes one picture, but does not display it.Julian Scheel
2008-12-02Debug printfs...Julian Scheel
2008-12-02Cleanup.Julian Scheel
2008-12-02Start DPB work.Julian Scheel
2008-12-02More extensions to the parser, fixes in the decoder.Julian Scheel
2008-12-02Parser additions. Hopefully all we need now...Julian Scheel
2008-12-01Fix vo_cap_vdpau_h264.Christophe Thommeret
2008-12-01Fix image format.Julian Scheel
2008-12-01First picture.Julian Scheel
2008-12-01No segfault any more...Julian Scheel
2008-12-01Fix VO caps misdetection.Christophe Thommeret
2008-12-01Filling almost all information the decoder needs.Julian Scheel
2008-12-01First compiling vdpau_h264 decoder.Julian Scheel
2008-12-01Decoder initialising (WIP).Julian Scheel
2008-12-01Enable display of XINE_IMGFMT_VDPAU.Christophe Thommeret
2008-12-01Introduce vdpau_accel_t.Christophe Thommeret
2008-11-30Fix 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-30Add initial h264 decoder plugin structure (almost empty for now).Julian Scheel
2008-11-30Add imgfmt and vo_cap to headers.Julian Scheel
2008-11-30Add scaling, cropping & recreate presentation_queue after drawable change ↵Christophe Thommeret
(fullscreen).
2008-11-29Initial nal parser code for grabbing the data for VdpPictureInfoH264.Julian Scheel
2008-11-29Adding vo_vdpau.Christophe Thommeret
2008-11-22Add 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.
2008-11-22Fix linkage failure caused by the av_free() changes in the ffmpeg decoders.Darren Salt
2008-11-20Memory access fixes:František Dvořák
- goom initialization - matroska playing recent files with AAC - replace free() by ffmpeg's av_free() in ff decoders
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
Add warning flags to the DEBUG_CFLAGS too.
2008-11-20Fix using of the pointers, leak fixes in configfile.František Dvořák
2008-11-18Fix of the two opened CACA windows in cacaxine (xine-ui).František Dvořák
There is needed some ui<->lib interaction: used caca display is optionally delivered from ui to the caca vo plugin.
2008-11-09Matroska and FLI demuxers warning and valgrind fixesFrantisek Dvorak
2008-11-07Fixed segfault on start when using XINE_PLUGIN_PATH.František Dvořák
2008-11-07Merge.Darren Salt
2008-11-07Recognise H.264 codec with "XiWave" fourcc too.valtri@funny.zcu.cz