aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_screenshot.c
Commit message (Expand)AuthorAge
* Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...Gravatar reimar2009-03-29
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* cosmetics: Move up uninit() to avoid a forward declaration.Gravatar diego2008-11-23
* cosmetics: consistent function declarations.Gravatar diego2008-11-23
* cosmetics: Remove tabs and trailing whitespace.Gravatar diego2008-11-23
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Remove useless castsGravatar reimar2008-01-21
* Add a missing free of the avctxGravatar reimar2007-12-25
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Make vf_screenshot use the libavcodec PNG encoderGravatar reimar2007-10-09
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.Gravatar reimar2007-05-27
* Fix segfault with videos with unusual resolution, patch by Stanislav Maslovsk...Gravatar gpoirier2006-11-15
* Add repeated screenshot mode to vf_screenshot.Gravatar eugeni2006-09-15
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* Software Scaler headers usage cleanupGravatar lucabe2006-06-18
* Make return type consistent with usage. Patch by Pierre Lombard.Gravatar rathann2006-05-13
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* 10l, uninit() was not used, fixes bug #401Gravatar reimar2005-10-30
* Fix multiple issues: No picture at all, broken pictures, only every secondGravatar reimar2005-09-12
* do nothing if no free filenames are availableGravatar henry2005-09-11
* use slices if DR isn't availableGravatar henry2005-09-11
* forgotten MP_IMGFLAG_READABLEGravatar henry2005-09-11
* DR and slice supportGravatar henry2005-09-11
* screenshot filterGravatar henry2005-09-11