| /[drupal]/contributions/modules/ffmpeg_wrapper/ffmpeg_wrapper.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Make sure video size is known before attempting to calculate the padding.
Should help with escaping arguments to the shell
Committing portions of #379650 - need to examine changes more before completing patch
Fixes the default video bit rate value
removes false information about what is allowed on the ffmpeg commandline option
#403456 by Jax & zoo33: Output size and padding calculation broken. Ported from ffmpeg_converter.module.
major issue with checking codecs against file types
#379650 I took the patch from k-max and refactored against some of the outstanding issues. Should do a better job of handling the color space issues
#379650 testing this code for detection
clears the format caches on the admin screen
Eliminating a PHP warning.
Fixed problem with regex for getting video size.
More forgiving regex for getting video file info.
Removed a variable assignment that was overwriting a function argument.
Eliminating a bunch of PHP warnings.
Adding a function for calculating the padding for files that don't match the destination format's proportions.
* fixes JS on the other value * some code cleanup
#392196 by little_red_wagon: fixes bad watchdog
fixes the extra menu items
Adds the FFmpeg binary detection to the install process
Code style cleanup
Code style cleanup
Fixes some wording in the settings
#348497 xcusso@drupal.cat: switches custom command to text area, Drupal 5 version
#348497 xcusso@drupal.cat: switches custom command to text area * also fixes form item naming on the ffmpeg form
Backports a number of fixes from the D6 branch, adds the new file data function
Correctly handles files with no audio bit rate settings
* adds AHAH forms to the testing page * improves file attachment for converted nodes * added an API layer for video/audio/image data. Probably needs some cleanup @TODO need to back port to D5, need to figure out the AHAH stuff under D5
Fixing better variable initialization and removing PHP warnings.
#330665 by janusman: escapeshellcmd #335056 by zoo33: fixes duration #258294 by a_c_m: adds error condition * misc bug fixes * form naming- harmonizing with module * code style * cleaned out debug statements * moved test functions to .inc file
* adds the shell escape * adds new error condition #258295
* some white space clean up and code style clean up * added theme registry for testing form * added new menu items for testing form
Fixes the file size checking to make sure a created file has data
fixes gredy error match on standard ffmpeg output
lots of fixes to error handling, improving the $ffmpeg_object, pass through
added in some error checking on the form submit on the format tester
Improved the output display on the format conversion tester
fixes the cleanup paths
added the new file convert functionality
#335056 by zoo33: Duration check fails in some situations.
#336078 by arthurf, zoo33: Added caching, removed custom log function etc. Port from D5.
* Added a link on drupal file listings for direct conversion setting * added test directory cleanup * some general polish
Lots of updates to the architecture of the module, added some debugging options, added a new test form to test FFmpeg configurations
#308760 by zoo33: Continuing coding standard cleanup.
#308927 by zoo33: Fixes function name that overlaps hook_enable. Ported from DRUPAL-5.
#308927, zoo33: Fixes function name that overlaps hook_enable
adds a no size alteration option
backporting fixes from 6
* fixes problems with video bitrate settings not defaulting * fixes form validation issues on video codecs
fixes the watchdog issues
#308630 zoo33 : thanks for the patch, updates the latest D5 to D6
improves some codec handling display
hopefully fixes the argument naming, #1023141 thanks to rockaholiciam for haning in while this gets fixed.
#308927 zoo33 : fixes php warnings, and renables cache
#308927 zoo33 fixes php warnings
#258278 a_c_m : fixes menu item, thanks for the patch!
#310008 zoo33 : fixes dependency on media mover, adds default frame sizes
#308760 zoo33 : Provides some coding cleanup. Thanks for the patch!
fixes the 33k type
added support for displaying the vhooks on the system
support for the default options in the conf files. Improved the JS to work better with incoming data
Created a default form for the ffmpeg configuration. Added some helper functions to build generic bit rates Making this module more usable for API use
major update that contains the new javascript form updating with config files. does caching of default configurations and then provides any output format with either the default data or the conf file in the conf directory. Pretty neat little gizmo
routine commit to save progress. Needs further cleanup.
adds the ffmpeg_wrapper_path_to_vhook function back in
changes the execption logic so that it can work as case insensitive
fixes menu title
major overhaul to the codec detetction, format detection, and some improvements in error catching
adding some error handling improvements
added an additional error condition
removing debugging code as I forgot to
more improvements to error handling
fixes a legacy function name
fixes a legacy function name
fixed up the duration return
another go at the duration time fix
fixes the duration return
First commit of the ffmpeg wrapper module
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |