| Commit message (Expand) | Author | Age | Files | Lines |
* | ad_ffmpeg: avoid avcodec_close() if avcodec_open() failed | Uoti Urpala | 2011-12-06 | 1 | -1/+1 |
* | core, vo: modify OSD redraw architecture, support EOSD | Uoti Urpala | 2011-12-06 | 7 | -20/+7 |
* | Merge branch 'screenshot' (early part) | Uoti Urpala | 2011-11-25 | 3 | -148/+75 |
|\ |
|
| * | video: use talloc for mp_image, abort if out of memory | wm4 | 2011-11-25 | 1 | -14/+20 |
| * | core: add infrastructure to get screenshots from VOs | wm4 | 2011-11-25 | 2 | -134/+55 |
* | | commands, vd_ffmpeg: fix switch_ratio slave command | Uoti Urpala | 2011-11-14 | 4 | -34/+47 |
* | | vd_ffmpeg: disable slice use that fails with size changes | Uoti Urpala | 2011-11-14 | 1 | -9/+0 |
* | | cleanup: vf_scale.c, vf.c: replace numbers by flag macro names | Uoti Urpala | 2011-11-14 | 2 | -13/+16 |
* | | cosmetics: vf.[ch]: reformat | Uoti Urpala | 2011-11-14 | 5 | -489/+586 |
|/ |
|
* | vd_ffmpeg.c: remove useless realvideo avctx->sub_id setting | Uoti Urpala | 2011-10-25 | 1 | -1/+0 |
* | cosmetics: vd_ffmpeg.c: reformat | Uoti Urpala | 2011-10-22 | 1 | -348/+301 |
* | audio/video: delete buggy "dynamic plugin" code | Uoti Urpala | 2011-10-20 | 2 | -88/+0 |
* | video, options: implement better YUV->RGB conversion control | wm4 | 2011-10-16 | 6 | -2/+136 |
* | options: move libass-related options to struct | Uoti Urpala | 2011-09-03 | 2 | -21/+26 |
* | ad_ffmpeg: free resources on init failure | Uoti Urpala | 2011-08-21 | 1 | -4/+12 |
* | ad_ffmpeg: handle timing for partially decoded packets better | Uoti Urpala | 2011-08-21 | 1 | -7/+23 |
* | cosmetics: ad_ffmpeg.c: reformat | Uoti Urpala | 2011-08-21 | 1 | -131/+137 |
* | core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpeg | Uoti Urpala | 2011-08-20 | 4 | -12/+27 |
* | vf_screenshot: better check for pixel format swscale support | harklu | 2011-08-17 | 1 | -40/+14 |
* | options, subs: add --ass-vsfilter-aspect-compat | harklu | 2011-08-12 | 2 | -3/+5 |
* | subs: libass: apply option changes to all track types | Uoti Urpala | 2011-08-08 | 2 | -3/+11 |
* | cleanup: move global ass_force_reload to struct osd_state | Uoti Urpala | 2011-08-08 | 2 | -10/+12 |
* | build: fix --enable-debug, remove some "#ifdef MP_DEBUG" | Uoti Urpala | 2011-07-30 | 1 | -6/+1 |
* | options: change option parsing to use bstr | Uoti Urpala | 2011-07-29 | 1 | -1/+1 |
* | cleanup: do libav* initialization on startup | Uoti Urpala | 2011-07-18 | 10 | -62/+0 |
* | vf_qp: enable compilation depending on libavutil eval API | Uoti Urpala | 2011-07-18 | 2 | -5/+4 |
* | img_format.h, vo_gl: fix IMGFMT_IS_YUVP16() definition | Uoti Urpala | 2011-07-14 | 1 | -1/+3 |
* | vd_ffmpeg: make "-lavdopts lowres" handling more robust | Uoti Urpala | 2011-07-09 | 1 | -11/+11 |
* | vd_ffmpeg: fix "-lavdopts skipframe" support | Uoti Urpala | 2011-07-09 | 1 | -1/+5 |
* | cosmetics: img_format.h: document some formats | reimar | 2011-07-06 | 1 | -11/+11 |
* | vf_stereo3d: Add support for converting to interleaved 3D | reimar | 2011-07-06 | 1 | -6/+30 |
* | vf_ilpack: fix incompatible function types | reimar | 2011-07-06 | 1 | -5/+8 |
* | cosmetics: vf_ilpack.c: tabs to 4 spaces | Uoti Urpala | 2011-07-06 | 1 | -341/+341 |
* | vf_dint, vf_divtc: fix code assuming "char" is signed | reimar | 2011-07-06 | 2 | -9/+9 |
* | vf_delogo: allow to change the rectangle based on the time | cigaes | 2011-07-06 | 1 | -17/+130 |
* | cosmetics: vf_delogo.c: remove tabs to allow direct merge | Uoti Urpala | 2011-07-06 | 1 | -57/+57 |
* | debug output: reduce verbosity of some frequent messages | Uoti Urpala | 2011-07-05 | 1 | -1/+1 |
* | audio: move ready-for-ao data buffer from decoder to AO | Uoti Urpala | 2011-07-02 | 2 | -34/+30 |
* | cleanup: fix mp_dbg() format string warnings | Clément Bœsch | 2011-07-01 | 1 | -4/+4 |
* | vo_gl: don't accept 9/10-bit formats as input | reimar | 2011-06-29 | 5 | -44/+56 |
* | vd_ffmpeg.c: fix one case of "-lavdopts vstats" crashing | iive | 2011-06-29 | 1 | -1/+4 |
* | configure: Remove checks for default inline asm features | Diego Biurrun | 2011-06-28 | 1 | -4/+4 |
* | vd_ffmpeg: autoselect output colorspaces without codecs.conf | Uoti Urpala | 2011-06-26 | 3 | -13/+36 |
* | video/colorspaces: add new 9/10-bit formats from libavcodec | Uoti Urpala | 2011-06-26 | 4 | -2/+62 |
* | vf_pullup, vf_yadif: pts handling fixes | Rudolf Polzer | 2011-06-24 | 2 | -15/+22 |
* | vo_xvmc: drop XvMC support | Uoti Urpala | 2011-05-09 | 1 | -41/+0 |
* | audio: disallow partial samples, fix ad_pcm to comply | Uoti Urpala | 2011-05-07 | 1 | -3/+8 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 13 | -33/+30 |
* | audio: avoid duplicated error messages on init failure | Uoti Urpala | 2011-05-03 | 1 | -1/+3 |
* | ad_ffmpeg: return failure from init() if initial decode fails | Uoti Urpala | 2011-05-03 | 1 | -6/+13 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 6 | -76/+15 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 5 | -19/+31 |
|\ |
|
| * | ad_speex: support decoding stream without header packet | reimar | 2011-05-02 | 1 | -13/+14 |
| * | vd_ffmpeg: Make DR work with reget_buffer without buffer_hints | reimar | 2011-05-02 | 1 | -0/+3 |
| * | vd_ffmpeg: handle reget_buffer in DRI failure fallback code | reimar | 2011-05-02 | 1 | -0/+6 |
| * | ad_qtaudio: don't run win32 loader code when it's not used | reimar | 2011-05-02 | 1 | -2/+2 |
| * | vd_ffmpeg: require aligned stride in get_buffer() | zuxy | 2011-04-13 | 1 | -1/+1 |
| * | ad_pcm, codecs.conf: support 'lpcm' in mov and float in aiff | cehoyos | 2011-04-13 | 1 | -0/+2 |
| * | ad_liba52: Fix -ac a52 with tags other than 0x2000 or dnet | reimar | 2011-04-13 | 1 | -3/+3 |
* | | vf_*: fix pts values passed to the next filter | Rudolf Polzer | 2011-04-24 | 16 | -56/+269 |
* | | Update libav API uses | Uoti Urpala | 2011-04-20 | 4 | -10/+8 |
* | | cleanup: avoid various GCC warnings | Clément Bœsch | 2011-04-20 | 2 | -3/+3 |
|/ |
|
* | mp3lib: drop internal mp3lib tree | Uoti Urpala | 2011-04-02 | 3 | -128/+0 |
* | vd_ffmpeg: fix thread count setting with latest ffmpeg-mt | Uoti Urpala | 2011-03-29 | 1 | -1/+3 |
* | ad_qtaudio: fix use with the libavformat mov demuxer | faust3 | 2011-02-15 | 1 | -2/+6 |
* | vd_mpng: libpng API update, use color type getter | cboesch | 2011-02-15 | 1 | -3/+6 |
* | libmpcodecs/vf_*.c: Replace memalign() by av_malloc() | michael | 2011-02-15 | 3 | -8/+12 |
* | fix compilation with old FFmpeg versions | Uoti Urpala | 2011-02-08 | 1 | -1/+8 |
* | ad_ffmpeg: add missing extradata padding | Uoti Urpala | 2011-02-02 | 1 | -1/+2 |
* | libmpeg2: drop libmpeg2 support | Uoti Urpala | 2011-02-01 | 2 | -318/+0 |
* | vo_zr2: drop Zoran support | Uoti Urpala | 2011-01-31 | 4 | -1306/+0 |
* | codecs.conf, vd_ffmpeg: Enable fflagarith video decoder | cehoyos | 2011-01-31 | 1 | -1/+1 |
* | libfaad2:/ Remove forked internal libfaad2 copy | diego | 2011-01-31 | 1 | -32/+1 |
* | Merge branch 'sub' | Uoti Urpala | 2011-01-26 | 4 | -48/+91 |
|\ |
|
| * | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 3 | -5/+5 |
| * | cleanup: rename ass_* functions to mp_ass_* | Uoti Urpala | 2011-01-26 | 2 | -14/+14 |
| * | subs: use correct font aspect ratio for libass + converted subs | Uoti Urpala | 2011-01-26 | 2 | -25/+67 |
| * | cleanup: some random minor code simplification and cleanup | Uoti Urpala | 2011-01-26 | 1 | -9/+8 |
| * | vf_vo: fix EOSD change detection bug | Uoti Urpala | 2011-01-18 | 1 | -1/+0 |
| * | cleanup: move MP_NOPTS_VALUE definition to mpcommon.h | Uoti Urpala | 2011-01-15 | 1 | -4/+1 |
| * | subtitles: move global ass_track to struct osd_state | Uoti Urpala | 2011-01-15 | 3 | -12/+18 |
* | | mp_msg: Remove uses of MSGT_MENCODER | Clément Bœsch | 2011-01-25 | 2 | -5/+5 |
* | | cleanup: remove unused MEncoder-related code | Clément Bœsch | 2011-01-25 | 4 | -17/+8 |
|/ |
|
* | cosmetics: remove unused code, small formatting tweaks | Uoti Urpala | 2010-12-20 | 1 | -1/+1 |
* | vd_ffmpeg: set thread count to number of cores on machine by default | Uoti Urpala | 2010-12-20 | 1 | -1/+14 |
* | ad_faad: fix crash when used on an empty audio stream | reimar | 2010-12-16 | 1 | -0/+5 |
* | ad_speex: improve timestamp handling | reimar | 2010-12-16 | 1 | -1/+9 |
* | vd_ffmpeg: fix MP_IMGTYPE selection for non-ref non-B frames | reimar | 2010-12-16 | 1 | -1/+1 |
* | vd_ffmpeg: Reset ctx->vo_initialized to 0 on a resolution change | reimar | 2010-12-16 | 1 | -0/+1 |
* | ad_speex: Fix possible memory leaks on error | reimar | 2010-12-16 | 1 | -2/+8 |
* | vd_qtvideo: Do not dump image description by default | reimar | 2010-12-16 | 1 | -1/+2 |
* | vf_stereo3d: Properly support src/dst stride | reimar | 2010-12-16 | 1 | -31/+38 |
* | vf_stereo3d: Adjust d_height instead of bad ad-hoc scaling | reimar | 2010-12-16 | 1 | -44/+28 |
* | ad_liba52: fix -a52drc handling | Uoti Urpala | 2010-11-23 | 1 | -1/+1 |
* | demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if available | Uoti Urpala | 2010-11-21 | 1 | -11/+16 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 26 | -58/+53 |
* | core: do initial A-V sync by modifying audio stream | Uoti Urpala | 2010-11-13 | 2 | -7/+21 |
* | vd_ffmpeg: compare IMGFMT instead of PIX_FMT | reimar | 2010-11-08 | 1 | -3/+3 |
* | ad_faad: Make work with -demuxer lavf | reimar | 2010-11-08 | 1 | -1/+1 |
* | ad_ffmpeg: Handle EAGAIN, needed for LATM to work properly with demux_ts | reimar | 2010-11-08 | 1 | -0/+3 |
* | vf_scale: accept all non-hw-accel formats we know a PIX_FMT for | reimar | 2010-11-08 | 1 | -35/+1 |
* | video: simplify some tests with a new IMGFMT_IS_HWACCEL macro | reimar | 2010-11-08 | 4 | -6/+7 |
* | build: enable vf_geq if libavutil version installs eval.h | Uoti Urpala | 2010-11-06 | 1 | -0/+2 |
* | vf_stereo3d: Add stereo3d filter | reimar | 2010-11-02 | 2 | -0/+480 |
* | vd_ffmpeg: improve aspect ratio handling | reimar | 2010-11-02 | 1 | -5/+7 |
* | vd_qtvideo: fix crash on OS X with QuickTime | reimar | 2010-11-02 | 1 | -1/+1 |
* | Remove remaining %lf printf conversions | reimar | 2010-11-02 | 1 | -0/+1 |
* | vf_yadif: modify asm to make compile with clang | cehoyos | 2010-11-02 | 1 | -1/+1 |
* | libaf: add opts pointer to struct af_stream | Uoti Urpala | 2010-11-02 | 1 | -2/+2 |
* | ad_libdca: fix assert failure on -channels >6 | Uoti Urpala | 2010-11-02 | 1 | -3/+10 |
* | options: move audio_output_channels, audio_output_format to struct | Uoti Urpala | 2010-11-02 | 7 | -15/+22 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 3 | -7/+5 |
* | Remove MEncoder | Uoti Urpala | 2010-11-02 | 27 | -8065/+0 |
* | cosmetics: Remove vim/emacs coding style hints from sources | diego | 2010-11-02 | 2 | -5/+0 |
* | vf_sab, vf_smartblur: add "const" to match swscale API | diego | 2010-11-02 | 2 | -2/+2 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 11 | -39/+30 |
* | cosmetics: reformat vf_ass to K&R style | Uoti Urpala | 2010-11-02 | 1 | -289/+318 |
* | enable vo_mga, vo_xmga, vf_palette, vf_halfpack | Uoti Urpala | 2010-11-02 | 1 | -4/+0 |
* | vf_fixpts: Mark vf_info_t declaration const | diego | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: remove "_s" prefix from "struct vf_info_s" | Uoti Urpala | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: Remove commented-out mpcodecs_ad_null leftovers | diego | 2010-11-02 | 1 | -2/+0 |
* | Add central init_avcodec() to avoid duplicated libavcodec init code | diego | 2010-11-02 | 11 | -57/+54 |
* | vd_ffmpeg: Set avctx->coded_width/coded_height instead of width/height | reimar | 2010-11-02 | 1 | -2/+2 |
* | ad_ffmpeg, vd_ffmpeg: remove pointless casts | diego | 2010-11-02 | 2 | -2/+2 |
* | spelling fixes | siretart | 2010-11-02 | 1 | -2/+2 |
* | vd_qtvideo: Some indentation fixes | reimar | 2010-11-02 | 1 | -7/+7 |
* | vd_qtvideo: generate a ImageDescription if not given | reimar | 2010-11-02 | 1 | -5/+20 |
* | audio: support parameter changes (e.g. channel count) during playback | reimar | 2010-11-02 | 2 | -25/+61 |
* | ad_mpeg123: Enable robust resync | diego | 2010-11-02 | 1 | -0/+3 |
* | Use AV_RL* macros instead of typecasts where appropriate | reimar | 2010-11-02 | 5 | -27/+21 |
* | libgsm: Remove libgsm wrapper | reimar | 2010-11-02 | 5 | -1214/+0 |
* | vd_xanim.c: Give functions proper prototypes | reimar | 2010-11-02 | 1 | -24/+45 |
* | vf_geq: Fix function prototypes to match the required type. | reimar | 2010-11-02 | 1 | -3/+3 |
* | cleanup: Add const qualifiers for struct ad_functions pointers | reimar | 2010-11-02 | 1 | -1/+1 |
* | ad_faad: fix compilation using external libfaad | attila | 2010-11-02 | 1 | -0/+11 |
* | ad_mpg123: add MP3 decoding through libmpg123 | diego | 2010-11-02 | 2 | -0/+580 |
* | vd_ffmpeg: add av_unused attribute to swap_palette() | diego | 2010-11-02 | 1 | -1/+1 |
* | vf_ffmpeg: make VP8 decoder work by disabling dr | reimar | 2010-11-02 | 1 | -1/+1 |
* | ad_faad: Improve LATM recognition | cehoyos | 2010-11-02 | 1 | -2/+24 |
* | cleanup: #include loader/wine/winbase.h instead of local declarations | diego | 2010-11-02 | 3 | -10/+4 |
* | vf_rgb2bgr: remove the filter | siretart | 2010-11-02 | 2 | -125/+0 |
* | vd_ffmpeg: Minor code simplification. | reimar | 2010-10-27 | 1 | -1/+2 |
* | vd_ffmpeg: fix aspect ratio problems with recent FFmpeg | Uoti Urpala | 2010-10-16 | 1 | -0/+2 |
* | vd_ffmpeg: fix calloc/av_free mixup | Uoti Urpala | 2010-10-16 | 1 | -7/+4 |
* | Merge svn changes up to r31332 | Uoti Urpala | 2010-06-05 | 2 | -2/+18 |
|\ |
|
| * | Extend -vf format to allow substituting the format for a compatible one | reimar | 2010-06-05 | 1 | -2/+16 |
| * | Fix -vf format and -vf noformat to work with slices. | reimar | 2010-06-05 | 2 | -0/+2 |
* | | Merge svn changes r31318 to r31328 | Uoti Urpala | 2010-06-05 | 2 | -5/+5 |
|\| |
|
| * | Fix compilation after FFmpeg r23485. | cehoyos | 2010-06-05 | 2 | -5/+5 |
| * | Limit buffered PTS only when we actually got a frame from the decoder. | reimar | 2010-06-03 | 1 | -14/+17 |
| * | ass_set_aspect_ratio() takes three arguments since 0x00907010. | cehoyos | 2010-06-02 | 2 | -2 |