index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
media_types
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...
Christopher Allan Webber
2013-11-13
7
-48
/
+38
*
Fixing the ascii art media type. There was an ordering issue in the code.
Christopher Allan Webber
2013-11-08
1
-2
/
+3
*
skip video processing if necessary
Rodney Ewing
2013-09-19
1
-0
/
+37
*
skip stl processing if necessary
Rodney Ewing
2013-09-19
1
-0
/
+41
*
skip pdf processing if necessary
Rodney Ewing
2013-09-19
1
-0
/
+26
*
skip audio reprocessing if necessary
Rodney Ewing
2013-09-19
1
-0
/
+39
*
skip ascii thumb resizing if necessary
Rodney Ewing
2013-09-19
1
-12
/
+12
*
Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'
Christopher Allan Webber
2013-09-18
2
-0
/
+67
|
\
|
*
skip ascii thumb resizing if necessary
Rodney Ewing
2013-08-21
1
-0
/
+26
|
*
skip image resizing if possible
Rodney Ewing
2013-08-21
1
-0
/
+41
*
|
typo. conversions not convirsions
Rodney Ewing
2013-09-06
2
-2
/
+2
*
|
pdf media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
1
-0
/
+5
*
|
ascii media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
2
-2
/
+6
*
|
audio media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
2
-1
/
+9
*
|
video media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
3
-2
/
+24
*
|
image media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
2
-2
/
+9
*
|
Should fix Beuc's bug with video thumbnail width... I think!
Christopher Allan Webber
2013-08-28
1
-1
/
+1
*
|
Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont.
Christopher Allan Webber
2013-08-25
5
-30
/
+4
|
/
*
only use the width for video thumbnails to keep the correct scaling
Rodney Ewing
2013-08-21
1
-4
/
+3
*
Fixing migration name. webm not wemb :)
Christopher Allan Webber
2013-08-21
1
-1
/
+1
*
rename webm_640 to webm_video since it might be a different resolution
Rodney Ewing
2013-08-20
4
-12
/
+29
*
make sure size is a tuple
Rodney Ewing
2013-08-16
1
-1
/
+1
*
Keep the best quality file if there's no original
Rodney Ewing
2013-08-16
3
-3
/
+30
*
for some reason, the minimum thumbnail size for videos is 100 x 100
Rodney Ewing
2013-08-16
1
-2
/
+4
*
refactor get_orig_filename to return an acceptable filename to the processor.
Rodney Ewing
2013-08-16
6
-51
/
+67
*
make medium dimensions a tuple
Rodney Ewing
2013-08-16
1
-1
/
+1
*
check medium_size arg in skip_transcoding, not config
Rodney Ewing
2013-08-16
2
-6
/
+7
*
use thumb_size
Rodney Ewing
2013-08-16
1
-1
/
+1
*
include a thumb_size string with each Resizer to run gmg reprocess thumbs
Rodney Ewing
2013-08-16
6
-0
/
+6
*
typos
Rodney Ewing
2013-08-16
4
-8
/
+9
*
add quality and filter args to image processors
Rodney Ewing
2013-08-16
1
-21
/
+57
*
forgot to add the ascii resizer to the list of processors
Rodney Ewing
2013-08-16
1
-0
/
+1
*
force thumbnail creation of audio
Rodney Ewing
2013-08-16
1
-2
/
+1
*
size should be a tuple
Rodney Ewing
2013-08-16
1
-2
/
+2
*
rewind the file to the begining
Rodney Ewing
2013-08-16
1
-0
/
+3
*
-scale-to only takes 1 size, so choose the smallest
Rodney Ewing
2013-08-16
1
-2
/
+2
*
include '.png' in filename
Rodney Ewing
2013-08-16
1
-2
/
+6
*
oops, localized_file not local_file
Rodney Ewing
2013-08-16
1
-1
/
+1
*
use a tmp_pdf filename
Rodney Ewing
2013-08-16
1
-2
/
+4
*
don't include the '.' in the ext
Rodney Ewing
2013-08-16
1
-1
/
+1
*
forgot to change __init__ for new processing managers
Rodney Ewing
2013-08-16
2
-4
/
+4
*
Cleanup image common processor
Rodney Ewing
2013-08-16
1
-15
/
+0
*
added resizer for stl media
Rodney Ewing
2013-08-16
1
-0
/
+51
*
Added initial stl processor
Rodney Ewing
2013-08-16
1
-107
/
+191
*
add reprocess_manager to __init__
Rodney Ewing
2013-08-16
1
-2
/
+2
*
Use workbench for temp files, refactor _set_pdf_filename, and correct imports
Rodney Ewing
2013-08-16
1
-19
/
+28
*
added pdf Resizer
Rodney Ewing
2013-08-16
1
-1
/
+52
*
Added pdf Initial processor
Rodney Ewing
2013-08-16
1
-46
/
+137
*
added file argument to video resizer and added ascii resizer
Rodney Ewing
2013-08-16
2
-2
/
+54
*
Added initial processor for ascii media
Rodney Ewing
2013-08-16
1
-95
/
+142
[next]