| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r30375 | Uoti Urpala | 2010-01-25 | 2 | -24/+21 |
|\ |
|
| * | Add a proper header for our strsep implementation so strsep will | reimar | 2010-01-17 | 1 | -0/+1 |
| * | Reuse the fmt-conversion code instead of duplicating the functionality. | reimar | 2010-01-17 | 1 | -24/+4 |
| * | Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats. | reimar | 2010-01-17 | 1 | -0/+16 |
* | | Merge svn changes up to r30322 | Uoti Urpala | 2010-01-25 | 1 | -1/+1 |
|\| |
|
| * | We only need to disable seeking back in ad_ffmpeg when we actually _use_ | reimar | 2010-01-15 | 1 | -1/+1 |
* | | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 2 | -39/+51 |
|\| |
|
| * | 100l, fix typo that caused ad_hwac3 to fail to compile. | reimar | 2010-01-12 | 1 | -1/+1 |
| * | Attempt a simple hack to fix -ac hwdts | reimar | 2010-01-12 | 1 | -0/+3 |
| * | More changes needed to make ad_hwac3 truly independent from liba52. | reimar | 2010-01-11 | 2 | -7/+1 |
| * | Let the format filter do the AC3 endianness conversion instead of duplicating | reimar | 2010-01-11 | 1 | -16/+7 |
| * | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 1 | -1/+1 |
| * | Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication, | reimar | 2010-01-11 | 1 | -16/+40 |
* | | Merge svn changes up to r30250 | Uoti Urpala | 2010-01-25 | 1 | -1/+1 |
|\| |
|
| * | vf crop: do not generate 0-size slices, they are pointless and also confuse | reimar | 2010-01-08 | 1 | -1/+1 |
* | | vd_ffmpeg: fix compilation with neither VDPAU nor XvMC enabled | Uoti Urpala | 2010-01-21 | 1 | -2/+0 |
* | | vd_ffmpeg: FFmpeg-mt changed has_b_frames API, update | Uoti Urpala | 2010-01-20 | 1 | -1/+2 |
* | | vd_ffmpeg: move redundant info messages to MSGL_V level | Uoti Urpala | 2010-01-20 | 1 | -2/+7 |
* | | vd_ffmpeg: disable callbacks for threaded decoding | Uoti Urpala | 2010-01-20 | 1 | -38/+20 |
* | | Avoid misleading error "ASS: cannot add video filter" | Uoti Urpala | 2010-01-16 | 3 | -5/+29 |
* | | Merge svn changes up to r30236 | Uoti Urpala | 2010-01-08 | 1 | -0/+2 |
|\| |
|
| * | Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding | zuxy | 2010-01-07 | 1 | -0/+2 |
* | | Merge svn changes up to r30195 | Uoti Urpala | 2010-01-08 | 2 | -5/+5 |
|\| |
|
| * | Replace deprecated sws_scale_ordered usages by sws_scale (which does the same). | reimar | 2010-01-03 | 2 | -5/+5 |
* | | Merge svn changes up to r30185 | Uoti Urpala | 2010-01-08 | 1 | -0/+1 |
|\| |
|
| * | Add missing avcodec_close to vf_screenshot. | reimar | 2010-01-03 | 1 | -0/+1 |
* | | Merge svn changes up to r30165 | Uoti Urpala | 2010-01-08 | 7 | -99/+173 |
|\| |
|
| * | One more fix for -vf scale with alpha. | reimar | 2010-01-01 | 1 | -1/+1 |
| * | Also pass alpha plane to swscale, avoids crashes when converting between | reimar | 2010-01-01 | 1 | -4/+4 |
| * | Add support for YUV format with alpha and fix the codecs.conf entry for vp6a | reimar | 2009-12-31 | 5 | -3/+17 |
| * | Also pass the 4th plane for planar formats on to libavcodec. | reimar | 2009-12-31 | 1 | -0/+4 |
| * | Try to put the list of output formats for vf_scale in a more sensible | reimar | 2009-12-31 | 1 | -6/+6 |
| * | Deduplicate the mp_image planes allocation code. | reimar | 2009-12-31 | 2 | -63/+35 |
| * | Add support for 16-bit per component YUV formats. | reimar | 2009-12-31 | 6 | -14/+73 |
| * | Support 440P in scale filter. | reimar | 2009-12-30 | 1 | -0/+2 |
| * | Add support for 440p colorspace. | reimar | 2009-12-30 | 3 | -0/+6 |
| * | Add a helper function to get the chroma scale shift and use to simplify mpi s... | reimar | 2009-12-30 | 3 | -33/+50 |
* | | Merge svn changes up to r30136 | Uoti Urpala | 2009-12-30 | 6 | -10/+28 |
|\| |
|
| * | Add support for parsing audio streams (though should be easy to extend to video) | reimar | 2009-12-27 | 1 | -2/+13 |
| * | Support mp_image with allocated palette. | reimar | 2009-12-26 | 3 | -7/+13 |
| * | Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly | reimar | 2009-12-26 | 1 | -1/+0 |
| * | Restore the old value of planes[1] in vf_palette at the end to ensure | reimar | 2009-12-26 | 1 | -0/+2 |
| * | Some ugly hacks to make compiling against a newer external version of libass ... | reimar | 2009-12-24 | 2 | -0/+8 |
| * | Remove more direct includes of libass/ass.h | reimar | 2009-12-24 | 2 | -2/+0 |
* | | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST) | Uoti Urpala | 2009-12-29 | 1 | -2/+4 |
* | | cosmetics: Revert old dec_audio.c code uglification | Uoti Urpala | 2009-12-28 | 1 | -12/+11 |
* | | vf: Fix filter enabling logic for vf_uspp and vfs using lavc internals | Uoti Urpala | 2009-12-07 | 1 | -2/+2 |
* | | vf_vo: Use vo_seek_reset() instead of vo_control() | Uoti Urpala | 2009-12-02 | 1 | -1/+1 |
* | | Merge svn changes up to r29971 | Uoti Urpala | 2009-11-29 | 1 | -1/+1 |
|\| |
|
| * | when using -v, print also which lavc codec has been used, not | attila | 2009-11-28 | 1 | -1/+1 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 11 | -143/+13 |
|\| |
|
| * | Fix initialization values for vf_expand priv struct. | reimar | 2009-11-22 | 1 | -0/+2 |
| * | Remove unused variable. | reimar | 2009-11-22 | 1 | -2/+0 |
| * | Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_... | reimar | 2009-11-22 | 1 | -2/+2 |
| * | Switch ad_ffmpeg to avcodec_decode_audio3 | reimar | 2009-11-22 | 1 | -1/+5 |
| * | Remove unused variable. | reimar | 2009-11-22 | 1 | -1/+0 |
| * | Remove unreachable parsing code: for filters that use the option parser, | reimar | 2009-11-21 | 7 | -135/+0 |
| * | Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form... | reimar | 2009-11-21 | 1 | -0/+2 |
| * | Add a define for IMGFMT_RGB48NE that depends on machine endianness. | reimar | 2009-11-21 | 1 | -0/+2 |
| * | Use avcodec_align_dimensions to appropriately align width and height in | reimar | 2009-11-17 | 1 | -5/+2 |
* | | core: Add support for decoder reordering of pts values | Uoti Urpala | 2009-11-21 | 3 | -7/+54 |
* | | cosmetics: remove some unused variables | Uoti Urpala | 2009-11-17 | 1 | -1/+0 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 7 | -12/+2053 |
|\| |
|
| * | Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable | cehoyos | 2009-11-10 | 2 | -0/+2 |
| * | Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output. | diego | 2009-11-10 | 1 | -0/+1 |
| * | Add support for DVB teletext. | reimar | 2009-11-10 | 2 | -0/+27 |
| * | Add support for 8 channel audio. | tack | 2009-11-10 | 2 | -3/+5 |
| * | Properly free the pthread mutex for teletext. | reimar | 2009-11-09 | 1 | -0/+2 |
| * | Allow teletext compilation without pthreads | reimar | 2009-11-09 | 1 | -0/+11 |
| * | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 1 | -4/+0 |
| * | Factorise vbi_decode(). | cehoyos | 2009-11-07 | 1 | -30/+39 |
| * | Separate teletext from tv support. | cehoyos | 2009-11-07 | 2 | -6/+16 |
| * | Only call avcodec_close if the open succeeded before, otherwise avcodec_close | reimar | 2009-11-06 | 1 | -1/+2 |
| * | ad_ffmpeg: Fix channel layout for ffvorbis and ffaac | tack | 2009-11-04 | 1 | -8/+1 |
| * | Teletext display does support font scaling via OSD font scaling, remove | cehoyos | 2009-10-31 | 1 | -1/+0 |
| * | Replace two more occurences of tvi_vbi with dec_teletext. | cehoyos | 2009-10-31 | 1 | -2/+2 |
| * | Remove incorrect comment. | cehoyos | 2009-10-31 | 1 | -2/+0 |
| * | Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths | cehoyos | 2009-10-29 | 2 | -57/+61 |
| * | Move teletext specific code from stream into libmpcodecs. | cehoyos | 2009-10-29 | 2 | -0/+1987 |
| * | sync to x264-r1296 | lorenm | 2009-10-19 | 1 | -1/+1 |
| * | Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN. | diego | 2009-10-19 | 1 | -0/+2 |
* | | Merge branch 'vdpau' | Uoti Urpala | 2009-11-16 | 6 | -15/+8 |
|\ \ |
|
| * | | Support VDPAU MPEG4 hardware decoding | Uoti Urpala | 2009-11-16 | 2 | -0/+2 |
| * | | Add yuv_colorspace property, implemented in vo_vdpau and vo_xv | Uoti Urpala | 2009-11-15 | 2 | -0/+6 |
| * | | vf: Remove unused VFCTRL_FLIP_PAGE | Uoti Urpala | 2009-10-21 | 4 | -15/+0 |
* | | | av_log callback handling overhaul | Uoti Urpala | 2009-10-31 | 1 | -51/+0 |
* | | | build: Support x264 version 78 | Uoti Urpala | 2009-10-19 | 1 | -1/+1 |
|/ / |
|
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 7 | -42/+23 |
|\| |
|
| * | Mark some functions that do not need external visibility as static. | diego | 2009-09-30 | 2 | -2/+2 |
| * | Reduce console output verbosity: Move colorspace information to verbose mode. | diego | 2009-09-30 | 1 | -2/+5 |
| * | Change type to avoid void * arithmetic. | reimar | 2009-09-25 | 1 | -1/+1 |
| * | Set codec_type and codec_id in codec context for lavc encoders. | reimar | 2009-09-25 | 2 | -0/+4 |
| * | Make sure avctx->codec_type and codec_id are set, since libavcodec | reimar | 2009-09-23 | 2 | -0/+3 |
| * | Use x264_encoder_delayed_frames instead of the current hack to flush delayed | reimar | 2009-09-23 | 1 | -4/+2 |
| * | sync to x264-r1260 (which changed api) | lorenm | 2009-09-23 | 1 | -33/+8 |
* | | Merge branch 'vdpau' into build | Uoti Urpala | 2009-09-19 | 2 | -11/+6 |
|\ \ |
|
| * | | vo_vdpau: Fix memory corruption bug with MP_IMGTYPE_NUMBERED | Uoti Urpala | 2009-09-18 | 1 | -0/+3 |
| * | | core/VO: Allow VO drivers to add/modify frames | Uoti Urpala | 2009-09-18 | 2 | -11/+3 |
* | | | vf: Free MP_IMGTYPE_NUMBERED buffers too | Uoti Urpala | 2009-09-18 | 1 | -0/+2 |
* | | | Merge svn changes up to r29684 | Uoti Urpala | 2009-09-16 | 4 | -12/+31 |
|\ \ \
| | |/
| |/| |
|
| * | | Add several HAVE_EBX_AVAILABLE conditions where necessary | reimar | 2009-09-14 | 3 | -2/+10 |
| * | | %lf is not a valid printf format specifier, use just %f instead. | reimar | 2009-09-14 | 1 | -1/+1 |
| * | | Always keep a backup of the expand values from the command-line, so values | reimar | 2009-09-10 | 1 | -8/+19 |
* | | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -1/+4 |
|\| |
| |/
|/| |
|
| * | Reindent | reimar | 2009-08-26 | 1 | -1/+1 |
| * | Retry deciding to get audio parameters several times on errors, this avoids | reimar | 2009-08-26 | 1 | -0/+3 |
* | | Merge svn changes up to r29544 | Uoti Urpala | 2009-08-22 | 2 | -15/+7 |
|\| |
|
| * | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 | 2 | -15/+7 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 5 | -7/+14 |
|\| |
|
| * | 100l, fix compilation again and make codec-cfg.c use the predefined constants | reimar | 2009-08-12 | 1 | -1/+1 |
| * | 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding. | reimar | 2009-08-12 | 1 | -1/+1 |
| * | Add IMGFMT_RGB48LE and IMGFMT_RGB48BE. | cehoyos | 2009-08-11 | 3 | -0/+6 |
| * | Add a giant hack to the x264 encoder module to ensure all delayed frames are | reimar | 2009-08-07 | 1 | -1/+3 |
| * | Replace macro: MAX -> FFMAX | ben | 2009-08-06 | 1 | -6/+5 |
* | | Change type names to match upstream libass | Grigori Goronzy | 2009-08-07 | 2 | -9/+9 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 | 5 | -6/+6 |
|\| |
|
| * | Fix stupid, off-by-one, mistakes in assert() expressions. | eugeni | 2009-07-27 | 1 | -1/+1 |
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 5 | -6/+6 |
| * | Make sure clip coordinates are inside the screen area. | eugeni | 2009-07-18 | 1 | -0/+4 |
* | | vf_pp: Remove deprecated "hex mode" support | Uoti Urpala | 2009-07-26 | 1 | -32/+0 |
* | | Remove internal libass tree | Uoti Urpala | 2009-07-26 | 2 | -6/+7 |
* | | Use own mp_*_taglists code instead of libavformat internals | Uoti Urpala | 2009-07-26 | 1 | -35/+2 |
* | | Disable functionality requiring libswscale internals | Uoti Urpala | 2009-07-26 | 1 | -0/+8 |
* | | Replace libavutil internal header #includes with MPlayer copies | Uoti Urpala | 2009-07-26 | 5 | -5/+5 |
* | | Remove unnecessary libavutil/internal.h includes | Uoti Urpala | 2009-07-26 | 3 | -11/+0 |
* | | Merge svn changes up to r29417 | Uoti Urpala | 2009-07-12 | 3 | -6/+415 |
|\| |
|
| * | 20% faster hqdn3d on x86_64 | lorenm | 2009-07-07 | 1 | -6/+6 |
| * | new debanding filter | lorenm | 2009-07-07 | 2 | -0/+409 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 3 | -6/+11 |
|\| |
|
| * | replace "g" asm constraint by "erm" since "g" allows 64bit immediates while | gpoirier | 2009-06-07 | 1 | -2/+2 |
| * | Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly | reimar | 2009-06-01 | 1 | -2/+7 |
| * | Initialize local variable, avoids a possible crash due to using an | reimar | 2009-06-01 | 1 | -2/+2 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 128 | -1289/+1289 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 127 | -1308/+1260 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -0/+2 |
|\| |
|
| * | MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr... | rik | 2009-05-09 | 1 | -0/+2 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 34 | -118/+277 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 34 | -119/+119 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 8 | -17/+16 |
|