summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-26vo_x(cb)v: add color matrix support for "radeonhd" drivers.Torsten Jager
This should fix wrong colors in large still images there, for example. BTW. I stumbled upon that manpage while looking for something else :-/
2014-04-22fix aliasing in xcbosd.cPetri Hintukainen
2014-04-22fix aliasing in x11osd.cPetri Hintukainen
2014-04-22fix debug build with clangPetri Hintukainen
2014-04-20bluray: BD-J: issue warning message if current video driver does not support ↵Petri Hintukainen
ARGB overlays.
2014-04-20Removed -fno-strict-aliasing from rtp input pluginPetri Hintukainen
2014-04-20Fix build with clangPetri Hintukainen
2014-04-20Fix aliasing in demuxersPetri Hintukainen
2014-04-19libfaad: silence some warnings.Torsten Jager
2014-04-19libdca: silence warning.Torsten Jager
2014-04-19nosefart: silence warnings.Torsten Jager
2014-04-19Avoid optimizer warnings on clut conversion.Torsten Jager
The same code is not always warned about (vo_fb was, xshm was not). The gcc manpage says type punning is allowed via unions only, but this would mean either breaking the API, or using slow workarounds. Anyway, this here seems to be the least invasive way.
2014-04-19DXR3: silence warnings.Torsten Jager
2014-04-19added constPetri Hintukainen
2014-04-19Fix memset() sizePetri Hintukainen
2014-04-19demux_avformat: add support for recent versions of libav fork.Petri Hintukainen
2014-04-19demux_avformat: add support for older avformat versionsPetri Hintukainen
2014-04-09Handle "no vo soft render space": enable vo_x(cb)xv.Torsten Jager
Also, do a proper blackfill to avoid green edges.
2014-04-09Handle "no vo soft render space": enable vo_x(cb)shm.Torsten Jager
Also, blackfill the whole frame (not just the bottom), as the libyuv2rgb line scaler may read over the right border, and we dont know where it will be here due to cropping.
2014-04-09Handle "no vo soft render space": enable vo_none.Torsten Jager
2014-04-09Handle "no vo soft render space": enable vo_vdpau.Torsten Jager
Also, do proper blackfill to avoid dark green edges.
2014-04-09Handle "no vo soft render space": enable vo_opengl2.Torsten Jager
Also, do proper blackfill to avoid dark green edges.
2014-04-09Handle "no vo soft render space".Torsten Jager
Video out plugins may now fail to allocate soft render space in update_frame_format (), free possible parts of it, and indicate that with vo_frame.with == 0. vo_get_frame () will then free some more, and try again. I know that is hypothetical but I somehow feel better not letting it all run into a NULL pointer segfault immediately.
2014-04-08Added tag 1.2.5 for changeset 10595e1efca1Darren Salt
2014-04-08xvmc build fix.1.2.5Darren Salt
2014-04-08Added tag 1.2.5 for changeset 69cafef049c6Darren Salt
2014-04-08Bump version.Darren Salt
2014-04-05VDPAU: silence warnings.Torsten Jager
2014-03-14Add comments.Torsten Jager
OK, I have seen it :-)
2014-03-13Fix build regression #12510.Torsten Jager
2014-03-13Fix build regression #12508.Torsten Jager
2014-03-12Fix compilation if AV_BUFFER is not defined.Darren Salt
2014-03-11Updated french translationXavier Bachelot
2014-03-11Fix FSF address in some libmpeg2 headersXavier Bachelot
2014-03-11Build xz-compressed tarballs.Darren Salt
2014-02-23Fix DXR3 MPEG1 encoding.Anton Khirnov
Ref. https://bugs.debian.org/739458
2014-03-11More compat CODEC_* #defines.Darren Salt
2014-03-11Work around removal of av_frame_get_qp_table in libavutil53.Darren Salt
There are deprecated fields still in use here.
2014-03-11Fix a short zero-init.Darren Salt
2014-03-11Resync translations.Darren Salt
2014-03-11libw32dll: fix const issuesPetri Hintukainen
Casting const away is usually bad idea. It does not fix the cause (incorrect types). Also, casting const away issues warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type
2014-03-10Silence compiler warnings on register_enum () arg #4.Torsten Jager
Making them all "const char * const *" did work too (even with Kaffeine build/run), but that would be an API change.
2014-03-08ChangeLog update.Torsten Jager
2014-03-08Silence a lot of "attribute ignored" compiler warnings.Torsten Jager
I hope this does not break something as it applies to x86 only anyway.
2014-03-08Silence some compiler warnings.Torsten Jager
2014-02-26Add a rule to cause building of libdvdnav if needed.Darren Salt
2014-02-26dvdnav-config has gone away.Darren Salt
2014-02-25Synchronize language files.Torsten Jager
Does anybody translate anymore ??
2014-02-25Update german translation.Torsten Jager
2014-02-25Update language files.Torsten Jager