| Age | Commit message (Expand) | Author |
| 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 | Fix thinko. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Mark wc3_pal_lookup static. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Don't use the if(foo) free(foo); construct, as free(NULL); is well defined. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Mark empty_spu static const. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Don't use two C files to build the two versions of directfb. Just add -DDIREC... | Diego 'Flameeyes' Pettenò |
| 2007-12-10 | Merge from 1.1. | Diego 'Flameeyes' Pettenò |
| 2007-12-10 | Simplify Pulse plugin reverting some of today's changes and going back from t... | Diego 'Flameeyes' Pettenò |
| 2007-12-10 | Backport the PulseAudio plugin from 1.2 branch. | Diego 'Flameeyes' Pettenò |
| 2007-12-10 | Don't run the infinite loop when checking operations. | Diego 'Flameeyes' Pettenò |
| 2007-12-10 | Remove pa_mutex, with the new threaded wait_for_operation there seems to be n... | Diego 'Flameeyes' Pettenò |
| 2007-12-10 | Don't use cork/uncork calls to handle pause and resume. | Diego 'Flameeyes' Pettenò |
| 2007-12-10 | Replace wait_for_operation() with a threaded version to avoid race conditions. | Diego 'Flameeyes' Pettenò |
| 2007-12-09 | Do the same for libxine2. | Darren Salt |
| 2007-12-09 | Mark libxine1 as providing the libxine1-* packages which it replaces. | Darren Salt |
| 2007-12-09 | Merge from 1.1. | Darren Salt |
| 2007-12-09 | Enable the WMV VC1 (ffmpeg) codec. | Darren Salt |
| 2007-12-08 | spudvb osd update fix | Christophe Thommeret |
| 2007-12-07 | Merge from 1.1. | Diego 'Flameeyes' Pettenò |
| 2007-12-07 | Don't try to free the frame if it's not allocated. Fixes bug FS#3. | Diego 'Flameeyes' Pettenò |
| 2007-12-07 | Fix compilation of DXR3 support with external ffmpeg. Untested with actual DXR3. | Darren Salt |
| 2007-12-03 | Merge from 1.1. | Darren Salt |
| 2007-12-04 | fifo_peek_int can return NULL (when non-blocking). make fifo_remove_int handl... | Matthias Kretz |
| 2007-12-03 | Fixed a race condition between ao_loop and ao_close to not lose the last buffer. | Matthias Kretz |
| 2007-12-02 | silence stdout of ogg demuxer | Matthias Kretz |
| 2007-12-02 | Don't signal fifo->empty right after reading the last buffer | Matthias Kretz |
| 2007-12-02 | remove redundant check | Matthias Kretz |
| 2007-12-02 | Fixed ALSA close function to not discard all data that had been written but n... | Matthias Kretz |
| 2007-12-03 | ChangeLog entries for my patches | Matthias Kretz |
| 2007-11-30 | Remove pointless "several MRLs" text; move that paragraph up a bit. | Darren Salt |