summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-02Work around non-spec-compliant divx7 samples.Julian Scheel
2009-01-31VC1 update.Christophe Thommeret
2009-01-31Code cleanup.Julian Scheel
2009-01-30Fix aspect ratio.Christophe Thommeret
2009-01-30Initial VC1 commit.Christophe Thommeret
2009-01-29Blend types list termination.Christophe Thommeret
2009-01-29Clip yuv2rgb values.Christophe Thommeret
2009-01-27Fix pre-emption reinit in case an OSD was shown.Julian Scheel
2009-01-27Fall back to software decode when no free vdpau decoder. Logging fixups.Christophe Thommeret
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-18Changelog entry for the MDPR patch.Darren Salt
2009-01-18Add allocation checks to the Real MDPR parsing code (ref. CVE-2008-5240).Darren Salt
2009-01-18Update .hgignore.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-17Hack to work around reported "make install" breakage due to cset 722ab5774bce.Darren Salt
The problem appears to be some autotools breakage, but since GNU ld can cope with "-Wl,--rpath,/usr/local/lib", it can be worked around easily enough with a little sed magic. However, this means that on affected systems, autoconf can't be run without breaking things again; fortunately, configure will be regenerated automatically if needed (due to makefile rules). Requires "sed -i".
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-17Add an empty en_US translation, ready for mis-spellings of "colour" etc.Darren Salt
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-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-16Update README.Julian Scheel
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
2009-01-13MKV support.Julian Scheel