summaryrefslogtreecommitdiffstats
path: root/libvo/vo_md5sum.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* Remove obsolete extra elements from opt_t struct initialization.diego2009-03-151-2/+2
* Make data related to suboption parsing const in libvoreimar2009-03-071-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.diego2009-01-191-1/+1
* Use standard license headers with standard formatting.diego2008-05-141-11/+12
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+0
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Proper license header.ivo2007-11-291-11/+13
* Make some functions static.uau2006-07-081-1/+1
* inclusion of md5.c based on USE_LIBAVUTIL_SOnicodvb2006-07-051-0/+4
* use libavutil's md5 implementation instead of local imported copyivo2006-07-021-8/+10
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* Fix compile warningsivo2005-02-281-5/+3
* New suboption type: malloc'ed, zero terminated stringreimar2005-01-191-10/+2
* Replaced suboption parser by call to suboption helper.ivo2005-01-151-56/+24
* New MD5 sum video output driver. For every frame, it calculates the MD5 sumivo2004-09-201-0/+351