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
*
Audio: Add models and disable media_data.
Elrond
2012-03-29
2
-2
/
+37
*
411: Add relationship and backrefs to media_data tables.
Elrond
2012-03-28
3
-2
/
+12
*
Changed audio.* Image* imports
Joar Wandborg
2012-03-27
1
-1
/
+1
*
Merge remote-tracking branch 'joar/audio+sniffing'
Joar Wandborg
2012-03-27
13
-72
/
+595
|
\
|
*
Media type refractors, pep8, lint
Joar Wandborg
2012-03-26
6
-24
/
+34
|
*
Faster sniffing
Joar Wandborg
2012-03-22
2
-25
/
+33
|
*
Replaced 'not foo == None' with 'foo is not None' in ascii sniffing too
Joar Wandborg
2012-03-08
1
-1
/
+1
|
*
Clean up the workbench after audio processing
Joar Wandborg
2012-03-08
1
-0
/
+3
|
*
Changed `not foo == None` to `foo is not None` in image sniff handler
Joar Wandborg
2012-03-08
1
-1
/
+1
|
*
Removed diaper patterns from audio/video sniffers, video preload set to 'meta...
Joar Wandborg
2012-03-07
5
-19
/
+29
|
*
Audio thumbnailing & spectrograms, media plugins use sniffing
Joar Wandborg
2012-02-28
7
-26
/
+209
|
*
Removed old audio.transcoder file (the real one is audio.transcoders)
Joar Wandborg
2012-02-16
1
-18
/
+0
|
*
Added sniffing logic for image media type
Joar Wandborg
2012-02-16
1
-0
/
+24
|
*
Changed media processing delegation to a 'sniffing' method
Joar Wandborg
2012-02-15
9
-9
/
+49
|
*
Audio media handler, media sniffing, video fixes
Joar Wandborg
2012-02-14
7
-14
/
+282
*
|
Removing superfluous whitespace
Christopher Allan Webber
2012-03-26
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/slikdigit/bassam'
Christopher Allan Webber
2012-03-26
1
-7
/
+14
|
\
\
|
*
|
fix for ticket #404
Bassam
2012-03-15
1
-15
/
+23
*
|
|
Merge remote branch 'origin/master' into bug261-resized-filenames
Brett Smith
2012-03-26
5
-21
/
+36
|
\
\
\
|
*
|
|
Do not fill media_data['exif'] any more.
Elrond
2012-03-25
1
-7
/
+0
|
*
|
|
Start to fill media_data.exif_all in addition.
Elrond
2012-03-25
1
-3
/
+6
|
*
|
|
image_mediadata: Add exif_all column
Elrond
2012-03-23
1
-0
/
+2
|
*
|
|
Add copyright header to image/models.py
Elrond
2012-03-23
1
-0
/
+17
|
*
|
|
More standard media_data model for ascii.
Elrond
2012-03-20
1
-3
/
+3
|
*
|
|
Import "Base" from base instead of models.
Elrond
2012-03-20
3
-3
/
+3
|
*
|
|
500 error because of subscripting instead of using attributes
Jakob Kramer
2012-03-18
1
-2
/
+2
|
*
|
|
Make mediagoblin SQL models all use a consistent table naming scheme
Christopher Allan Webber
2012-03-17
3
-6
/
+6
*
|
|
|
Rename to FilenameBuilder, with a main method named fill.
Brett Smith
2012-03-26
2
-9
/
+9
*
|
|
|
Refactor video processing to use FilenameMunger.
Brett Smith
2012-03-25
1
-8
/
+4
*
|
|
|
Use FilenameMunger.
Brett Smith
2012-03-25
1
-28
/
+17
*
|
|
|
small readability improvements in resize_image
Brett Smith
2012-03-18
1
-3
/
+3
*
|
|
|
Refactor image resize code, with better filenames (#261)
Brett Smith
2012-03-17
1
-41
/
+48
|
/
/
/
*
|
|
Fix uploading of images (sql: media_data, exif).
Elrond
2012-03-15
1
-4
/
+7
*
|
|
Add gps_altitude and gps_direction to image media_data.
Elrond
2012-03-14
1
-0
/
+2
*
|
|
Change image processing to create new .gps_*.
Elrond
2012-03-14
1
-1
/
+5
|
/
/
*
|
Better media_data sql table for images.
Elrond
2012-03-12
1
-5
/
+6
*
|
Added m4v to list of media types and a comment stating we should
Christopher Allan Webber
2012-03-12
1
-1
/
+3
*
|
Video media_data: Change layout in the mongo world
Elrond
2012-03-01
1
-3
/
+3
*
|
SQL: Improve video media_data table
Elrond
2012-03-01
1
-5
/
+6
*
|
Updates so that dbupdate command works
Christopher Allan Webber
2012-02-18
6
-3
/
+108
*
|
Merge branch 'master' into sqlmigrate
Christopher Allan Webber
2012-02-18
9
-39
/
+43
|
\
|
|
*
Fully qualify the import of asciitoimage
Christopher Allan Webber
2012-02-08
1
-1
/
+1
|
*
ASCII media support - Fixes
Joar Wandborg
2012-02-04
2
-5
/
+7
|
*
ASCII art support - Fixes
Joar Wandborg
2012-02-02
2
-23
/
+25
|
*
Added extensions 'asc' and 'nfo' to ASCII media type
Joar Wandborg
2012-02-02
1
-1
/
+1
|
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
9
-9
/
+9
*
|
Big ol' start of the SQL migrations system.
Christopher Allan Webber
2012-01-29
2
-0
/
+33
|
/
*
Acts on feedback from Chris
Joar Wandborg
2012-01-25
1
-4
/
+6
*
EXIF fixes
Joar Wandborg
2012-01-25
1
-104
/
+9
*
Removed link to EXIF.py in media_types.image
Joar Wandborg
2012-01-25
1
-1
/
+0
[next]