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
/
audio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
3
-9
/
+9
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
3
-12
/
+12
*
Reinstate audio spectrograms on Python 3 [#5610].
Fernando Gutierrez
2021-03-03
4
-422
/
+302
*
Revert "Use audio icon when spectrogram fails. Add note to doc:media-types."
Ben Sturmfels
2020-04-28
1
-34
/
+17
*
Revert "Fix Jorge's audio upload workaround in Python 3."
Ben Sturmfels
2020-04-28
1
-2
/
+2
*
Remove spectrograms from Python 2 also [#5594].
Ben Sturmfels
2020-04-28
1
-6
/
+7
*
Fix Jorge's audio upload workaround in Python 3.
Ben Sturmfels
2020-04-07
1
-2
/
+2
*
Note possible future steps for Python 3 audio thumbnailing.
Ben Sturmfels
2020-04-02
1
-0
/
+4
*
Use audio icon when spectrogram fails. Add note to doc:media-types.
Jorge
2020-04-02
1
-17
/
+34
*
Fix audio thumbnailing once and for all.
Ben Sturmfels
2020-04-01
1
-3
/
+24
*
Audio media type initial migration.
Christopher Allan Webber
2016-03-26
1
-0
/
+32
*
Change all unicode() calls with six.text_type().
Berker Peksag
2015-06-25
1
-1
/
+3
*
Fix more print statements. Refs #5331
Berker Peksag
2015-06-25
1
-1
/
+3
*
Added multiple a-v streams handling
Boris Bobrov
2015-02-16
1
-1
/
+5
*
Port of audio to GStreamer 1.0
Boris Bobrov
2015-02-16
2
-114
/
+75
*
Fix #919 - Use class names in super call not self.__class__
Jessica Tallon
2014-09-30
1
-1
/
+1
*
Remove the option about whether or not spectrograms are created. They always...
Christopher Allan Webber
2014-07-25
2
-14
/
+5
*
Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...
Christopher Allan Webber
2013-11-13
1
-1
/
+1
*
skip audio reprocessing if necessary
Rodney Ewing
2013-09-19
1
-0
/
+39
*
audio media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
2
-1
/
+9
*
Keep the best quality file if there's no original
Rodney Ewing
2013-08-16
1
-1
/
+14
*
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
1
-8
/
+9
*
include a thumb_size string with each Resizer to run gmg reprocess thumbs
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
*
use type=float for audio vorbis quality
Rodney Ewing
2013-08-16
1
-0
/
+1
*
Added Initial processor for video
Rodney Ewing
2013-08-16
1
-2
/
+2
*
added audio reprocessing transcoder
Rodney Ewing
2013-08-16
1
-1
/
+37
*
just use the default quality when creating a thumbnail or spectrogram
Rodney Ewing
2013-08-16
1
-15
/
+9
*
add audio thumbnail and spectrogram resizer
Rodney Ewing
2013-08-16
1
-0
/
+64
*
fetch spectrogram for thumbnail creation, create spectrogram if not found
Rodney Ewing
2013-08-16
1
-9
/
+17
*
forgot nargs=2
Rodney Ewing
2013-08-16
1
-0
/
+1
*
audio processing code cleanup
Rodney Ewing
2013-08-16
1
-136
/
+6
*
should store file as webm_audio instead of medium
Rodney Ewing
2013-08-16
1
-2
/
+2
*
media:thumb not medium:thumb :)
Rodney Ewing
2013-08-16
1
-2
/
+2
*
use name_builder with store_public, not create_pub_filepath
Rodney Ewing
2013-08-16
1
-18
/
+19
*
common_setup() must be the first processing step
Rodney Ewing
2013-08-16
1
-1
/
+2
*
Audio Initial Processor
Rodney Ewing
2013-08-16
2
-6
/
+200
*
Why isn't .ogg in this list? A comment explains... it's detected by sniffing!
Christopher Allan Webber
2013-07-29
1
-0
/
+3
*
Switching the hook 'get_media_manager' to a more "directed" tuple-hook
Christopher Allan Webber
2013-07-12
1
-6
/
+1
*
converted audio media_type to plugin
Rodney Ewing
2013-07-02
2
-6
/
+29
*
Make all media types use the new MediaManager classes.
Praveen Kumar
2013-04-30
1
-6
/
+11
*
PIL: Support systems with Pillow and without
Alon Levy
2013-04-17
2
-2
/
+8
*
Merge remote-tracking branch 'cwebber/254_delete_queue_directories'
Elrond
2013-04-08
1
-1
/
+7
|
\
|
*
Convert media processing backends to delete the queue directory (#254)
Sebastian Spaeth
2013-01-22
1
-1
/
+7
*
|
pdb.set_trace() in mediagoblin code is Not Allowed(TM), removing from audio code
Christopher Allan Webber
2013-03-03
1
-3
/
+0
*
|
Merge remote-tracking branch 'refs/remotes/elrond/sql/media_data'
Christopher Allan Webber
2013-02-09
1
-1
/
+2
|
\
\
|
*
|
Turn media.{backref_nam} from a list to a scalar.
Elrond
2013-02-01
1
-1
/
+2
|
|
/
[next]