index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
input_cdda.c
Age
Commit message (
Expand
)
Author
2008-01-27
Rename base64 functions to _x_ as they should not be part of the public API.
Diego 'Flameeyes' Pettenò
2008-01-27
Move base64 header to xine-utils as we don't want it installed.
Diego 'Flameeyes' Pettenò
2008-01-24
Merge from -plugin-loader branch.
Darren Salt
2008-01-05
Merge from 1.2.
Diego 'Flameeyes' Pettenò
2008-01-02
Remove stray return 0.
Diego 'Flameeyes' Pettenò
2008-01-02
Make network_command accept a generic data buffer.
Diego 'Flameeyes' Pettenò
2008-01-02
Update the network interfaces to accept constant strings where possible.
Diego 'Flameeyes' Pettenò
2007-12-30
Merge from 1.1 (except po/*; translators needed for this).
Darren Salt
2007-12-23
Merge from 1.2 main branch.
Diego 'Flameeyes' Pettenò
2007-12-24
Spelling correction: successfuly → successfully.
Darren Salt
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-19
Merge from 1.2 branch.
Diego 'Flameeyes' Pettenò
2007-12-18
Clean up recursive mkdir().
Darren Salt
2007-12-18
Use zeroed allocation instead of memset, and don't zero out a string that is ...
Diego 'Flameeyes' Pettenò
2007-12-18
Use calloc() when the allocated size would be counted by multiplying the size...
Diego 'Flameeyes' Pettenò
2007-12-18
Use calloc() when the allocated size would be counted by multiplying the size...
Diego 'Flameeyes' Pettenò
2007-12-12
Merge from 1.2 main.
Diego 'Flameeyes' Pettenò
2007-12-11
Use libavutil's sha1 routine rather than adding an implementation of it.
Diego 'Flameeyes' Pettenò
2007-12-11
Use libavutil's base64 routines rather than adding musicbrainz's to cdda plugin.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the input plugins interface version to 18 as they got updated.
Diego 'Flameeyes' Pettenò
2007-12-11
Merge from 1.2 main branch.
Diego 'Flameeyes' Pettenò
2007-12-11
Don't use the if(foo) free(foo); construct, as free(NULL); is well defined.
Diego 'Flameeyes' Pettenò
2007-12-11
Use N_() rather than _(), passing the string just once to gettext().
Diego 'Flameeyes' Pettenò
2007-12-11
Update all input plugins to the new identifier/description interface.
Diego 'Flameeyes' Pettenò
2007-11-25
Merge from 1.1.
Darren Salt
2007-11-19
add support for GNU/kFreeBSD
Petr Salinger ext:(%20)
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-10
Merge from 1.1.
Darren Salt
2007-11-09
Merge FSF address changes from 1.1 branch.
Diego 'Flameeyes' Pettenò
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-06-09
Remove unused variable.
Diego 'Flameeyes' Pettenò
2007-06-09
Convert all input plugins to use void * as type for the buf parameter of read...
Diego 'Flameeyes' Pettenò
2007-06-01
Remove cachedir_entry variable that is now unused.
Diego 'Flameeyes' Pettenò
2007-05-04
Fix building of CDDA input on FreeBSD, the NetBSD patch broke it as sys/scsii...
Diego 'Flameeyes' Pettenò
2007-05-04
Merge - part 1.
Diego 'Flameeyes' Pettenò
2007-04-14
Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...
Diego 'Flameeyes' Pettenò
2007-04-14
Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...
Diego 'Flameeyes' Pettenò
2007-04-14
Remove now-unused _cdda_cddb_get_default_location.
Diego 'Flameeyes' Pettenò
2007-04-13
CDDB cache placement is no more a configuration option, and uses instead XDG_...
Diego 'Flameeyes' Pettenò
2007-04-07
Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.
Darren Salt
2007-03-10
Add support for NetBSD to src/input/input_cdda.c, patch by Sergey Svishchev.
Diego 'Flameeyes' Pettenò
2007-01-19
Make get_mrl return a const char * too.
Diego 'Flameeyes' Pettenò
2007-01-18
Make get_description function return a const char * rather than just a char *...
Diego 'Flameeyes' Pettenò
2006-12-19
Mark string-type configuration items according to whether they're plain
Darren Salt
2006-08-11
Fix up CDDA parsing to cope with an arbitrary number of slashes after the colon.
Darren Salt
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-07-08
Set CD audio buffer to 500 frames (patch from Christopher Martin).
Darren Salt
2006-07-07
Fix CD track info retrieval, avoid long pauses.
Darren Salt
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2006-04-21
Add printf format attributes.
Darren Salt
[prev]
[next]