| Commit message (Expand) | Author | Age | Files | Lines |
* | vo_lavc: fix build on Libav | wm4 | 2016-04-15 | 1 | -2/+1 |
* | vo_lavc: unsupport deprecated AVFMT_RAWPICTURE | wm4 | 2016-04-15 | 1 | -23/+12 |
* | vo_lavc: send refcounted AVFrame to encoder | wm4 | 2016-04-15 | 1 | -4/+4 |
* | encode_lavc: Migrate to codecpar API. | Rudolf Polzer | 2016-04-11 | 1 | -31/+35 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | video: switch from using display aspect to sample aspect | wm4 | 2015-12-19 | 1 | -8/+1 |
* | video/out: remove an unused parameter | wm4 | 2015-10-03 | 1 | -1/+1 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -4/+4 |
* | video/out: remove unused colorspace reporting | wm4 | 2015-03-31 | 1 | -18/+1 |
* | video: remove vfcap.h | wm4 | 2015-01-21 | 1 | -3/+2 |
* | ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts. | Rudolf Polzer | 2014-11-12 | 1 | -6/+16 |
* | encode: don't segfault when bailing out due to resolution change | wm4 | 2014-11-11 | 1 | -1/+1 |
* | vo_vdpau: better integration with the generic framedrop code | wm4 | 2014-09-20 | 1 | -2/+2 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -1/+0 |
* | video: move display and timing to a separate thread | wm4 | 2014-08-12 | 1 | -1/+1 |
* | vo: make draw_image and vo_queue_image transfer image ownership | wm4 | 2014-06-17 | 1 | -12/+15 |
* | video: introduce failure path for image allocations | wm4 | 2014-06-17 | 1 | -0/+2 |
* | video/out: change aspects of OSD handling | wm4 | 2014-06-15 | 1 | -16/+6 |
* | encode: fix PTS unit mismatch | wm4 | 2014-05-10 | 1 | -6/+6 |
* | vo_lavc: remove code with no effect | wm4 | 2014-04-30 | 1 | -1/+0 |
* | encode: write 2-pass stats only per-packet | wm4 | 2014-04-11 | 1 | -1/+2 |
* | video/out: remove legacy colorspace stuff | wm4 | 2014-03-29 | 1 | -20/+9 |
* | encode: use new AVFrame API | wm4 | 2014-03-16 | 1 | -5/+3 |
* | encode: add locking | wm4 | 2014-03-09 | 1 | -16/+37 |
* | video/out: do remaining config to reconfig replacements | wm4 | 2014-01-24 | 1 | -8/+8 |
* | video/out: don't access aspdat in VOs | wm4 | 2014-01-22 | 1 | -10/+2 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 1 | -1/+2 |
* | video/fmt-conversion.c: remove unknown pixel format messages | wm4 | 2013-12-21 | 1 | -2/+5 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Take care of some libavutil deprecations, drop support for FFmpeg 1.0 | wm4 | 2013-11-29 | 1 | -3/+3 |
* | osd: remove mp_osd_res.video_par field | wm4 | 2013-11-24 | 1 | -1/+0 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -2/+1 |
* | vo_lavc: fix -ovoffset. | Rudolf Polzer | 2013-11-11 | 1 | -1/+3 |
* | video/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -6/+2 |
* | vo_lavc: mp_msg conversion | wm4 | 2013-09-20 | 1 | -34/+27 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | video/out: remove options argument from preinit() | wm4 | 2013-07-22 | 1 | -1/+1 |
* | Remove subopt-helper | wm4 | 2013-07-22 | 1 | -1/+0 |
* | vo_lavc: remove unused variable | wm4 | 2013-06-18 | 1 | -1/+1 |
* | vo_lavc: do NOT fill pict_type from the mp_image | Rudolf Polzer | 2013-06-17 | 1 | -0/+4 |
* | vo_lavc: use mp_image_copy_fields_to_av_frame | Rudolf Polzer | 2013-06-17 | 1 | -4/+1 |
* | encode_lavc strings: use new option syntax | Rudolf Polzer | 2013-06-16 | 1 | -2/+2 |
* | vo_lavc: silence warning when writing y4m | wm4 | 2013-06-13 | 1 | -1/+1 |
* | encoding: fix -oneverdrop logic when -omaxfps is used | Rudolf Polzer | 2013-06-09 | 1 | -5/+8 |
* | encoding -omaxfps: rewrite logic | Rudolf Polzer | 2013-06-09 | 1 | -29/+32 |
* | encoding -omaxfps: do not shift pts when pts are repeated entirely | Rudolf Polzer | 2013-06-09 | 1 | -1/+1 |
* | Option -omaxfps: limit fps when encoding | Rudolf Polzer | 2013-06-09 | 1 | -0/+16 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 1 | -1/+1 |
* | vo: remove vo.check_events callback | wm4 | 2013-05-26 | 1 | -5/+0 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 1 | -3/+1 |
* | audio/out, video/out: hide encoding VO/AO | wm4 | 2013-02-06 | 1 | -0/+1 |
* | sub: do not copy the target image if there is no OSD/subs | wm4 | 2013-01-13 | 1 | -1/+0 |
* | vo_lavc: use reference counting | wm4 | 2013-01-13 | 1 | -17/+4 |
* | video: cleanup: replace old mp_image function names | wm4 | 2013-01-13 | 1 | -3/+3 |
* | mp_image: change how palette is handled | wm4 | 2013-01-13 | 1 | -8/+5 |
* | video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavc | wm4 | 2013-01-13 | 1 | -0/+1 |
* | video/filter: change filter API, use refcounting, remove filter DR | wm4 | 2013-01-13 | 1 | -4/+6 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 1 | -3/+1 |
* | video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_format | wm4 | 2013-01-13 | 1 | -2/+1 |
* | video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGE | wm4 | 2013-01-13 | 1 | -4/+1 |
* | sdl, encode_lavc: fix copyright headers | Rudolf Polzer | 2012-12-28 | 1 | -2/+2 |
* | Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2 | wm4 | 2012-11-14 | 1 | -0/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -8/+8 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+553 |