Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Needed for autogen to work. | 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. | |||
2008-11-22 | Fix linkage failure caused by the av_free() changes in the ffmpeg decoders. | Darren Salt | |
2008-11-20 | Memory 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-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák | |
Add warning flags to the DEBUG_CFLAGS too. | |||
2008-11-20 | Fix using of the pointers, leak fixes in configfile. | František Dvořák | |
2008-11-19 | Enable basic warnings even when optimisations are disabled. | Diego E. 'Flameeyes' Pettenò | |
We don't want to have warnings conditional to extreme optimisations: if the compiler supports them, they should be enabled. The reason why they were conditional is that the code testing for GCC presence enabled both warnings and optimisations, and the warnings were carried over when the optimisations were made optional. | |||
2008-11-19 | Fix gcc version test when the CC variable needs not be quoted. | Diego E. 'Flameeyes' Pettenò | |
When passing CC="ccache gcc", we don't want to quote "$CC" calls, otherwise the command won't be found. | |||
2008-11-19 | Replace AC_TRY_CFLAGS usage with CC_CHECK_CFLAGS and remove the | Diego E. 'Flameeyes' Pettenò | |
former. The CC_CHECK_CFLAGS macro is already present in attributes.m4, so no need to keep the old version we had around, especially since the new one caches its results too. | |||
2008-11-19 | Create a new macro CC_NOUNDEFINED to check for the -z defs flag or | Diego E. 'Flameeyes' Pettenò | |
equivalent. I wanted this because I'm going to reuse attribute.m4 with that macro for a couple other projects. This also removes AC_TRY_LDFLAGS since it's not used any longer (replaced by CC_CHECK_LDFLAGS, which also caches results). | |||
2008-11-19 | Update the CFLAGS checks to use the new CC_CHECK_CFLAGS_APPEND macros. | Diego E. 'Flameeyes' Pettenò | |
This should make it more readable, and avoid a few extra test. Also check for the -Werror= style for GCC 4.3 instead of the old -Werror-implicit-function-declaration. | |||
2008-11-19 | Update the attributes.m4 file from lscube projects. | Diego E. 'Flameeyes' Pettenò | |
This adds variants of CC_CHECK_CFLAGS that append the flags automatically, and a few comments. | |||
2008-11-18 | Fix 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-10 | Czech translation update. | František Dvořák | |
2008-11-10 | Update po-files. | František Dvořák | |
2008-11-09 | Matroska and FLI demuxers warning and valgrind fixes | Frantisek Dvorak | |
2008-11-07 | Fixed segfault on start when using XINE_PLUGIN_PATH. | František Dvořák | |
2008-11-07 | Merge. | Darren Salt | |
2008-11-07 | Recognise H.264 codec with "XiWave" fourcc too. | valtri@funny.zcu.cz | |