summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_screenshot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'osd_changes' into masterwm42012-11-011-1/+2
|\
| * screenshot: let VOs pass colorspace information via mp_imagewm42012-11-011-0/+1
| * libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cRudolf Polzer2012-10-241-1/+1
* | vf_screenshot: fix handling of out-of-order slice rendered framesreimar2012-10-301-4/+2
|/
* screenshot: allow forcing taking screenshots with the video filterwm42012-02-291-1/+11
* core: add infrastructure to get screenshots from VOswm42011-11-251-133/+48
* vf_screenshot: better check for pixel format swscale supportharklu2011-08-171-40/+14
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-1/+0
* cleanup: shut up more warningsClément Bœsch2011-05-061-2/+2
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+2
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-6/+6
* Merge svn changes up to r31141Uoti Urpala2010-05-071-0/+1
|\
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-061-0/+1
* | Merge svn changes up to r31050Uoti Urpala2010-04-261-3/+3
|\|
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemszuxy2010-04-201-3/+3
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-6/+6
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-3/+2
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-211-3/+2
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r30195Uoti Urpala2010-01-081-2/+2
|\|
| * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).reimar2010-01-031-2/+2
* | Merge svn changes up to r30185Uoti Urpala2010-01-081-0/+1
|\|
| * Add missing avcodec_close to vf_screenshot.reimar2010-01-031-0/+1
| * Mark some functions that do not need external visibility as static.diego2009-09-301-1/+1
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-8/+4
|\|
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...reimar2009-03-291-8/+4
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to r28038Uoti Urpala2008-11-251-83/+85
|\|
| * cosmetics: Move up uninit() to avoid a forward declaration.diego2008-11-231-10/+9
| * cosmetics: consistent function declarations.diego2008-11-231-4/+7
| * cosmetics: Remove tabs and trailing whitespace.diego2008-11-231-69/+69
* | Make various functions staticUoti Urpala2008-08-121-1/+1
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-6/+6
|/
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-5/+0
* Remove useless castsreimar2008-01-211-2/+2
* Add a missing free of the avctxreimar2007-12-251-0/+1
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Make vf_screenshot use the libavcodec PNG encoderreimar2007-10-091-42/+35
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-1/+0
* Fix segfault with videos with unusual resolution, patch by Stanislav Maslovsk...gpoirier2006-11-151-1/+1
* Add repeated screenshot mode to vf_screenshot.eugeni2006-09-151-2/+19
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
* Move postproc ---> libswscalelucabe2006-06-301-1/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-3/+0
* Software Scaler headers usage cleanuplucabe2006-06-181-1/+0
* Make return type consistent with usage. Patch by Pierre Lombard.rathann2006-05-131-3/+3
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-5/+5
* 10l, uninit() was not used, fixes bug #401reimar2005-10-301-0/+2
* Fix multiple issues: No picture at all, broken pictures, only every secondreimar2005-09-121-58/+34
* do nothing if no free filenames are availablehenry2005-09-111-4/+10
* use slices if DR isn't availablehenry2005-09-111-0/+6
* forgotten MP_IMGFLAG_READABLEhenry2005-09-111-1/+1
* DR and slice supporthenry2005-09-111-21/+99
* screenshot filterhenry2005-09-111-0/+236