Age | Commit message (Expand) | Author |
2007-04-13 | Provide internal functions to lock port rewiring. | Reinhard Nißl |
2007-04-13 | Merge extentions to ticket system. | Reinhard Nißl |
2007-04-13 | Provide ability to lock port rewiring. | Reinhard Nißl |
2007-04-13 | Disable bob deinterlacing on a per frame decision (continued). | Reinhard Nißl |
2007-04-12 | Merge some code for still frame detection. | Reinhard Nißl |
2007-04-12 | Disable bob deinterlacing on a per frame decision. | Reinhard Nißl |
2007-04-12 | Make bob deinterlacing more precisely and skip it on demand. | Reinhard Nißl |
2007-04-12 | Avoid keeping frames referenced which are nolonger used. | Reinhard Nißl |
2007-04-12 | Let xxmc switch back to an unaccelerated context. | Reinhard Nißl |
2007-04-12 | Provide a function to query buffer usage. | Reinhard Nißl |
2007-04-12 | Extend ticket system for nonblocking ticket acquiries. | Reinhard Nißl |
2007-04-12 | Convert more documentation to Doxygen format; hide two functions. | Diego 'Flameeyes' Pettenò |
2007-04-12 | Speed up start code scanning. | Reinhard Nißl |
2007-04-11 | Special handling of sequence end code to improve still frames. | Reinhard Nißl |
2007-04-11 | Detect absence of AFD and report only changes. | Reinhard Nißl |
2007-04-11 | Improve MPEG2 detection to have it ready for correct aspect ratio | Reinhard Nißl |
2007-04-11 | Merge changes from 1.1 branch (where they still make sense). | Diego 'Flameeyes' Pettenò |
2007-04-11 | Merge from -build-fixes branch. | Darren Salt |
2007-04-11 | Merge Matt Messier video output for Mac OS X. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Now that libmpcdec sources are in contrib/ subdirectory, move xine_musepack_d... | Diego 'Flameeyes' Pettenò |
2007-04-11 | Update libmpcdec (formerly libmusepack) to version 1.2.5, this also reduces t... | Diego 'Flameeyes' Pettenò |
2007-04-11 | Forgot to include attributes.h | Diego 'Flameeyes' Pettenò |
2007-04-11 | Merge 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Convert almost the whole buffer.h documentation to Doxygen format, and extend... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Initial import of VDR plugins.vdr-xine-version-711 | Reinhard Nißl |
2007-04-10 | Merge Reinhard Nissl's changes. | Darren Salt |
2007-04-10 | Allow xine-lib to be built with CFLAGS='-O0 -g3' by changing optimization | Reinhard Nißl |
2007-04-10 | Split the DirectFB plugin into X11 and non-X versions. | Darren Salt |
2007-04-10 | Use ATTR_ALIGN to declare alignment. | Diego 'Flameeyes' Pettenò |
2007-04-10 | Rationalise __attribute__((packed)) usage. | Diego 'Flameeyes' Pettenò |
2007-04-10 | Instead of recreating the FOURCC_32 wheel, use ME_FOURCC and read directly a ... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Use ME_FOURCC rather than having two declarations for wvpk_signature. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Remove stray FFmpeg code. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Don't export _x_(dummy_)fifo_buffer_new functions. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Check for external FFmpeg before checking if the given decoder was | Diego 'Flameeyes' Pettenò |
2007-04-09 | Check for include files in the included libavcodec directory. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Use ffmpeg_config.h only when using internal FFmpeg. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Merge the FFmpeg integration branch into the nopadding branch. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Update from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-08 | Beside the name, constants can't be marked const or gcc miscompiles the Altiv... | Diego 'Flameeyes' Pettenò |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-07 | Declare ffmpeg_config.h part of sources for the decode plugin. | Diego 'Flameeyes' Pettenò |
2007-04-07 | ffmpeg_config.h is no more generated by (xine-lib's) configure, so copy it fr... | Diego 'Flameeyes' Pettenò |
2007-04-07 | Remove the fake avcodec_register_all() function for internal FFmpeg. | Diego 'Flameeyes' Pettenò |
2007-04-07 | Remove diff_to_ffmpeg_cvs.txt file from EXTRA_DIST, as if we'll still need it... | Diego 'Flameeyes' Pettenò |
2007-04-07 | Merge changes from main repository. | Diego 'Flameeyes' Pettenò |
2007-04-07 | Merge changes from main repository. | Diego 'Flameeyes' Pettenò |
2007-04-07 | video_overlay_s uses C's inheritance-like definition, so the first field has ... | Diego 'Flameeyes' Pettenò |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |