aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_screenshot.c
Commit message (Expand)AuthorAge
* screenshot: allow forcing taking screenshots with the video filterGravatar wm42012-02-29
* core: add infrastructure to get screenshots from VOsGravatar wm42011-11-25
* vf_screenshot: better check for pixel format swscale supportGravatar harklu2011-08-17
* cleanup: do libav* initialization on startupGravatar Uoti Urpala2011-07-18
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\
| * Add support for 12-bit color mode on framebuffer devices.Gravatar cehoyos2010-05-06
* | Merge svn changes up to r31050Gravatar Uoti Urpala2010-04-26
|\|
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemsGravatar zuxy2010-04-20
* | Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ \
| | | * cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
| | |/
| | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\|
* | Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\ \
| | * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
| |/
| * Add missing avcodec_close to vf_screenshot.Gravatar reimar2010-01-03
| * Mark some functions that do not need external visibility as static.Gravatar diego2009-09-30
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...Gravatar reimar2009-03-29
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to r28038Gravatar Uoti Urpala2008-11-25
|\|
| * 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
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* 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