aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableGravatar cehoyos2009-11-10
* Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.Gravatar diego2009-11-10
* Add support for DVB teletext.Gravatar reimar2009-11-10
* Add support for 8 channel audio.Gravatar tack2009-11-10
* Properly free the pthread mutex for teletext.Gravatar reimar2009-11-09
* Allow teletext compilation without pthreadsGravatar reimar2009-11-09
* Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
* Factorise vbi_decode().Gravatar cehoyos2009-11-07
* Separate teletext from tv support.Gravatar cehoyos2009-11-07
* Only call avcodec_close if the open succeeded before, otherwise avcodec_closeGravatar reimar2009-11-06
* ad_ffmpeg: Fix channel layout for ffvorbis and ffaacGravatar tack2009-11-04
* Teletext display does support font scaling via OSD font scaling, removeGravatar cehoyos2009-10-31
* Replace two more occurences of tvi_vbi with dec_teletext.Gravatar cehoyos2009-10-31
* Remove incorrect comment.Gravatar cehoyos2009-10-31
* Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathsGravatar cehoyos2009-10-29
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* sync to x264-r1296Gravatar lorenm2009-10-19
* Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.Gravatar diego2009-10-19
* Mark some functions that do not need external visibility as static.Gravatar diego2009-09-30
* Reduce console output verbosity: Move colorspace information to verbose mode.Gravatar diego2009-09-30
* Change type to avoid void * arithmetic.Gravatar reimar2009-09-25
* Set codec_type and codec_id in codec context for lavc encoders.Gravatar reimar2009-09-25
* Make sure avctx->codec_type and codec_id are set, since libavcodecGravatar reimar2009-09-23
* Use x264_encoder_delayed_frames instead of the current hack to flush delayedGravatar reimar2009-09-23
* sync to x264-r1260 (which changed api)Gravatar lorenm2009-09-23
* Add several HAVE_EBX_AVAILABLE conditions where necessaryGravatar reimar2009-09-14
* %lf is not a valid printf format specifier, use just %f instead.Gravatar reimar2009-09-14
* Always keep a backup of the expand values from the command-line, so valuesGravatar reimar2009-09-10
* ReindentGravatar reimar2009-08-26
* Retry deciding to get audio parameters several times on errors, this avoidsGravatar reimar2009-08-26
* Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Gravatar tack2009-08-18
* 100l, fix compilation again and make codec-cfg.c use the predefined constantsGravatar reimar2009-08-12
* 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.Gravatar reimar2009-08-12
* Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.Gravatar cehoyos2009-08-11
* Add a giant hack to the x264 encoder module to ensure all delayed frames areGravatar reimar2009-08-07
* Replace macro: MAX -> FFMAXGravatar ben2009-08-06
* Fix stupid, off-by-one, mistakes in assert() expressions.Gravatar eugeni2009-07-27
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* Make sure clip coordinates are inside the screen area.Gravatar eugeni2009-07-18
* 20% faster hqdn3d on x86_64Gravatar lorenm2009-07-07
* new debanding filterGravatar lorenm2009-07-07
* replace "g" asm constraint by "erm" since "g" allows 64bit immediates whileGravatar gpoirier2009-06-07
* Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctlyGravatar reimar2009-06-01
* Initialize local variable, avoids a possible crash due to using anGravatar reimar2009-06-01
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr...Gravatar rik2009-05-09
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.Gravatar diego2009-04-25
* Remove reference to outdated documentation file.Gravatar diego2009-04-20
* Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.Gravatar diego2009-04-20