Age | Commit message (Collapse) | Author |
|
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22
|
|
CVS patchset: 5909
CVS date: 2003/12/14 12:19:25
|
|
CVS patchset: 5905
CVS date: 2003/12/13 21:55:52
|
|
CVS patchset: 5903
CVS date: 2003/12/13 11:52:56
|
|
* internal names cleanup
* http input plugin uses http_helper.c
* fix change in audio_directx
* MSVC stoped compile xineui because of 'this', mysterious
* change non-constand array lengths to malloc/free,
it good for such old compilers as my MSVC 6.0
* change lprintf macro for MSVC to compile again
(I don't know, how use variable number of macro arguments in MSVC...)
* merge compiling of xine-utils and xine-engine
CVS patchset: 5902
CVS date: 2003/12/13 11:35:07
|
|
CVS patchset: 5901
CVS date: 2003/12/13 01:53:48
|
|
CVS patchset: 5896
CVS date: 2003/12/12 22:53:15
|
|
Fix strange len8 computation.
CVS patchset: 5890
CVS date: 2003/12/11 01:15:53
|
|
CVS patchset: 5888
CVS date: 2003/12/10 17:10:46
|
|
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28
|
|
CVS patchset: 5874
CVS date: 2003/12/08 14:23:43
|
|
patch by Ramon van der Aar
CVS patchset: 5869
CVS date: 2003/12/08 12:35:20
|
|
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only.
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29
|
|
CVS patchset: 5847
CVS date: 2003/12/05 22:31:41
|
|
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued...
CVS patchset: 5844
CVS date: 2003/12/05 15:54:56
|
|
CVS patchset: 5843
CVS date: 2003/12/04 22:43:18
|
|
CVS patchset: 5842
CVS date: 2003/12/04 22:38:29
|
|
CVS patchset: 5840
CVS date: 2003/12/04 22:14:53
|
|
Minor hexdump cleanup
CVS patchset: 5839
CVS date: 2003/12/04 22:11:25
|
|
CVS patchset: 5838
CVS date: 2003/12/04 22:07:05
|
|
- use url_helper
- always use _x_io* functions
- log more stuff with xprintf
CVS patchset: 5837
CVS date: 2003/12/04 21:48:36
|
|
- use url_helper
- use an other http agent (this one seems more reliable)
- some printf -> xprintf conversions
- remove some LE_* clones
- some sprintf -> snprintf conversions
- always use _x_io* functions
CVS patchset: 5836
CVS date: 2003/12/04 21:37:40
|
|
CVS patchset: 5835
CVS date: 2003/12/04 21:19:03
|
|
CVS patchset: 5809
CVS date: 2003/11/27 22:33:01
|
|
scratch buffer enhancement (thanks Thibaut for the malloc tips), enlarge log buffer from 25 lines (very useless), to 150 (better).
CVS patchset: 5801
CVS date: 2003/11/26 23:44:08
|
|
CVS patchset: 5796
CVS date: 2003/11/26 19:43:26
|
|
add a http url parser
input_http:
use http_helper
try to fix potential security holes
CVS patchset: 5783
CVS date: 2003/11/26 08:09:58
|
|
Check for seek success in mp3 and avi demuxers.
CVS patchset: 5775
CVS date: 2003/11/23 23:20:56
|
|
BIG NOTE: use helpers to access to these informations (get/set/reset):
_x_{stream,meta}_info_{get,set,reset}()
are for internal use, don't use *_public() ones from inside the beast ;-)
Some wrongly names "xine_" fonction renaming.
CVS patchset: 5757
CVS date: 2003/11/16 23:33:42
|
|
CVS patchset: 5751
CVS date: 2003/11/16 15:32:10
|
|
CVS patchset: 5734
CVS date: 2003/11/15 15:04:35
|
|
CVS patchset: 5731
CVS date: 2003/11/15 13:01:00
|
|
CVS patchset: 5730
CVS date: 2003/11/14 23:00:41
|
|
CVS patchset: 5727
CVS date: 2003/11/12 19:58:19
|
|
CVS patchset: 5726
CVS date: 2003/11/12 19:54:56
|
|
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
|
|
headers in place of the 2.4 ones in glibc...
CVS patchset: 5713
CVS date: 2003/11/09 02:05:34
|
|
CVS patchset: 5711
CVS date: 2003/11/08 22:39:32
|
|
CVS patchset: 5710
CVS date: 2003/11/08 22:21:48
|
|
CVS patchset: 5709
CVS date: 2003/11/08 22:20:35
|
|
reading the extended PSD. Given that area-highlighting and selection
features in the extended PSD haven't been implemented, it's best then
to not try to read this at all.
CVS patchset: 5699
CVS date: 2003/11/06 03:28:18
|
|
xine in stop)
CVS patchset: 5694
CVS date: 2003/11/05 20:41:29
|
|
(cdda_open() would still open the device with, but cdda_close() would not close it)
so we provide a dummy instance, in case there is none yet
(problem reported by Andre Maaßdorf)
CVS patchset: 5651
CVS date: 2003/10/31 17:28:05
|
|
- Fix buggy stream chooser.
This stream plays correctly now:
mmsh://205.188.214.185:80/wmg/us/wbr/flaminglips/flaminglips_do-you-realize_extended_450.wmv
CVS patchset: 5648
CVS date: 2003/10/31 01:55:03
|
|
- Prefer external libcdio and libvcdinfo libraries when they are acceptable
- Allow disabling VCD plugin
CVS patchset: 5644
CVS date: 2003/10/30 07:58:52
|
|
CVS patchset: 5600
CVS date: 2003/10/26 10:48:24
|
|
CVS patchset: 5587
CVS date: 2003/10/24 17:17:19
|
|
CVS patchset: 5567
CVS date: 2003/10/22 12:04:42
|
|
CVS patchset: 5565
CVS date: 2003/10/21 16:14:50
|
|
API problems any more.
CVS patchset: 5564
CVS date: 2003/10/21 16:10:31
|