summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_screenshot.c
Commit message (Expand)AuthorAgeFilesLines
* 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