Age | Commit message (Expand) | Author |
2007-04-12 | Faad2 is now safe with 5.1 streams, as we patch it like MPlayer does; RV10 st... | Diego 'Flameeyes' Pettenò |
2007-04-12 | Add a few TODO entries for 1.2 and 1.3 series, to have a few objective to sat... | Diego 'Flameeyes' Pettenò |
2007-04-12 | Convert more documentation to Doxygen format; hide two functions. | Diego 'Flameeyes' Pettenò |
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 | Add ChangeLog entry about Matt's video output. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Merge Matt Messier video output for Mac OS X. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Try linking the program for Pthread support, and feed proper parameters to pt... | Diego 'Flameeyes' Pettenò |
2007-04-11 | Update CREDITS file, as libmusepack has been updated to libmpcdec-1.2.5. | 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 | Null-define XINE_PROTECTED as it's not to be shown on documentation. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Convert almost the whole buffer.h documentation to Doxygen format, and extend... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Merge Reinhard Nissl's changes. | Darren Salt |
2007-04-10 | Have configure option --enable-debug turn on debug code. | Reinhard Nißl |
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 | Start 1.1.6 release cycle. | Darren Salt |
2007-04-10 | Expand ATTR_ALIGN to nothing to avoid having __attribute__ declarations in th... | Diego 'Flameeyes' Pettenò |
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 | Define XINE_PACKED to nothing during Doxygen run so that it's not disturbing ... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Add a warning if the __attribute__((packed)) is not supported, as the #pragma... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Add a new check for __attribute__((packed)), and if present, define XINE_PACKED. | 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-10 | Retag xine-lib 1.1.5. | Darren Salt |
2007-04-10 | Oops. Remove the "(unreleased)" marker.xine-lib-1_1_5-release1.1.5 | Darren Salt |
2007-04-10 | xine-lib 1.1.5. | Darren Salt |
2007-04-10 | More generated files to be ignored. | Darren Salt |
2007-04-09 | Merge from 1.1. | Diego 'Flameeyes' Pettenò |
2007-04-09 | format_arg attribute requires the function to return char*. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Until the contributed code is moved in its own contrib/ tree, ignore those pa... | Diego 'Flameeyes' Pettenò |
2007-04-09 | Remove stray FFmpeg code. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Add a Doxyfile.in file for doxygen support, changes for that are coming; more... | 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 | Update ChangeLog for the merge, and start tracking changes for 1.2 series. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Use 1.1.90 as version number to leave time for 1.2 pre-releases (betas); RPM ... | 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-09 | Split Libs and Cflags between public and private in the pkg-config file. | Diego 'Flameeyes' Pettenò |
2007-04-08 | Update URLs (cvs->hg transition) for compiling on/for win32. | Darren Salt |
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 |