summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-01Merge from 1.1, discarding es.po changes.Darren Salt
--HG-- rename : misc/xine-config => misc/xine-config.in
2008-02-01Distribute version.sh (needed for re-running autoconf).Darren Salt
2008-02-01Tidy up header files list.Darren Salt
2008-02-01Merge.Darren Salt
2008-02-01Merge.Darren Salt
2008-02-01Merge mpeg2 backout commits.Darren Salt
2008-02-01Merge.Darren Salt
2008-02-01Merge.Darren Salt
2008-02-01Merge.Darren Salt
2008-02-01Restore libmpeg2/Makefile.am.Darren Salt
2008-02-01Back 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-01Back out macosx build changes: separate units (so far unused).Darren Salt
Also, built files don't end up in the lib directory.
2008-02-01Back 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-01Back 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-31Revert xine-config dist_bin & EXTRA_DIST changes due to changes in 1.1.Darren Salt
2008-01-31Export PKG_CONFIG_PATH.Darren Salt
2008-01-31Enable Esperanto translation (was missing from LINGUAS).Darren Salt
2008-01-31[translations] xine-lib translation to SpanishCarlos E. R.
2008-01-30Make sure that PKG_CONFIG_PATH is set properly by xine-config.Darren Salt
--HG-- rename : misc/xine-config => misc/xine-config.in
2008-01-28Fix a RealPlayer codec detection bug.Darren Salt
2008-01-27Revert part of commit applied by mistake.Diego 'Flameeyes' Pettenò
2008-01-27Remove win32/include/Makefile.am.Diego 'Flameeyes' Pettenò
2008-01-27Remove makefile I should have removed before.Diego 'Flameeyes' Pettenò
2008-01-27Move libmpeg2-based decoder building in video_dec. Avoid one recursive make ↵Diego 'Flameeyes' Pettenò
call.
2008-01-27Move macosx video output library building inside src/video_out, avoid one ↵Diego 'Flameeyes' Pettenò
recursive make call.
2008-01-27Use AM_PROG_CC_C_O as needed by the xine-fontconv program.Diego 'Flameeyes' Pettenò
2008-01-27Compile librtsp and libreal source files directly into the rtsp plugin. ↵Diego 'Flameeyes' Pettenò
Avoid two recursive make calls.
2008-01-27Remove 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-27Remove one more recursive make: move fonts declaration and installation ↵Diego 'Flameeyes' Pettenò
inside misc/Makefile.am.
2008-01-27Use dist_bin for xine-config and remove it from EXTRA_DIST.Diego 'Flameeyes' Pettenò
2008-01-27Ignore xine-fontconv and cdda_server programs.Diego 'Flameeyes' Pettenò
2008-01-27Rename 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-27Use EXTRA_PROGRAMS for xine-fontconv and cdda_server rahter than using ↵Diego 'Flameeyes' Pettenò
manual rules.
2008-01-27Don't distribute the generated inttypes.h file.Diego 'Flameeyes' Pettenò
2008-01-27Move 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-27Avoid one recursive make by declaring all the installed headers inside ↵Diego 'Flameeyes' Pettenò
include/Makefile.am.
2008-01-27Begin 1.1.11.Darren Salt
2008-01-26Merge 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-26Added signature for changeset ae1e23df14223cdacf83df75b28b223895d658c2Darren Salt
2008-01-26Added tag xine-lib-1_1_10-release for changeset 7f1232425c6dDarren Salt
2008-01-261.1.10 release.xine-lib-1_1_10-release1.1.10Darren Salt
2008-01-26Fix font installation (broken by the xine-config backport).Darren Salt
2008-01-26Resync translation source file (again).Darren Salt
2008-01-26Quick hack to allow configuration of the V4L ALSA audio input device.Darren Salt
2008-01-26Resync translation source file.Darren Salt
2008-01-26Unbreak xine-config distribution.Darren Salt
2008-01-26Fix a few recently-caused compiler warnings.Darren Salt
2008-01-25Changelog update.Darren Salt
2008-01-25Always use xine_xmalloc in plugin class init; avoids uninitialised pointers.Darren Salt
2008-01-25Fixed 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