aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_md5sum.c
Commit message (Expand)AuthorAge
* libvo: Reduce verbosity of suboption parsing messagesGravatar diego2010-11-02
* Merge svn changes up to r31211Gravatar Uoti Urpala2010-05-30
|\
| * Change -vo md5sum to not interleave U and V lines when calculatingGravatar reimar2010-05-24
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
| * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| * Fix exit_player() usage throughout the codebase.Gravatar diego2010-02-14
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Remove obsolete extra elements from opt_t struct initialization.Gravatar diego2009-03-15
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* | Merge svn changes up to r28348Gravatar Uoti Urpala2009-01-23
|\|
| * cosmetics: Remove pointless period after copyright statement non-sentences.Gravatar diego2009-01-19
* | Rename exit_player() use outside core to exit_player_bad()Gravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers with standard formatting.Gravatar diego2008-05-14
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
|/
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Proper license header.Gravatar ivo2007-11-29
* Make some functions static.Gravatar uau2006-07-08
* inclusion of md5.c based on USE_LIBAVUTIL_SOGravatar nicodvb2006-07-05
* use libavutil's md5 implementation instead of local imported copyGravatar ivo2006-07-02
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* Fix compile warningsGravatar ivo2005-02-28
* New suboption type: malloc'ed, zero terminated stringGravatar reimar2005-01-19
* Replaced suboption parser by call to suboption helper.Gravatar ivo2005-01-15
* New MD5 sum video output driver. For every frame, it calculates the MD5 sumGravatar ivo2004-09-20