summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-01-25Switch back to default color standard when necessary.Julian Scheel
2009-01-25Remove some printfs.Julian Scheel
2009-01-25fFix ref pic marking process on frame_num wraps.Julian Scheel
2009-01-25Select correct color standard for H.264.Julian Scheel
2009-01-25POC calculation fixes.Julian Scheel
2009-01-25Remove some printfs.Christophe Thommeret
2009-01-25PTS fix.Christophe Thommeret
2009-01-25Subs scaling.Christophe Thommeret
2009-01-25HD subs scaling with capable vo.Christophe Thommeret
2009-01-23Get pts at picture start. May fix a/v sync on some ts.Christophe Thommeret
2009-01-20Disable deint for static images (ie dvd menus).Julian Scheel
2009-01-19Fix fallback rules for scaling list parsing.Julian Scheel
2009-01-19Force a minimum video_num_frames of 22, allowing max of 30.Julian Scheel
2009-01-19Scaling list fixes; duration fixes.Julian Scheel
2009-01-19Return the aspect ratio property value.Mike Lampard
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Add allocation checks to the Real MDPR parsing code (ref. CVE-2008-5240).Darren Salt
2009-01-18Merge from 1.1.Darren Salt
--HG-- rename : src/libxineadec/gsm610/long_term.c => contrib/gsm610/long_term.c rename : src/libxineadec/gsm610/lpc.c => contrib/gsm610/lpc.c rename : src/libxineadec/gsm610/rpe.c => contrib/gsm610/rpe.c rename : src/libxineadec/gsm610/short_term.c => contrib/gsm610/short_term.c rename : src/libfaad/common.h => contrib/libfaad/common.h rename : src/xine-engine/broadcaster.h => include/xine/broadcaster.h rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/xine-engine/refcounter.h => include/xine/refcounter.h rename : src/xine-engine/video_out.h => include/xine/video_out.h rename : src/xine-engine/vo_scale.h => include/xine/vo_scale.h rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : src/libxineadec/fooaudio.c => src/audio_dec/fooaudio.c rename : src/liba52/xine_a52_decoder.c => src/audio_dec/xine_a52_decoder.c rename : src/libdts/xine_dts_decoder.c => src/audio_dec/xine_dts_decoder.c rename : src/libfaad/xine_faad_decoder.c => src/audio_dec/xine_faad_decoder.c rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c rename : src/libmad/xine_mad_decoder.c => src/audio_dec/xine_mad_decoder.c rename : src/libmusepack/xine_musepack_decoder.c => src/audio_dec/xine_musepack_decoder.c rename : src/libxineadec/nsf.c => src/combined/nsf_decoder.c rename : src/libspucc/cc_decoder.c => src/spu_dec/cc_decoder.c rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c rename : src/libspudec/spu.c => src/spu_dec/spudec.c rename : src/libspudec/spu.h => src/spu_dec/spudec.h rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c rename : src/libspucc/xine_cc_decoder.c => src/spu_dec/xine_cc_decoder.c rename : src/libxinevdec/bitplane.c => src/video_dec/bitplane.c rename : src/libxinevdec/foovideo.c => src/video_dec/foovideo.c rename : src/libxinevdec/gdkpixbuf.c => src/video_dec/gdkpixbuf.c rename : src/libxinevdec/image.c => src/video_dec/image.c rename : src/libmpeg2/slice_xvmc_vld.c => src/video_dec/libmpeg2/slice_xvmc_vld.c rename : src/libmpeg2/xine_mpeg2_decoder.c => src/video_dec/libmpeg2/xine_mpeg2_decoder.c rename : src/libmpeg2new/include/Makefile.am => src/video_dec/libmpeg2new/include/Makefile.am rename : src/libmpeg2new/libmpeg2/motion_comp_vis.c => src/video_dec/libmpeg2new/libmpeg2/motion_comp_vis.c rename : src/libmpeg2new/xine_mpeg2new_decoder.c => src/video_dec/libmpeg2new/xine_mpeg2new_decoder.c rename : src/libxinevdec/rgb.c => src/video_dec/rgb.c rename : src/libxinevdec/yuv.c => src/video_dec/yuv.c
2009-01-18Include Makefile.plugins from the right place.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
This requires that many other files include config.h themselves. Also convert <config.h> to "config.h".
2009-01-17Fix zoom for vdpau video out.Mike Lampard
2009-01-17Copy the Sparc32 compilation fix in cset 114515c61c07 into libmpeg2new.Darren Salt
2009-01-17Don't install mpeg2.h & mpeg2convert.h.Darren Salt
2009-01-17Merge from 1.1.Darren Salt
--HG-- rename : src/libfaad/Makefile.am => contrib/libfaad/Makefile.am rename : src/libxineadec/Makefile.am => src/audio_dec/Makefile.am rename : src/libxinevdec/Makefile.am => src/video_dec/Makefile.am rename : src/libxinevdec/image.c => src/video_dec/image.c rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am rename : src/libmpeg2new/Makefile.am => src/video_dec/libmpeg2new/Makefile.am
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2009-01-17Fix pts for progressive ts streams.Julian Scheel
2009-01-16Merge from 1.1.Darren Salt
--HG-- rename : src/libmpeg2new/libmpeg2/Makefile.am => src/video_dec/libmpeg2new/libmpeg2/Makefile.am
2009-01-16Missing libmpeg2new header files.Darren Salt
2009-01-16Merge from 1.1.Darren Salt
--HG-- rename : src/libmpeg2new/Makefile.am => src/video_dec/libmpeg2new/Makefile.am
2009-01-16libmpeg2new/include wasn't being included in tarbals.Darren Salt
2009-01-16Revert skip images with missing references - it may cause skips at unwanted ↵Julian Scheel
situations...
2009-01-16Add some comment...Julian Scheel
2009-01-16Reset vdpau decoder on xine decoder reset.Julian Scheel
Fixes freezes when seeking in ts streams.
2009-01-16Fix seeking in mkv/mov files. Don't show pictures which miss reference ↵Julian Scheel
frames: they are likely garbled.
2009-01-16Add support for pic_order_cnt_type=2.Julian Scheel
2009-01-16Fix a possible crash in dpb.Julian Scheel
2009-01-16Merge from 1.1.Darren Salt
2009-01-16Terminate the supported types list...Darren Salt
2009-01-16Merge ffmeg codecs list creation rework from 1.1 with adaptations.Darren Salt
There are no CONFIG_*_DECODER macros, so don't write the #ifdefs for them. Instead, check the avcodec version number if requested ("config=foo=51,50,1"). Also, allow for AV_VERSION_INT being undefined.
2009-01-16Rework ffmpeg codecs lists creation.Darren Salt
This is intended to make it easier to add new codecs without breaking compilation with older ffmpeg and to see which codecs need to be added.
2009-01-15Merge from 1.1, but neither distribute nor include by default xine_mmx.h.Darren Salt
--HG-- rename : doc/faq/faq.sgml => doc/faq/faq.docbook rename : src/xine-utils/xineutils.h => include/xine/xineutils.h
2009-01-15Prepare for xine_mmx.h.Darren Salt
2009-01-15Split most of the MMX declarations in xineutils.h out into xine_mmx.h.Darren Salt
This does not incompatibly change the API and has no effect on the ABI. --HG-- rename : src/xine-utils/xineutils.h => src/xine-utils/xine_mmx.h
2009-01-15Properly parse scaling_lists (zigzag order, defaults)...Julian Scheel
This fixed wrong colors/artefacts for several mkv samples.
2009-01-15Use sps->scaling_matrix instead of pps.Julian Scheel
2009-01-15Reinit fixes.Christophe Thommeret
2009-01-14Rework slicing, so that it works for all containers.Julian Scheel
Supports at least ts,pes,mkv, mov, mp4 now.
2009-01-14Fix parsing of rbsp_trailing_bits.Julian Scheel
2009-01-14Cleanups.Christophe Thommeret
2009-01-14Fix quant_extension_matrix.Christophe Thommeret