| Commit message (Expand) | Author | Age |
* | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 |
|\ |
|
* \ | Merge branch 'vdpau' | Uoti Urpala | 2009-11-16 |
|\ \ |
|
| * | | Support VDPAU MPEG4 hardware decoding | Uoti Urpala | 2009-11-16 |
| * | | Add yuv_colorspace property, implemented in vo_vdpau and vo_xv | Uoti Urpala | 2009-11-15 |
| | * | Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable | cehoyos | 2009-11-10 |
| | * | Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output. | diego | 2009-11-10 |
| | * | Add support for DVB teletext. | reimar | 2009-11-10 |
| | * | Add support for 8 channel audio. | tack | 2009-11-10 |
| | * | Properly free the pthread mutex for teletext. | reimar | 2009-11-09 |
| | * | Allow teletext compilation without pthreads | reimar | 2009-11-09 |
| | * | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 |
| | * | Factorise vbi_decode(). | cehoyos | 2009-11-07 |
| | * | Separate teletext from tv support. | cehoyos | 2009-11-07 |
| | * | Only call avcodec_close if the open succeeded before, otherwise avcodec_close | reimar | 2009-11-06 |
| | * | ad_ffmpeg: Fix channel layout for ffvorbis and ffaac | tack | 2009-11-04 |
* | | | av_log callback handling overhaul | Uoti Urpala | 2009-10-31 |
| | * | Teletext display does support font scaling via OSD font scaling, remove | cehoyos | 2009-10-31 |
| | * | Replace two more occurences of tvi_vbi with dec_teletext. | cehoyos | 2009-10-31 |
| | * | Remove incorrect comment. | cehoyos | 2009-10-31 |
| | * | Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths | cehoyos | 2009-10-29 |
| | * | Move teletext specific code from stream into libmpcodecs. | cehoyos | 2009-10-29 |
| * | | vf: Remove unused VFCTRL_FLIP_PAGE | Uoti Urpala | 2009-10-21 |
| | * | sync to x264-r1296 | lorenm | 2009-10-19 |
* | | | build: Support x264 version 78 | Uoti Urpala | 2009-10-19 |
|/ / |
|
| * | Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN. | diego | 2009-10-19 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 |
|\| |
|
| * | Mark some functions that do not need external visibility as static. | diego | 2009-09-30 |
| * | Reduce console output verbosity: Move colorspace information to verbose mode. | diego | 2009-09-30 |
| * | Change type to avoid void * arithmetic. | reimar | 2009-09-25 |
| * | Set codec_type and codec_id in codec context for lavc encoders. | reimar | 2009-09-25 |
| * | Make sure avctx->codec_type and codec_id are set, since libavcodec | reimar | 2009-09-23 |
| * | Use x264_encoder_delayed_frames instead of the current hack to flush delayed | reimar | 2009-09-23 |
| * | sync to x264-r1260 (which changed api) | lorenm | 2009-09-23 |
* | | Merge branch 'vdpau' into build | Uoti Urpala | 2009-09-19 |
|\ \ |
|
| * | | vo_vdpau: Fix memory corruption bug with MP_IMGTYPE_NUMBERED | Uoti Urpala | 2009-09-18 |
| * | | core/VO: Allow VO drivers to add/modify frames | Uoti Urpala | 2009-09-18 |
* | | | vf: Free MP_IMGTYPE_NUMBERED buffers too | Uoti Urpala | 2009-09-18 |
* | | | Merge svn changes up to r29684 | Uoti Urpala | 2009-09-16 |
|\ \ \
| | |/
| |/| |
|
| * | | Add several HAVE_EBX_AVAILABLE conditions where necessary | reimar | 2009-09-14 |
| * | | %lf is not a valid printf format specifier, use just %f instead. | reimar | 2009-09-14 |
| * | | Always keep a backup of the expand values from the command-line, so values | reimar | 2009-09-10 |
* | | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 |
|\| |
| |/
|/| |
|
| * | Reindent | reimar | 2009-08-26 |
| * | Retry deciding to get audio parameters several times on errors, this avoids | reimar | 2009-08-26 |
* | | Merge svn changes up to r29544 | Uoti Urpala | 2009-08-22 |
|\| |
|
| * | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 |
|\| |
|
| * | 100l, fix compilation again and make codec-cfg.c use the predefined constants | reimar | 2009-08-12 |
| * | 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding. | reimar | 2009-08-12 |
| * | Add IMGFMT_RGB48LE and IMGFMT_RGB48BE. | cehoyos | 2009-08-11 |