aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types/audio
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-233-9/+9
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-053-12/+12
* Reinstate audio spectrograms on Python 3 [#5610].Fernando Gutierrez2021-03-034-422/+302
* Revert "Use audio icon when spectrogram fails. Add note to doc:media-types."Ben Sturmfels2020-04-281-34/+17
* Revert "Fix Jorge's audio upload workaround in Python 3."Ben Sturmfels2020-04-281-2/+2
* Remove spectrograms from Python 2 also [#5594].Ben Sturmfels2020-04-281-6/+7
* Fix Jorge's audio upload workaround in Python 3.Ben Sturmfels2020-04-071-2/+2
* Note possible future steps for Python 3 audio thumbnailing.Ben Sturmfels2020-04-021-0/+4
* Use audio icon when spectrogram fails. Add note to doc:media-types.Jorge2020-04-021-17/+34
* Fix audio thumbnailing once and for all.Ben Sturmfels2020-04-011-3/+24
* Audio media type initial migration.Christopher Allan Webber2016-03-261-0/+32
* Change all unicode() calls with six.text_type().Berker Peksag2015-06-251-1/+3
* Fix more print statements. Refs #5331Berker Peksag2015-06-251-1/+3
* Added multiple a-v streams handlingBoris Bobrov2015-02-161-1/+5
* Port of audio to GStreamer 1.0Boris Bobrov2015-02-162-114/+75
* Fix #919 - Use class names in super call not self.__class__Jessica Tallon2014-09-301-1/+1
* Remove the option about whether or not spectrograms are created. They always...Christopher Allan Webber2014-07-252-14/+5
* Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...Christopher Allan Webber2013-11-131-1/+1
* skip audio reprocessing if necessaryRodney Ewing2013-09-191-0/+39
* audio media_type now have their own config_spec.iniRodney Ewing2013-08-292-1/+9
* Keep the best quality file if there's no originalRodney Ewing2013-08-161-1/+14
* for some reason, the minimum thumbnail size for videos is 100 x 100Rodney Ewing2013-08-161-2/+4
* refactor get_orig_filename to return an acceptable filename to the processor.Rodney Ewing2013-08-161-8/+9
* include a thumb_size string with each Resizer to run gmg reprocess thumbsRodney Ewing2013-08-161-0/+1
* force thumbnail creation of audioRodney Ewing2013-08-161-2/+1
* size should be a tupleRodney Ewing2013-08-161-2/+2
* use type=float for audio vorbis qualityRodney Ewing2013-08-161-0/+1
* Added Initial processor for videoRodney Ewing2013-08-161-2/+2
* added audio reprocessing transcoderRodney Ewing2013-08-161-1/+37
* just use the default quality when creating a thumbnail or spectrogramRodney Ewing2013-08-161-15/+9
* add audio thumbnail and spectrogram resizerRodney Ewing2013-08-161-0/+64
* fetch spectrogram for thumbnail creation, create spectrogram if not foundRodney Ewing2013-08-161-9/+17
* forgot nargs=2Rodney Ewing2013-08-161-0/+1
* audio processing code cleanupRodney Ewing2013-08-161-136/+6
* should store file as webm_audio instead of mediumRodney Ewing2013-08-161-2/+2
* media:thumb not medium:thumb :)Rodney Ewing2013-08-161-2/+2
* use name_builder with store_public, not create_pub_filepathRodney Ewing2013-08-161-18/+19
* common_setup() must be the first processing stepRodney Ewing2013-08-161-1/+2
* Audio Initial ProcessorRodney Ewing2013-08-162-6/+200
* Why isn't .ogg in this list? A comment explains... it's detected by sniffing!Christopher Allan Webber2013-07-291-0/+3
* Switching the hook 'get_media_manager' to a more "directed" tuple-hookChristopher Allan Webber2013-07-121-6/+1
* converted audio media_type to pluginRodney Ewing2013-07-022-6/+29
* Make all media types use the new MediaManager classes.Praveen Kumar2013-04-301-6/+11
* PIL: Support systems with Pillow and withoutAlon Levy2013-04-172-2/+8
* Merge remote-tracking branch 'cwebber/254_delete_queue_directories'Elrond2013-04-081-1/+7
|\
| * Convert media processing backends to delete the queue directory (#254)Sebastian Spaeth2013-01-221-1/+7
* | pdb.set_trace() in mediagoblin code is Not Allowed(TM), removing from audio codeChristopher Allan Webber2013-03-031-3/+0
* | Merge remote-tracking branch 'refs/remotes/elrond/sql/media_data'Christopher Allan Webber2013-02-091-1/+2
|\ \
| * | Turn media.{backref_nam} from a list to a scalar.Elrond2013-02-011-1/+2
| |/