Age | Commit message (Expand) | Author |
2007-05-02 | Don't allocate the buffer inline in the structure, just allocate it when need... | Diego 'Flameeyes' Pettenò |
2007-05-02 | Fix boundary of the for loop. | Diego 'Flameeyes' Pettenò |
2007-05-02 | Merge changes, once again, with passion. | Diego 'Flameeyes' Pettenò |
2007-05-02 | Merge changes. | Diego 'Flameeyes' Pettenò |
2007-05-02 | Fix proxy usage when the hostnames cannot be resolved. | Diego 'Flameeyes' Pettenò |
2007-05-02 | Mac OS X Universal Binary support | Matt Messier |
2007-04-25 | Merge from 1.1. | Darren Salt |
2007-04-25 | Fix real codec search paths | Ville Skyttä |
2007-04-24 | Use LOG_MODULE in log messages in the Xv & XxMC plugins. | Darren Salt |
2007-04-23 | Merge alpha-blending changes. | Darren Salt |
2007-04-23 | Add comments about used blending equation | Petri Hintukainen |
2007-04-21 | Handle single-quoted attributes in XML. | Darren Salt |
2007-04-21 | Fix comments - '>' and '?>' were reversed. | Darren Salt |
2007-04-21 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-21 | Add support for MDHD version 1 atom in demux_qt. [bug #1679398] | Diego 'Flameeyes' Pettenò |
2007-04-21 | Avoid fiddling with __attribute__. | Diego 'Flameeyes' Pettenò |
2007-04-21 | Mark bandwidths array static. | Diego 'Flameeyes' Pettenò |
2007-04-19 | audio_filter_amp: calculate the total number of frames to iterate over just o... | Diego 'Flameeyes' Pettenò |
2007-04-19 | Mark _x_[av]o_new_port functions as internal function, both in doxygen and by... | Diego 'Flameeyes' Pettenò |
2007-04-19 | More doxygen documentation. | Diego 'Flameeyes' Pettenò |
2007-04-19 | Doxygen documentation. | Diego 'Flameeyes' Pettenò |
2007-04-18 | Use the proper dts.h file. | Diego 'Flameeyes' Pettenò |
2007-04-18 | Cleanup, add doxygen comments, add doxygen todos. | Diego 'Flameeyes' Pettenò |
2007-04-18 | Cleanup; make variables and parameters constant; improve the float_to_int fun... | Diego 'Flameeyes' Pettenò |
2007-04-18 | Now that xine_dts_decoder.c is alone, move it in libxineadec. | Diego 'Flameeyes' Pettenò |
2007-04-18 | Replace libdts 0.0.2 with libdca 0.0.5 and contextually move it in contrib/. | Diego 'Flameeyes' Pettenò |
2007-04-18 | Limit common-case buffer copying optimisation to i386 & amd64. | Darren Salt |
2007-04-18 | Merge from 1.1 series. | Diego 'Flameeyes' Pettenò |
2007-04-18 | Permit to build against libdca 0.0.5. | Diego 'Flameeyes' Pettenò |
2007-04-18 | Alphablending optimizations: | Petri Hintukainen |
2007-04-17 | Merge from 1.1 (and update the debian/changelog datestamp for 1.2.0~hg). | Darren Salt |
2007-04-17 | Fix DVD playback (was hanging when either the AC3 or DTS demuxers were probed). | Darren Salt |
2007-04-16 | Simplify handling of internal/external libmpcdec, most of the work is done at... | Diego 'Flameeyes' Pettenò |
2007-04-16 | Fix ffmpeg_config.h build, so that make distchecks works. | Diego 'Flameeyes' Pettenò |
2007-04-15 | The X11 visual doesn't seem to actually work at all with X11 xine-ui, so use ... | Diego 'Flameeyes' Pettenò |
2007-04-15 | Change file documentation to Doxygen format; cleanup comment; change the outp... | Diego 'Flameeyes' Pettenò |
2007-04-15 | Only declare ffmpeg_config.h as built source when using internal FFmpeg. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Compile fixes. | Darren Salt |
2007-04-14 | The other half of the dependencies fix. | Darren Salt |
2007-04-14 | Fix dependencies so that ffmpeg_config.h is built before trying to build xine... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use memset instead of loops to initialise arrays to zero. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Merge changes. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Merge changes. | Darren Salt |
2007-04-14 | Look in the user XDG config dir for channels.conf. | Darren Salt |
2007-04-14 | Mark string arrays as arrays of constant pointers, and do the same for memcpy... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Fix typo injected at savetime. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Check for __malloc__ attribute during configure stage, avoid conditional in x... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Add a xine_xcalloc function to wrap around calloc(), to improve security from... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Merge changes from 1.1. | Darren Salt |