summaryrefslogtreecommitdiffstats
path: root/libvo/vo_md5sum.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: vo_md5sum: Remove unused define/undefcboesch2011-01-311-15/+0
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-4/+2
* libvo: Reduce verbosity of suboption parsing messagesdiego2010-11-021-4/+4
* Merge svn changes up to r31211Uoti Urpala2010-05-301-0/+2
|\
| * Change -vo md5sum to not interleave U and V lines when calculatingreimar2010-05-241-0/+2
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
| * Fix exit_player() usage throughout the codebase.diego2010-02-141-3/+3
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+1
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-7/+7
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-7/+7
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-2/+2
|\|
| * Remove obsolete extra elements from opt_t struct initialization.diego2009-03-151-2/+2
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-1/+1
|\|
| * Make data related to suboption parsing const in libvoreimar2009-03-071-1/+1
* | Merge svn changes up to r28348Uoti Urpala2009-01-231-1/+1
|\|
| * cosmetics: Remove pointless period after copyright statement non-sentences.diego2009-01-191-1/+1
* | Rename exit_player() use outside core to exit_player_bad()Uoti Urpala2008-08-121-3/+3
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-11/+12
|\|
| * Use standard license headers with standard formatting.diego2008-05-141-11/+12
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
|/
* 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