Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-01 | Merge. | Darren Salt | |
2008-02-01 | Merge mpeg2 backout commits. | Darren Salt | |
2008-02-01 | Merge. | Darren Salt | |
2008-02-01 | Merge. | Darren Salt | |
2008-02-01 | Merge. | Darren Salt | |
2008-02-01 | Restore libmpeg2/Makefile.am. | Darren Salt | |
2008-02-01 | Back out mpeg2 build changes: separate unit (though used only once). | Darren Salt | |
Also, built files don't end up in the lib directory. | |||
2008-02-01 | Back out macosx build changes: separate units (so far unused). | Darren Salt | |
Also, built files don't end up in the lib directory. | |||
2008-02-01 | Back out rtsp build changes: separate units (though used only once). | Darren Salt | |
Also, built files don't end up in the lib directories. | |||
2008-02-01 | Back out vcd build changes: separate unit (though used only once). | Darren Salt | |
Also, built files don't end up in the vcd directory. | |||
2008-01-31 | Revert xine-config dist_bin & EXTRA_DIST changes due to changes in 1.1. | Darren Salt | |
2008-01-27 | Remove makefile I should have removed before. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Move libmpeg2-based decoder building in video_dec. Avoid one recursive make ↵ | Diego 'Flameeyes' Pettenò | |
call. | |||
2008-01-27 | Move macosx video output library building inside src/video_out, avoid one ↵ | Diego 'Flameeyes' Pettenò | |
recursive make call. | |||
2008-01-27 | Use AM_PROG_CC_C_O as needed by the xine-fontconv program. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Compile librtsp and libreal source files directly into the rtsp plugin. ↵ | Diego 'Flameeyes' Pettenò | |
Avoid two recursive make calls. | |||
2008-01-27 | Remove another recursive make invocation, build the vcd plugin inside ↵ | Diego 'Flameeyes' Pettenò | |
src/input even if the source files are in src/input/vcd. | |||
2008-01-27 | Remove one more recursive make: move fonts declaration and installation ↵ | Diego 'Flameeyes' Pettenò | |
inside misc/Makefile.am. | |||
2008-01-27 | Use dist_bin for xine-config and remove it from EXTRA_DIST. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Ignore xine-fontconv and cdda_server programs. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Rename base64 functions to _x_ as they should not be part of the public API. | Diego 'Flameeyes' Pettenò | |
Note that these will be removed as soon as -libavutil branch is merged, in favour of libavutil's base64 implementation. | |||
2008-01-27 | Use EXTRA_PROGRAMS for xine-fontconv and cdda_server rahter than using ↵ | Diego 'Flameeyes' Pettenò | |
manual rules. | |||
2008-01-27 | Don't distribute the generated inttypes.h file. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Move base64 header to xine-utils as we don't want it installed. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : include/xine/base64.h => src/xine-utils/base64.h | |||
2008-01-27 | Avoid one recursive make by declaring all the installed headers inside ↵ | Diego 'Flameeyes' Pettenò | |
include/Makefile.am. | |||
2008-01-26 | Merge from 1.1. | Darren Salt | |
--HG-- rename : po/libxine1.pot => po/libxine2.pot rename : src/combined/demux_flac.c => src/combined/flac_demuxer.c rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
2008-01-26 | Added signature for changeset ae1e23df14223cdacf83df75b28b223895d658c2 | Darren Salt | |
2008-01-26 | Added tag xine-lib-1_1_10-release for changeset 7f1232425c6d | Darren Salt | |
2008-01-26 | 1.1.10 release.xine-lib-1_1_10-release1.1.10 | Darren Salt | |
2008-01-26 | Fix font installation (broken by the xine-config backport). | Darren Salt | |
2008-01-26 | Resync translation source file (again). | Darren Salt | |
2008-01-26 | Quick hack to allow configuration of the V4L ALSA audio input device. | Darren Salt | |
2008-01-26 | Resync translation source file. | Darren Salt | |
2008-01-26 | Unbreak xine-config distribution. | Darren Salt | |
2008-01-26 | Fix a few recently-caused compiler warnings. | Darren Salt | |
2008-01-25 | Changelog update. | Darren Salt | |
2008-01-25 | Always use xine_xmalloc in plugin class init; avoids uninitialised pointers. | Darren Salt | |
2008-01-25 | Fixed parsing of keyframes indices (do not assume a specific order betwen ↵ | Claudio Ciccani | |
"times" and "filepositions"). Parse flv script data only once upon send_headers(). Use relative seeking instead of absolute seeking when seek_time-current_time is below 5 seconds. (transplanted from 689daba9823670864eaef213733987196be21acc) --HG-- extra : transplant_source : %3CA%D9%CBuM%14%DAR%F8%89K%EF%13%83%17%9A%F7%AB%8F | |||
2008-01-25 | Report unofficial mimetypes (x- variants) for the Ogg demuxer too. | Diego 'Flameeyes' Pettenò | |
2008-01-25 | Advertise proper support for FLAC files. | Diego 'Flameeyes' Pettenò | |
application/x-flac is not reported anywhere. Both file(1) and shared-mime-info report audio/x-flac. Xiph wiki[1] reports audio/flac as being queued for registration. Report both audio/x-flac and audio/flac for compatibility. [1] http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions | |||
2008-01-25 | Fixed parsing of keyframes indices (do not assume a specific order betwen ↵ | Claudio Ciccani | |
"times" and "filepositions"). Parse flv script data only once upon send_headers(). Use relative seeking instead of absolute seeking when seek_time-current_time is below 5 seconds. | |||
2008-01-25 | Merge from 1.1. | Darren Salt | |
2008-01-24 | Fix a possible crash on channel change in the DVB plugin. | Darren Salt | |
Some 0-sized sections were observed in the TS PMT parser. Test setup details: Test channel is Film 4 on Freeview. Test hardware is a Nova-T Stick (older dib7000m variant). Drivers from v4l-dvb hg, id a1c94c4a05f5, with dib7000m_set_frontend() patched to select OUTMODE_HIGH_Z while tuning. | |||
2008-01-24 | Only restore the audio buffer discard setting if it was altered. | Darren Salt | |
(Cset 1a0447486a13 broke things differently.) | |||
2008-01-24 | spec-file update | Manfred Tremmel | |
- stk and arts plugins are no longer build by default, enable them, when subpackages are selected - added optional subpackage for pulseaudio - switched to external vcdlibs - using macros for shell commands, when rpm provides them - some other cleanups - some little changes to enable caca plugin | |||
2008-01-24 | Don't discard audio samples forever. Fixed streaming playback | Thibaut Mattern | |
2008-01-24 | Merge from -plugin-loader branch. | Darren Salt | |
base64.{c,h} functions are given "xine_" prefixes and are exported. --HG-- rename : src/xine-utils/base64.h => include/xine/base64.h rename : src/xine-engine/configfile.h => include/xine/configfile.h rename : src/xine-engine/plugin_catalog.h => include/xine/plugin_catalog.h rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : src/input/base64.c => src/xine-utils/base64.c | |||
2008-01-23 | Sanity-check ASF header sizes. | Darren Salt | |
This fixes a crash in the ASF demuxer, caused by the example exploit file given for CVE-2006-1664. | |||
2008-01-23 | Add missing CVE nos. | Darren Salt | |
2008-01-23 | Revert the --{,exec-}prefix=* changes (to match the old xine-config). | Darren Salt | |