Age | Commit message (Expand) | Author |
2007-12-13 | Remove FOURCC_TAG and replace with explicit BE_FOURCC. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Replace the mp3_frame_header paramter (pointer to bytes) with a 32 bit intege... | Diego 'Flameeyes' Pettenò |
2007-12-13 | Eliminate a few conversions to upper case; use strcasestr. | Darren Salt |
2007-12-13 | Replace four-bytes comparison with a ME_FOURCC comparison. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use strcasestr rather than converting the mimetypes variables to lowercase. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Fix vidix Makefile.in generation (broken in the preceding commit). | Darren Salt |
2007-12-13 | Fix vidix compilation. | Darren Salt |
2007-12-13 | Fix Quicktime (w32dll) decoder compilation. | Darren Salt |
2007-12-12 | Merge from 1.2 main. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Merge with 1.2-plugins-changes. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove xine_[av]o_driver_t typedefs (deprecated). | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove str_sticky attribute from xine_cfg_entry_s; ABI changes from here on a... | 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-12 | Merge from 1.2 main. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Replace usage of xine_xmalloc_aligned() with av_mallocz() from libavutil, lin... | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove use of xine_xmalloc_aligned() in libxine, and link it to libavutil. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove xine_xmalloc_aligned() function, to be replaced with av_mallocz(). | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove commented out xine_xmalloc_aligned for cleanness. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Use av_mallocz from libavutil rather than xine_xmalloc_aligned for allocating... | Diego 'Flameeyes' Pettenò |
2007-12-12 | Create a libyuv2rgb.la library to split out the yuv2rgb source files. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Fix LDFLAGS test so that -Wl,-z,defs is found correctly again. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Add patch so that sha1 support is built into libavutil. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use libavutil's sha1 routine rather than adding an implementation of it. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Remove a base64 decoding function, and use libavutil decoding function instead. | 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 | Remove CRC routine from libxine, now using libavutil for CRCs. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use libavutil's crc routine rather than xine-utils's. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use libavutil's crc routine rather than a52dec's. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Actually use the context already allocated by libavutil. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use libavutil's crc routines rather than xine-utils's code. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use FFMPEG_* variables and reduce conditional. | Diego 'Flameeyes' Pettenò |
2007-12-11 | use FFMPEG_POSTPROC_* variables, reduce conditional. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Add generic libavutil rule. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Check for libavutil presence, set FFMPEG_* AVUTIL_* and FFMPEG_POSTPROC_* var... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Provide some change log for the branch. | 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 | Fail when using BY_CONTENT detection, missing autodetection. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Allow the TS demuxer to accept dvb streams; fix BY_MRL detection for slave. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Check if a dot was found before dereferencing the pointer. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Fail opening the device while using BY_CONTENT detection method, only allow B... | 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 | Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them. | 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 | Transform get_extensions and get_mimetypes into strings. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version of the VCD plugin (which got missed earlier). | Darren Salt |