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
*
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
*
forgotten MP_IMGFLAG_READABLE
henry
2005-09-11
*
DR and slice support
henry
2005-09-11
*
screenshot filter
henry
2005-09-11