| Commit message (Expand) | Author | Age |
* | One more fix for -vf scale with alpha. | reimar | 2010-01-01 |
* | Also pass alpha plane to swscale, avoids crashes when converting between | reimar | 2010-01-01 |
* | Add support for YUV format with alpha and fix the codecs.conf entry for vp6a | reimar | 2009-12-31 |
* | Also pass the 4th plane for planar formats on to libavcodec. | reimar | 2009-12-31 |
* | Try to put the list of output formats for vf_scale in a more sensible | reimar | 2009-12-31 |
* | Deduplicate the mp_image planes allocation code. | reimar | 2009-12-31 |
* | Add support for 16-bit per component YUV formats. | reimar | 2009-12-31 |
* | Support 440P in scale filter. | reimar | 2009-12-30 |
* | Add support for 440p colorspace. | reimar | 2009-12-30 |
* | Add a helper function to get the chroma scale shift and use to simplify mpi s... | reimar | 2009-12-30 |
* | Add support for parsing audio streams (though should be easy to extend to video) | reimar | 2009-12-27 |
* | Support mp_image with allocated palette. | reimar | 2009-12-26 |
* | Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly | reimar | 2009-12-26 |
* | Restore the old value of planes[1] in vf_palette at the end to ensure | reimar | 2009-12-26 |
* | Some ugly hacks to make compiling against a newer external version of libass ... | reimar | 2009-12-24 |
* | Remove more direct includes of libass/ass.h | reimar | 2009-12-24 |
* | when using -v, print also which lavc codec has been used, not | attila | 2009-11-28 |
* | Fix initialization values for vf_expand priv struct. | reimar | 2009-11-22 |
* | Remove unused variable. | reimar | 2009-11-22 |
* | Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_... | reimar | 2009-11-22 |
* | Switch ad_ffmpeg to avcodec_decode_audio3 | reimar | 2009-11-22 |
* | Remove unused variable. | reimar | 2009-11-22 |
* | Remove unreachable parsing code: for filters that use the option parser, | reimar | 2009-11-21 |
* | Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form... | reimar | 2009-11-21 |
* | Add a define for IMGFMT_RGB48NE that depends on machine endianness. | reimar | 2009-11-21 |
* | Use avcodec_align_dimensions to appropriately align width and height in | reimar | 2009-11-17 |
* | 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 |
* | 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 |
* | sync to x264-r1296 | lorenm | 2009-10-19 |
* | Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN. | diego | 2009-10-19 |
* | 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 |