index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vf_screenshot.c
Commit message (
Expand
)
Author
Age
*
screenshot: allow forcing taking screenshots with the video filter
wm4
2012-02-29
*
core: add infrastructure to get screenshots from VOs
wm4
2011-11-25
*
vf_screenshot: better check for pixel format swscale support
harklu
2011-08-17
*
cleanup: do libav* initialization on startup
Uoti Urpala
2011-07-18
*
cleanup: shut up more warnings
Clément Bœsch
2011-05-06
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"
Uoti Urpala
2010-05-29
*
Merge svn changes up to r31141
Uoti Urpala
2010-05-07
|
\
|
*
Add support for 12-bit color mode on framebuffer devices.
cehoyos
2010-05-06
*
|
Merge svn changes up to r31050
Uoti Urpala
2010-04-26
|
\
|
|
*
Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
zuxy
2010-04-20
*
|
Merge svn changes up to r30683
Uoti Urpala
2010-03-10
|
\
\
*
\
\
Merge svn changes up to r30463
Uoti Urpala
2010-03-09
|
\
\
\
|
|
|
*
cosmetics: Rename struct vf_instance_s --> vf_instance.
diego
2010-02-21
|
|
|
/
|
|
*
Rename open() vf initialization function to vf_open().
diego
2010-02-21
|
|
/
|
*
Add missing license headers to all files in the libmpcodecs directory.
diego
2010-01-30
*
|
Merge svn changes up to r30195
Uoti Urpala
2010-01-08
|
\
|
*
|
Merge svn changes up to r30185
Uoti Urpala
2010-01-08
|
\
\
|
|
*
Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
reimar
2010-01-03
|
|
/
|
*
Add missing avcodec_close to vf_screenshot.
reimar
2010-01-03
|
*
Mark some functions that do not need external visibility as static.
diego
2009-09-30
*
|
Merge svn changes up to r29117
Uoti Urpala
2009-04-01
|
\
|
|
*
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...
reimar
2009-03-29
*
|
Merge svn changes up to r28641
Uoti Urpala
2009-02-18
|
\
|
|
*
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
diego
2009-02-17
*
|
Merge svn changes up to r28038
Uoti Urpala
2008-11-25
|
\
|
|
*
cosmetics: Move up uninit() to avoid a forward declaration.
diego
2008-11-23
|
*
cosmetics: consistent function declarations.
diego
2008-11-23
|
*
cosmetics: Remove tabs and trailing whitespace.
diego
2008-11-23
*
|
Make various functions static
Uoti Urpala
2008-08-12
*
|
Remove _s/_st suffix from some struct names
Uoti Urpala
2008-04-25
|
/
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
Remove useless casts
reimar
2008-01-21
*
Add a missing free of the avctx
reimar
2007-12-25
*
Make all vf_info_t structs const
reimar
2007-12-02
*
Make vf_screenshot use the libavcodec PNG encoder
reimar
2007-10-09
*
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
reimar
2007-05-27
*
Fix segfault with videos with unusual resolution, patch by Stanislav Maslovsk...
gpoirier
2006-11-15
*
Add repeated screenshot mode to vf_screenshot.
eugeni
2006-09-15
*
rm unnecesary casts from void* - part 3
reynaldo
2006-07-02
*
Move postproc ---> libswscale
lucabe
2006-06-30
*
Move #ifdefs around complete files into the build system.
diego
2006-06-21
*
Software Scaler headers usage cleanup
lucabe
2006-06-18
*
Make return type consistent with usage. Patch by Pierre Lombard.
rathann
2006-05-13
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
10l, uninit() was not used, fixes bug #401
reimar
2005-10-30
*
Fix multiple issues: No picture at all, broken pictures, only every second
reimar
2005-09-12
*
do nothing if no free filenames are available
henry
2005-09-11
*
use slices if DR isn't available
henry
2005-09-11
[next]