| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor improvements to the processing panel | Joar Wandborg | 2012-07-10 | 1 | -1/+10 |
* | Merge branch 'master' into 201207-testfixes | Brett Smith | 2012-07-08 | 1 | -1/+1 |
|\ |
|
| * | Removed .ogg extension from audio MEDIA_MANAGER. | Joar Wandborg | 2012-07-06 | 1 | -1/+1 |
* | | Prevent non-Unicode SQLAlchemy warnings in most submission tests. | Brett Smith | 2012-07-08 | 1 | -3/+3 |
|/ |
|
* | Fixed EXIF longitude bug | Joar Wandborg | 2012-06-23 | 1 | -1/+2 |
* | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -1/+1 |
* | added support for original audio download; rename | Jakob Kramer | 2012-05-20 | 1 | -10/+24 |
* | Removed commented out pdb.set_trace | Joar Wandborg | 2012-04-09 | 1 | -1/+0 |
* | Media processing, transcoding, display fixes | Joar Wandborg | 2012-04-09 | 5 | -43/+66 |
* | Added pygst.require('0.10') since it's absence breaks stuff | Joar Wandborg | 2012-03-30 | 1 | -0/+2 |
* | Cleaned up media_types.video.transcoders | Joar Wandborg | 2012-03-29 | 1 | -4/+4 |
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Joar Wandborg | 2012-03-29 | 3 | -2/+54 |
|\ |
|
| * | Audio: And add empty migrations. | Elrond | 2012-03-29 | 1 | -0/+17 |
| * | Audio: Add models and disable media_data. | Elrond | 2012-03-29 | 2 | -2/+37 |
* | | Cleanded up video imports, removed PyGTK dependency | Joar Wandborg | 2012-03-29 | 2 | -38/+30 |
|/ |
|
* | 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 |