Age | Commit message (Expand) | Author |
2008-05-09 | Remove a new bunch of xine_malloc() calls. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Cleanup handling of packed attribute. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Don't define flac_metadata_callback if we're not going to use it. It's only u... | Diego 'Flameeyes' Pettenò |
2008-04-30 | Fix green smearing in h264 decoding | Jason Tackaberry |
2008-04-21 | Fix display of some MJPEG streams (YUVJ420P). | Darren Salt |
2008-04-21 | Debug logging of ffmpeg pixel format in case of display errors. | Darren Salt |
2008-04-07 | Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8. | Darren Salt |
2008-04-07 | Implement support for "MPEG-3 adu". | Jinghua Luo |
2008-04-07 | Check the Real extradata length. | Darren Salt |
2008-04-07 | Use ffmpeg's cook decoder and fix Real decoder bugs | Jinghua Luo |
2008-04-07 | ffmpeg/libreal cleanup | Jinghua Luo |
2008-04-02 | Add wvp to the wavpack demuxer's extensions list. | Darren Salt |
2008-03-31 | Correct the wavpack demuxer's MIME type data. | Darren Salt |
2008-03-19 | Fix ffmpeg plugin build where source dir != build dir. | Darren Salt |
2008-03-18 | Move ffmpeg plugin code into src/combined/ffmpeg & adapt for current ffmpeg. | Darren Salt |
2008-01-25 | Advertise audio/x-wavpack mime type for WavPack demuxer. | Diego 'Flameeyes' Pettenò |
2008-01-25 | Advertise proper support for FLAC files. | Diego 'Flameeyes' Pettenò |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt |
2007-07-02 | Fix demuxing of wavpack files, and avoid crashing with the tags at the end of... | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the flac plugins sources into the combined directory, like wavpack. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Reorder fields to fill hole. | Diego 'Flameeyes' Pettenò |
2007-03-17 | Pass the visibility flag when building the plugin. | Diego 'Flameeyes' Pettenò |
2007-03-17 | Cleanup wavpack plugin, include config.h when needed, declare demuxer/decoder... | Diego 'Flameeyes' Pettenò |
2007-02-25 | Instead of __unused, use __attr_unused, to avoid possible collisions with oth... | Diego 'Flameeyes' Pettenò |
2007-02-25 | Cleanup unused variables. | Diego 'Flameeyes' Pettenò |
2007-02-25 | Remove a pointless else clause. | Diego 'Flameeyes' Pettenò |
2007-02-25 | Use a bitmask, and ensure that the values reported by wavpack for bits_per_sa... | Diego 'Flameeyes' Pettenò |
2007-02-25 | Instead of replicating it over and over, define __unused in attributes.h so t... | Diego 'Flameeyes' Pettenò |
2007-02-21 | Make -Wl,-z,defs an opt-in ldflag, if available. The $(xineplug_ldflags) vari... | Diego 'Flameeyes' Pettenò |
2007-01-26 | Fix warning with LOG enabled. | Diego 'Flameeyes' Pettenò |
2007-01-24 | Send multichannel data in a single frame, stop reading and send the buffer wh... | Diego 'Flameeyes' Pettenò |
2007-01-24 | Put a non-stream buffer when there's an error, so that xine does not lock on ... | Diego 'Flameeyes' Pettenò |
2007-01-24 | Don't limit to 4096 samples if there's space to decode more, avoid more loops... | Diego 'Flameeyes' Pettenò |
2007-01-24 | Zero out the error array, so that we don't have false positives. | Diego 'Flameeyes' Pettenò |
2007-01-24 | Actually rewind to the start. | Diego 'Flameeyes' Pettenò |
2007-01-24 | Replace my email address with a more generic one. | Diego 'Flameeyes' Pettenò |
2007-01-24 | There's no need to pass one of the frame's headers around, so just send the s... | Diego 'Flameeyes' Pettenò |
2007-01-24 | Remove the workaround for FFmpeg decoding, pass the complete header to the de... | Diego 'Flameeyes' Pettenò |
2007-01-24 | Don't include audio_group.h, this demuxer is not part of that. | Diego 'Flameeyes' Pettenò |
2007-01-24 | Add missing include directive. | Diego 'Flameeyes' Pettenò |
2007-01-24 | Create a new wavpack plugin with both the old demuxer and a new decoder. To s... | Diego 'Flameeyes' Pettenò |