summaryrefslogtreecommitdiff
path: root/src/combined
AgeCommit message (Expand)Author
2009-02-09demux_unstick_ao_loop() reports that xine might be stuck != is stuckLorenzo Desole
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2009-01-16Terminate the supported types list...Darren Salt
2009-01-16Rework ffmpeg codecs lists creation.Darren Salt
2009-01-11Merge.Darren Salt
2009-01-11Reapply cset ffb2e82d7bb7 (accidental removal by this cset's parent).Darren Salt
2009-01-11Merge.Darren Salt
2009-01-11Fix PTS tagging: large (negative) PTS values are a result of turning it off t...Reinhard Nißl
2009-01-08Fix build with libavcodec < 51.68.0.Darren Salt
2009-01-05Merge security fixes.Darren Salt
2009-01-04At discontinuity all stored PTS values need to be reset to 0, as they are now...Reinhard Nißl
2009-01-04Feed buffer PTS through FFmpeg's decoder to have them reordered to display or...Reinhard Nißl
2009-01-02ff_audio_decode_data() doesn't always return if the stream is closed or playb...Lorenzo Desole
2008-12-20Fix constantness.Diego E. 'Flameeyes' Pettenò
2008-11-22Fix linkage failure caused by the av_free() changes in the ffmpeg decoders.Darren Salt
2008-11-20Memory access fixes:František Dvořák
2008-09-13Compilation fixes for ffmpeg API & ABI changes.Darren Salt
2008-08-25Fix a possible heap buffer overflow in the ffmpeg video decoder.Darren Salt
2008-08-20Integer overflow in ff_audio_decode_data()Tielei
2008-07-16Add support for the Snow video codec.Darren Salt
2008-07-15Recognise AMR audio (normally found in 3GP files).Darren Salt
2008-05-09Remove a new bunch of xine_malloc() calls.Diego 'Flameeyes' Pettenò
2008-05-09Cleanup handling of packed attribute.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-03Don't define flac_metadata_callback if we're not going to use it. It's only u...Diego 'Flameeyes' Pettenò
2008-04-30Fix green smearing in h264 decodingJason Tackaberry
2008-04-21Fix display of some MJPEG streams (YUVJ420P).Darren Salt
2008-04-21Debug logging of ffmpeg pixel format in case of display errors.Darren Salt
2008-04-07Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8.Darren Salt
2008-04-07Implement support for "MPEG-3 adu".Jinghua Luo
2008-04-07Check the Real extradata length.Darren Salt
2008-04-07Use ffmpeg's cook decoder and fix Real decoder bugsJinghua Luo
2008-04-07ffmpeg/libreal cleanupJinghua Luo
2008-04-02Add wvp to the wavpack demuxer's extensions list.Darren Salt
2008-03-31Correct the wavpack demuxer's MIME type data.Darren Salt
2008-03-19Fix ffmpeg plugin build where source dir != build dir.Darren Salt
2008-03-18Move ffmpeg plugin code into src/combined/ffmpeg & adapt for current ffmpeg.Darren Salt
2008-01-25Advertise audio/x-wavpack mime type for WavPack demuxer.Diego 'Flameeyes' Pettenò
2008-01-25Advertise proper support for FLAC files.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-07-02Fix demuxing of wavpack files, and avoid crashing with the tags at the end of...Diego 'Flameeyes' Pettenò
2007-04-04Move the flac plugins sources into the combined directory, like wavpack.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-03-29Reorder fields to fill hole.Diego 'Flameeyes' Pettenò
2007-03-17Pass the visibility flag when building the plugin.Diego 'Flameeyes' Pettenò
2007-03-17Cleanup wavpack plugin, include config.h when needed, declare demuxer/decoder...Diego 'Flameeyes' Pettenò
2007-02-25Instead of __unused, use __attr_unused, to avoid possible collisions with oth...Diego 'Flameeyes' Pettenò