summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_blackframe.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-1/+1
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-3/+3
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-9/+9
|\|
| * Use standard license headers.diego2008-05-131-9/+9
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
|/
* begin moving const filter data to .text/.rodata sectionsrfelker2007-11-091-2/+2
* print frame type and keep track of last encountered keyframeivo2006-07-151-3/+10
* new black frame detection filterivo2006-07-151-0/+141