summaryrefslogtreecommitdiff
path: root/m4/decoders.m4
AgeCommit message (Collapse)Author
2014-05-15video_out_mmal: libmmal-based video output plugin for Raspberry PiPetri Hintukainen
2014-05-12add libmmal-based HW video decoder plugin for Raspberry PiPetri Hintukainen
2013-10-29Added VP8/VP9 decoder using libvpxPetri Hintukainen
2013-09-18configure (decoders): remove extraneous ‘not found’ reports.Darren Salt
2013-05-16Fix configure to find ffmpeg on Fedora 18.Zoltan Boszormenyi
2012-07-29Finally fix compilation on Fedora 16/17.Chris Rankin
2012-06-12Add fast libjpeg based JPEG decoderPetri Hintukainen
Support downscaling images when vo can't handle large images
2011-12-10Merge 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-10More detailed error messages if requirements are not metChristian Ruppert
2011-10-09Fix typos to respect --enable-mng/--disable-mng againChristian Ruppert
2011-05-17Fix build with relatively recent copies of FFmpegBrad 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-16Fix up "pp" post-proc plugin and A/V decoding for ffmpeg 0.7.Darren Salt
2010-07-29Merge from 1.1.Darren Salt
2010-07-19Merge from 1.1.Darren Salt
2010-01-18Enable the FLAC decoder by default.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-08-05Merge from 1.1.Darren Salt
--HG-- rename : src/libmusepack/xine_musepack_decoder.c => src/audio_dec/xine_musepack_decoder.c
2009-03-16Merge 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-17Bump minimum libavcodec version requirement.Darren Salt
Should have been done when the reordered_opaque fix was dropped.
2009-01-14Merge from 1.1.Darren Salt
--HG-- rename : src/libxinevdec/image.c => src/video_dec/image.c
2008-06-20Merge 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-06Merge 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-27Fix internal libmad compilation in the absence of external libmad.Darren Salt
2008-04-20Prefer 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-09Merge from 1.2 main.Darren Salt
2008-03-04Merge 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-01Merge 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-01Add test for ffmpeg's include directory style to 1.2 autotools.Diego 'Flameeyes' Pettenò
2008-02-10Remove --with-external-libfoo for options that have --enable-foo, and ↵Diego 'Flameeyes' Pettenò
replace those with --enable-foo=external.
2008-01-16Fix libdts vs dts to avoid building libdca.Diego 'Flameeyes' Pettenò
2008-01-15Fix test for external dts that caused internal copy to be used instead.Diego 'Flameeyes' Pettenò
2007-12-14Remove checks for internal/external version of FFmpeg, always use external.Diego 'Flameeyes' Pettenò
2007-12-11Check for libavutil presence, set FFMPEG_* AVUTIL_* and FFMPEG_POSTPROC_* ↵Diego 'Flameeyes' Pettenò
variables even when using internal copy.
2007-11-25Port nsf plugin build-disabling option to 1.2.Darren Salt
2007-11-03Allow external libfaad.Darren Salt
2007-06-14Fix the fixes to disable mlib, thanks Matt.Diego 'Flameeyes' Pettenò
2007-06-14Also disable mediaLib support here.Diego 'Flameeyes' Pettenò
2007-05-31Move 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-31Replace libmad with a pristine copy of 0.15.1b, and move it into contrib/.Diego 'Flameeyes' Pettenò
2007-05-31Move 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-17Mac OS X universal binary build cleanupsMatt Messier
2007-05-14Final pass over decoders.m4Matt Messier
2007-05-12Fix the sense of a check for with_external_libmadMatt Messier
2007-05-12Fix stupid typos: instances of $" should be "$Matt Messier
2007-05-12More configure/Makefile cleanupsMatt 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-11Cleanup, fix, and generally rework assembler configure checksMatt Messier
2007-05-10Uncomment libFLAC tests accidentally left commented outMatt Messier
2007-05-09Clean up decoder/demuxer configuration checksMatt Messier
2007-05-09Move decoder/demuxer checks from configure.ac to decoders.m4Matt Messier