aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_lavc.c
Commit message (Expand)AuthorAge
* video/out: remove an unused parameterGravatar wm42015-10-03
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video/out: remove unused colorspace reportingGravatar wm42015-03-31
* video: remove vfcap.hGravatar wm42015-01-21
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Gravatar Rudolf Polzer2014-11-12
* encode: don't segfault when bailing out due to resolution changeGravatar wm42014-11-11
* vo_vdpau: better integration with the generic framedrop codeGravatar wm42014-09-20
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* video: move display and timing to a separate threadGravatar wm42014-08-12
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* encode: fix PTS unit mismatchGravatar wm42014-05-10
* vo_lavc: remove code with no effectGravatar wm42014-04-30
* encode: write 2-pass stats only per-packetGravatar wm42014-04-11
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* encode: use new AVFrame APIGravatar wm42014-03-16
* encode: add lockingGravatar wm42014-03-09
* video/out: do remaining config to reconfig replacementsGravatar wm42014-01-24
* video/out: don't access aspdat in VOsGravatar wm42014-01-22
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* video/fmt-conversion.c: remove unknown pixel format messagesGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* vo_lavc: fix -ovoffset.Gravatar Rudolf Polzer2013-11-11
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* vo_lavc: mp_msg conversionGravatar wm42013-09-20
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* Remove subopt-helperGravatar wm42013-07-22
* vo_lavc: remove unused variableGravatar wm42013-06-18
* vo_lavc: do NOT fill pict_type from the mp_imageGravatar Rudolf Polzer2013-06-17
* vo_lavc: use mp_image_copy_fields_to_av_frameGravatar Rudolf Polzer2013-06-17
* encode_lavc strings: use new option syntaxGravatar Rudolf Polzer2013-06-16
* vo_lavc: silence warning when writing y4mGravatar wm42013-06-13
* encoding: fix -oneverdrop logic when -omaxfps is usedGravatar Rudolf Polzer2013-06-09
* encoding -omaxfps: rewrite logicGravatar Rudolf Polzer2013-06-09
* encoding -omaxfps: do not shift pts when pts are repeated entirelyGravatar Rudolf Polzer2013-06-09
* Option -omaxfps: limit fps when encodingGravatar Rudolf Polzer2013-06-09
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* vo: remove vo.check_events callbackGravatar wm42013-05-26
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* audio/out, video/out: hide encoding VO/AOGravatar wm42013-02-06
* sub: do not copy the target image if there is no OSD/subsGravatar wm42013-01-13
* vo_lavc: use reference countingGravatar wm42013-01-13
* video: cleanup: replace old mp_image function namesGravatar wm42013-01-13
* mp_image: change how palette is handledGravatar wm42013-01-13