Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 424 → Rev 425

/video-contact-sheet/branches/1.12.2/pkg/vcs
2375,6 → 2375,7
theo) vcodec="Ogg Theora" ;;
tscc) vcodec="TechSmith SCC" ;;
VP6[012F]) vcodec="On2 Truemotion VP6" ;;
VP80) vcodec="VP8" ;;
WMV1) vcodec="WMV7" ;;
WMV2) vcodec="WMV8" ;;
WMV3) vcodec="WMV9" ;;
2428,6 → 2429,7
theora) mpid="theo" ;;
camtasia) mpid="tscc" ;;
vp6|vp6a|vp6f) mpid="VP60" ;;
vp8) mpid="VP80" ;;
# FIXME List of codec id's I translate but haven't test:
# svq3, rv40, theora, camtasia, vp6*
# MPlayer uses uppercase while FFmpeg uses lowercase
/video-contact-sheet/branches/1.12.2/pkg/CHANGELOG
1,7 → 1,9
1.12.2:
* BUGFIX: Fix cleanup of temporary files (regression since 1.11.2).
Submitted by Jason Tackaberry. [#167]
* FEATURE: Added fg_all, bg_all and font_all config variables. [#156]
* FEATURES:
- Added fg_all, bg_all and font_all config variables. [#156]
- Added identification for VP8 (WebM). [#166]
 
1.12.1:
* BUGFIXES: