Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-29 | Actually id3v2_tagsize was used by demux_mpgaudio and demux_aac; but as it ↵ | Diego 'Flameeyes' Pettenò | |
makes little sense, move BE_*_synchsafe functions from id3.c to id3.h and declare them inline, then BE_32_synchsafe can be replaced to id3v2_tagsize as drop in. | |||
2007-05-29 | Use the integer versions of Speex decoding functions, this avoids an ↵ | Diego 'Flameeyes' Pettenò | |
iteration over the decoded frames to transform them to integer, and also avoids an improper saturation. | |||
2007-05-29 | Fix typo reporting ID3v2.4 tags as ID3v2.3. | Diego 'Flameeyes' Pettenò | |
2007-05-29 | Print the invalid header flags when found. | Diego 'Flameeyes' Pettenò | |
2007-05-29 | Add a comment about id3v2_istag function and remove id3v2_tagsize function ↵ | Diego 'Flameeyes' Pettenò | |
(was used by demux_flac only). | |||
2007-05-29 | Correctly parse ID3 tags, and avoid skipping over them manually. This ↵ | Diego 'Flameeyes' Pettenò | |
reduces again the amount of troublesome FLAC files. | |||
2007-05-28 | Replaced the hardcoded opcodes with "rdtsc" notation, make the rdtsc() ↵ | Stas Sergeev | |
function static. | |||
2007-05-28 | Add an x86_64-specific version of rdtsc(). | Stas Sergeev | |
2007-05-28 | Merge from 1.2 main branch. | Darren Salt | |
2007-05-28 | Merge from 1.1. | Darren Salt | |
2007-05-26 | Re: [xine-devel] vcd plugin - sigsegv in 1.1.6 and 1.1(.7) | Manfred Tremmel | |
development branche Am Samstag, 26. Mai 2007 17:48 schrieb Darren Salt: > Could you also try not reverting that and instead applying one or > both of the attached patches? Both playback and eject need to be > tested. You should use the drive's eject button, though there's no > harm in also checking xine-lib's eject code. Ok, here's a modified patch, a combination of your two patches, with a little fix. It works fine here, pressing the vcd button on xine-ui starts playing vcd's directly and when pressing the stop button, I can eject the CD by pressing the eject button on the cd drive. I hope it's ok for you. -- Machs gut | http://www.iivs.de/schwinde/buerger/tremmel/ | http://packman.links2linux.de/ Manfred | http://www.knightsoft-net.de | |||
2007-05-26 | Shuffle the HTTP input plugin's internal data slightly. | Darren Salt | |
2007-05-25 | Add a message code to distinguish between HTTP response codes 401 and 403. | Darren Salt | |
This should allow for front ends to do things such as prompt for authentication. | |||
2007-05-19 | Optimization flag fixes for building with --enable-debug | Matt Messier | |
2007-05-19 | Input plugins: Enable vcd, but disable vcdo by default | Matt Messier | |
except on FreeBSD, Linux, and Solaris. There's no explicit option to enable or disable vcdo, and it's built if the platform supports it and vcd is enabled. | |||
2007-05-18 | Add summary info for vdr; build plugins if DVB is enabled (no point otherwise). | Darren Salt | |
Valid so long as remote vdr support is not present (a patch exists for this). | |||
2007-05-18 | Merge from 1.2 main branch, except for summary info related to the vdr plugins. | Darren Salt | |
2007-05-17 | Clean up the vdr plugins' makefile; mark the plugin info as EXPORTED. | Darren Salt | |
2007-05-17 | Add missing LIBCDIO_LIBS to the list of linked libraries | Matt Messier | |
2007-05-16 | Merge changes from main 1.2 repository | Matt Messier | |
2007-05-17 | Link the vdr input plugin with pthread. | Darren Salt | |
2007-05-17 | Merge from 1.2 main branch. | Darren Salt | |
2007-05-17 | Merge from 1.1. | Darren Salt | |
2007-05-17 | Convert character constants to hex values for redability in UTF-8 terminals. | Darren Salt | |
Add and adjust comments appropriately. | |||
2007-05-17 | Convert comments (and the occasional string where it doesn't matter) to UTF-8. | Darren Salt | |
2007-05-16 | v4l: replace faulty use of xprintf with lprintf. | Simon Farnsworth | |
The current input_v4l in xine-lib 1.1.6 is inherently buggy (it will deference an invalid pointer in extract_mrl if the MRL contains a V4L input name or frequency). | |||
2007-05-15 | Remove a stray trailing backslash | Matt Messier | |
2007-05-14 | Final pass over decoders.m4 | Matt Messier | |
2007-05-14 | Final pass over input plugin configuration checks | Matt Messier | |
-- Move some generic checks out of m4/input.m4 and back into configure.ac -- Remove ioctl_request.m4 and inline it in configure.ac -- Fix compilation of internal libcdio and libvcd stuff -- now works for Darwin -- Add a switch for enabling/disabling dvb support. Disabled by default for all platforms except for Linux. Only allowed to be used on Linux. -- Disable vcd support on all platforms except for FreeBSD, Linux, and Solaris, because src/input/input_vcd.c is only supported on those platforms even though libcdio and libvcd will compile on other platforms -- Clean up some summary.m4 stuff | |||
2007-05-13 | Clean up xxmc/xvmc configure checks, move xv.m4 into video_out.m4 | Matt Messier | |
2007-05-12 | X11 and video output plugin configuration check cleanups | Matt Messier | |
-- Move x11.m4 back into configure.ac, because AC_PATH_XTRA was behaving oddly inside a macro. That code is now cleaned up enough so that it's not too painful having it there. -- Move opengl.m4 inline into video_out.m4 -- Fix x11 checks to work on Darwin, including XShm checks, Xv checks, OpenGL, and GLU checks. | |||
2007-05-12 | Merge changes from main 1.2 repository | Matt Messier | |
2007-05-12 | More configure/Makefile cleanups | Matt Messier | |
-- Make a pass at cleaning up contrib/ Makefile.am files -- Rename many AM_CONDITIONALS for consistency and give them better names to better indicate what they mean -- Remove some dead input plugin tests -- Clean up AM_PATH_DVDNAV | |||
2007-05-11 | Another round of Makefile.am cleanups | Matt Messier | |
2007-05-11 | Another pass at cleaning up Makefile.am files. More to come. | Matt Messier | |
2007-05-10 | Rename PPC_ARCH to ARCH_PPC for consistency. | Matt Messier | |
Move the definition of it to a much more appropriate location. | |||
2007-05-10 | Remove -D_LARGEFILE64_SOURCE from AM_CPPFLAGS | Matt Messier | |
This is a transitional macro that's normally defined by the system includes if _GNU_SOURCE is defined, which it will be because of AC_GNU_SOURCE. It's only used by GNU libc. I cannot find anything in any of the code built by these Makefiles that uses any of the types, structures, or functions that defining this macro produces. | |||
2007-05-09 | Clean up video output plugin configure checks | Matt Messier | |
2007-05-09 | Declare the entries at the start of the file, makes it easier to see the ↵ | Diego 'Flameeyes' Pettenò | |
targets. | |||
2007-05-09 | Don't use multiline when only one entry is present. | Diego 'Flameeyes' Pettenò | |
2007-05-09 | Put post_vdr.h between the post plugin sources, rather than having it in the ↵ | Diego 'Flameeyes' Pettenò | |
extra noinst_HEADERS. | |||
2007-05-09 | Properly use xineplug_ldflags and remove IMPURE_TEXT_LDFLAGS, as there are ↵ | Diego 'Flameeyes' Pettenò | |
no inline assembler routines. | |||
2007-05-09 | Instead of using libdir and postlibdir, use xineplug and xinepost, that are ↵ | Diego 'Flameeyes' Pettenò | |
defined in Makefile.common. | |||
2007-05-08 | More configure.ac cleanups | Matt Messier | |
-- Revisit NLS stuff. Not much changed, remove the REVISIT tag -- Change XDG_BASEDIR_CFLAGS to XDG_BASEDIR_CPPFLAGS, because it only includes a -I, which is a CPPFLAGS option, not CFLAGS -- Move XDG stuff up to library checks -- Cleanup and move zlib checks -- Move X11 checks up to checks for system services -- Break audio out plugin stuff into m4/audio_out.m4 -- Break video out plugin stuff into m4/video_out.m4 -- Move libdir name stuff into m4/libFLAC.m4 since that's the only thing that uses it. | |||
2007-05-08 | Fix the build rules for libavutil.a and libpostproc.a (for the planar plugin). | Darren Salt | |
2007-05-08 | Merge changes from main 1.2 repository | Matt Messier | |
2007-05-08 | Clean up the vdr plugins' makefile. | Darren Salt | |
2007-05-08 | Merge VDR support. | Darren Salt | |
2007-05-08 | Merge Reinhard Nissl's engine changes. | Darren Salt | |
2007-05-08 | Merge from 1.1. | Darren Salt | |