index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2007-06-15
Fix signs.
Diego 'Flameeyes' Pettenò
2007-06-15
Use memcmp rather than manual checks.
Diego 'Flameeyes' Pettenò
2007-06-15
The offset variable is only used with strlen value, set it to size_t then.
Diego 'Flameeyes' Pettenò
2007-06-15
Fix signedness on channel_index() function.
Diego 'Flameeyes' Pettenò
2007-06-15
Cast the -1 comparison.
Diego 'Flameeyes' Pettenò
2007-06-15
Use an extra compound, and removes one preprocessor block.
Diego 'Flameeyes' Pettenò
2007-06-15
Replace the void pointers with uint8_t pointers.
Diego 'Flameeyes' Pettenò
2007-06-15
Use xine_xcalloc() to make sure nothing will overflow.
Diego 'Flameeyes' Pettenò
2007-06-15
Change variable to be size_t if sizeof() is used to compare to it.
Diego 'Flameeyes' Pettenò
2007-06-15
Use the same type for l and size.
Diego 'Flameeyes' Pettenò
2007-06-15
Use unsigned int when proper.
Diego 'Flameeyes' Pettenò
2007-06-15
Fix signedness of sample_rate.
Diego 'Flameeyes' Pettenò
2007-06-15
Change the prototype of xine_list_post_plugins_typed(), to avoid a warning.
Diego 'Flameeyes' Pettenò
2007-06-14
Fix building, missing include path.
Albert Lee
2007-06-14
Init mpegvideo only once (fixes when MMX and mediaLib are both present).
Albert Lee
2007-06-14
Init dsputil only once (fixes when MMX and mediaLib are both present).
Albert Lee
2007-06-14
Merge from 1.1 branch.
Diego 'Flameeyes' Pettenò
2007-06-14
Include bswap.h too.
Diego 'Flameeyes' Pettenò
2007-06-13
Don't redefine the BE_16/32 macros.
Diego 'Flameeyes' Pettenò
2007-06-13
Make explanation a constant string (gettext() strings are never freed).
Albert Lee
2007-06-13
Fix parameter type.
Albert Lee
2007-06-13
Avoid name collision (don't redefine NOPID).
Albert Lee
2007-06-13
pgx32/64 need SUNDGA_CFLAGS
Albert Lee
2007-06-13
Add printf format attribute.
Albert Lee
2007-06-13
Avoid name collison (don't redefine TRANSPARENT).
Albert Lee
2007-06-13
Support Solaris byteorder.h macros.
Albert Lee
2007-06-13
Fix compiler warning (pointer arithmetic).
Albert Lee
2007-06-13
Use strndup rather than just strdup to avoid overflows.
Diego 'Flameeyes' Pettenò
2007-06-13
Use memcmp rather than manual tests.
Diego 'Flameeyes' Pettenò
2007-06-13
Remove signedness warnings from the theora decoder.
Diego 'Flameeyes' Pettenò
2007-06-13
Remove most of warnings from the speex_decoder.
Diego 'Flameeyes' Pettenò
2007-06-13
Rewrite the xine_hexdump function not to use _only_ fprintf even when it's ov...
Diego 'Flameeyes' Pettenò
2007-06-13
Make xine_hexdump take a void * parameter, so that there are no problems of s...
Diego 'Flameeyes' Pettenò
2007-06-13
Merge from 1.1.
Diego 'Flameeyes' Pettenò
2007-06-13
Fix leak on vorbis decoder as reported by Sander Jansen.
Diego 'Flameeyes' Pettenò
2007-06-12
A nice simple merge from 1.1.
Darren Salt
2007-06-10
Backport last.fm support to 1.1 branch.
Diego 'Flameeyes' Pettenò
2007-06-10
Fill xine_event_t strutures as needed, reduces code built.
Diego 'Flameeyes' Pettenò
2007-06-10
Reorder fields and make use of bitmask for boolean values.
Diego 'Flameeyes' Pettenò
2007-06-10
Reorder proxy elements to fill hole.
Diego 'Flameeyes' Pettenò
2007-06-10
Check for last.fm streaming server, and if that's the case, check for the SYN...
Diego 'Flameeyes' Pettenò
2007-08-12
Fix goom visualization plug-in
Maxim Levitsky
2007-08-12
Add a few missing "\n"s.
Darren Salt
2007-08-12
Extend config key translation to allow front ends to provide an additional list.
Darren Salt
2007-08-08
Fix an attempted free of static data, e.g. when using "dvd:/" (not "dvd://").
Darren Salt
2007-06-09
Add $(LTLIBINTL) for a few plugins which I'd missed.
Darren Salt
2007-06-09
Use $(LTLIBICONV) instead of $(LIBICONV) when linking libxine.so.
Darren Salt
2007-06-09
Use $(LTLIBICONV) instead of @LIBICONV@.
Darren Salt
2007-06-09
Add $(LTLIBICONV) wherever objdump -R shows a dependency on iconv functions.
Darren Salt
2007-06-09
Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.
Darren Salt
[prev]
[next]