index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-engine
Age
Commit message (
Expand
)
Author
2007-12-22
Merge -headers-reshuffle branch into main.
Diego 'Flameeyes' Pettenò
2007-12-19
Move code out of osd.h that was present only with __OSD_C__ defined.
Diego 'Flameeyes' Pettenò
2007-12-19
Mark more arrays as constant.
Diego 'Flameeyes' Pettenò
2007-12-19
Mark static strings as const.
Diego 'Flameeyes' Pettenò
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-19
Consolidate all public include files into include/xine directory.
Diego 'Flameeyes' Pettenò
2007-12-18
Merge from 1.1.
Darren Salt
2007-12-18
Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272]
Darren Salt
2007-12-18
Use variable-sized arrays rather than allocated buffer.
Diego 'Flameeyes' Pettenò
2007-12-18
Remove a memset after xine_xmalloc.
Diego 'Flameeyes' Pettenò
2007-12-18
Remove superfluous include.
Diego 'Flameeyes' Pettenò
2007-12-18
Fix MRL protocol matching (for demuxer lookup).
Darren Salt
2007-12-15
Remove a stray semicolon.
Darren Salt
2007-12-14
Merge from 1.1.
Darren Salt
2007-12-14
Fixed a crash that happened when a video output was closed
Matthias Kretz
2007-12-13
Make _x_io_(file|tcp)_(write|read) accept a void* parameter.
Diego 'Flameeyes' Pettenò
2007-12-13
Make writing function use a void* parameters to avoid signedness warnings.
Diego 'Flameeyes' Pettenò
2007-12-13
Make _x_demux_read_header accept a void* as pointer to buffer.
Diego 'Flameeyes' Pettenò
2007-12-13
Use strcasestr rather than converting the mimetypes variables to lowercase.
Diego 'Flameeyes' Pettenò
2007-12-12
Merge with 1.2-plugins-changes.
Diego 'Flameeyes' Pettenò
2007-12-12
Remove xine_gui_send_vo_data (deprecated).
Diego 'Flameeyes' Pettenò
2007-12-12
Remove tvmode functions, deprecated for a while now.
Diego 'Flameeyes' Pettenò
2007-12-11
Don't export _x_demux_check_extension, now that plugins don't need it anymore.
Diego 'Flameeyes' Pettenò
2007-12-11
Check if a dot was found before dereferencing the pointer.
Diego 'Flameeyes' Pettenò
2007-12-11
Make _x_demux_check_extension check for protocol prefixes too if :/ is in the...
Diego 'Flameeyes' Pettenò
2007-12-11
Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco...
Diego 'Flameeyes' Pettenò
2007-12-11
Let _x_demux_check_extension() consider empty extensions string as an always-...
Diego 'Flameeyes' Pettenò
2007-12-11
Remove stray variable.
Diego 'Flameeyes' Pettenò
2007-12-11
Check if the extension is compatible with the plugin before trying to open it.
Diego 'Flameeyes' Pettenò
2007-12-11
Update the plugins loader to use the new extensions and mimetypes attributes.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the interface version for video decoder plugins.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the interface version for audio decoder plugins.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the interface version for video output plugins.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the interface version for audio output plugins.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the interface version for SPU decoders.
Diego 'Flameeyes' Pettenò
2007-12-11
Define free() as the default dispose function for plugin classes.
Diego 'Flameeyes' Pettenò
2007-12-11
Use dgettext to localise the description string for plugins.
Diego 'Flameeyes' Pettenò
2007-12-11
Add a textdomain field to allow using a different i18n catalog for the descri...
Diego 'Flameeyes' Pettenò
2007-12-11
Leave to the plugin the call to gettext exactly as before.
Diego 'Flameeyes' Pettenò
2007-12-11
Update the code not to use the get_* functions that were removed.
Diego 'Flameeyes' Pettenò
2007-12-11
Replace get_identifier/get_description functions with strings.
Diego 'Flameeyes' Pettenò
2007-12-09
Merge from 1.1.
Darren Salt
2007-12-09
Enable the WMV VC1 (ffmpeg) codec.
Darren Salt
2007-12-03
Merge from 1.1.
Darren Salt
2007-12-04
fifo_peek_int can return NULL (when non-blocking). make fifo_remove_int handl...
Matthias Kretz
2007-12-03
Fixed a race condition between ao_loop and ao_close to not lose the last buffer.
Matthias Kretz
2007-12-02
Don't signal fifo->empty right after reading the last buffer
Matthias Kretz
2007-12-02
remove redundant check
Matthias Kretz
2007-11-25
Merge from 1.1.
Darren Salt
2007-11-23
Merge.
Darren Salt
[next]