Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-15 | video_out_mmal: libmmal-based video output plugin for Raspberry Pi | Petri Hintukainen | |
2014-05-12 | add libmmal-based HW video decoder plugin for Raspberry Pi | Petri Hintukainen | |
2013-10-29 | Added VP8/VP9 decoder using libvpx | Petri Hintukainen | |
2013-09-18 | configure (decoders): remove extraneous ‘not found’ reports. | Darren Salt | |
2013-05-16 | Fix configure to find ffmpeg on Fedora 18. | Zoltan Boszormenyi | |
2012-07-29 | Finally fix compilation on Fedora 16/17. | Chris Rankin | |
2012-06-12 | Add fast libjpeg based JPEG decoder | Petri Hintukainen | |
Support downscaling images when vo can't handle large images | |||
2011-12-10 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/liba52/xine_a52_decoder.c => src/audio_dec/xine_a52_decoder.c rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c rename : src/libxinevdec/image.c => src/video_dec/image.c | |||
2011-10-10 | More detailed error messages if requirements are not met | Christian Ruppert | |
2011-10-09 | Fix typos to respect --enable-mng/--disable-mng again | Christian Ruppert | |
2011-05-17 | Fix build with relatively recent copies of FFmpeg | Brad Smith | |
Relatively recent copies of FFmpeg before the major API clean up have both the old SHA1 API and the new SHA (1/2) API so the recently added autoconf check will reject perfectly valid copies of FFmpeg. Also tweak the input_cdda code to make sure to use the new API and not include the compat macros if both the old and new API are around. | |||
2011-05-16 | Fix up "pp" post-proc plugin and A/V decoding for ffmpeg 0.7. | Darren Salt | |
2010-07-29 | Merge from 1.1. | Darren Salt | |
2010-07-19 | Merge from 1.1. | Darren Salt | |
2010-01-18 | Enable the FLAC decoder by default. | Darren Salt | |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt | |
2009-08-05 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libmusepack/xine_musepack_decoder.c => src/audio_dec/xine_musepack_decoder.c | |||
2009-03-16 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libmpeg2new/Makefile.am => src/video_dec/libmpeg2new/Makefile.am rename : src/libmpeg2new/libmpeg2/Makefile.am => src/video_dec/libmpeg2new/libmpeg2/Makefile.am | |||
2009-01-17 | Bump minimum libavcodec version requirement. | Darren Salt | |
Should have been done when the reordered_opaque fix was dropped. | |||
2009-01-14 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libxinevdec/image.c => src/video_dec/image.c | |||
2008-06-20 | Merge the avutil branch; port the "raw" video output plugin. | Darren Salt | |
--HG-- rename : src/combined/ffmpeg/ff_dvaudio_decoder.c => src/audio_dec/ff_dvaudio_decoder.c rename : src/combined/ffmpeg/ffmpeg_encoder.c => src/dxr3/ffmpeg_encoder.c | |||
2008-05-06 | Merge from 1.1. | Darren Salt | |
--HG-- rename : include/xine.h.in => include/xine.h rename : src/xine-utils/attributes.h => include/xine/attributes.h rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : src/combined/decoder_flac.c => src/combined/flac_decoder.c rename : src/libxineadec/xine_speex_decoder.c => src/combined/xine_speex_decoder.c | |||
2008-04-27 | Fix internal libmad compilation in the absence of external libmad. | Darren Salt | |
2008-04-20 | Prefer external decoder libraries for a52, faad, dts, mad & musepack. | Darren Salt | |
You can use --enable-foo=internal if you like, but it's not recommended. | |||
2008-04-09 | Merge from 1.2 main. | Darren Salt | |
2008-03-04 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libffmpeg/ff_dvaudio_decoder.c => src/combined/ffmpeg/ff_dvaudio_decoder.c rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c rename : src/libffmpeg/ffmpeg_decoder.h => src/combined/ffmpeg/ffmpeg_decoder.h | |||
2008-03-01 | Merge from 1.2 tip. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/combined/ffmpeg/ff_dvaudio_decoder.c => src/audio_dec/ff_dvaudio_decoder.c | |||
2008-03-01 | Add test for ffmpeg's include directory style to 1.2 autotools. | Diego 'Flameeyes' Pettenò | |
2008-02-10 | Remove --with-external-libfoo for options that have --enable-foo, and ↵ | Diego 'Flameeyes' Pettenò | |
replace those with --enable-foo=external. | |||
2008-01-16 | Fix libdts vs dts to avoid building libdca. | Diego 'Flameeyes' Pettenò | |
2008-01-15 | Fix test for external dts that caused internal copy to be used instead. | Diego 'Flameeyes' Pettenò | |
2007-12-14 | Remove checks for internal/external version of FFmpeg, always use external. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Check for libavutil presence, set FFMPEG_* AVUTIL_* and FFMPEG_POSTPROC_* ↵ | Diego 'Flameeyes' Pettenò | |
variables even when using internal copy. | |||
2007-11-25 | Port nsf plugin build-disabling option to 1.2. | Darren Salt | |
2007-11-03 | Allow external libfaad. | Darren Salt | |
2007-06-14 | Fix the fixes to disable mlib, thanks Matt. | Diego 'Flameeyes' Pettenò | |
2007-06-14 | Also disable mediaLib support here. | Diego 'Flameeyes' Pettenò | |
2007-05-31 | Move liba52/a52dec sources inside contrib/a52dec. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/liba52/a52.h => contrib/a52dec/a52.h rename : src/liba52/a52_internal.h => contrib/a52dec/a52_internal.h rename : src/liba52/bit_allocate.c => contrib/a52dec/bit_allocate.c rename : src/liba52/bitstream.c => contrib/a52dec/bitstream.c rename : src/liba52/bitstream.h => contrib/a52dec/bitstream.h rename : src/liba52/crc.c => contrib/a52dec/crc.c rename : src/liba52/diff_against_release.patch => contrib/a52dec/diff_against_release.patch rename : src/liba52/downmix.c => contrib/a52dec/downmix.c rename : src/liba52/imdct.c => contrib/a52dec/imdct.c rename : src/liba52/parse.c => contrib/a52dec/parse.c rename : src/liba52/tables.h => contrib/a52dec/tables.h | |||
2007-05-31 | Replace libmad with a pristine copy of 0.15.1b, and move it into contrib/. | Diego 'Flameeyes' Pettenò | |
2007-05-31 | Move modplug demuxing on its own plugin. | Diego 'Flameeyes' Pettenò | |
This way binary distributions can make it optional, as it requires quite a bit of CPU time during initialisation, even for audio files that nothing have to do with modplug. | |||
2007-05-17 | Mac OS X universal binary build cleanups | Matt Messier | |
2007-05-14 | Final pass over decoders.m4 | Matt Messier | |
2007-05-12 | Fix the sense of a check for with_external_libmad | Matt Messier | |
2007-05-12 | Fix stupid typos: instances of $" should be "$ | Matt Messier | |
2007-05-12 | More configure/Makefile cleanups | Matt Messier | |
-- Make a pass at cleaning up contrib/ Makefile.am files -- Rename many AM_CONDITIONALS for consistency and give them better names to better indicate what they mean -- Remove some dead input plugin tests -- Clean up AM_PATH_DVDNAV | |||
2007-05-11 | Cleanup, fix, and generally rework assembler configure checks | Matt Messier | |
2007-05-10 | Uncomment libFLAC tests accidentally left commented out | Matt Messier | |
2007-05-09 | Clean up decoder/demuxer configuration checks | Matt Messier | |
2007-05-09 | Move decoder/demuxer checks from configure.ac to decoders.m4 | Matt Messier | |