by Vitor Carvalho on WordPress.org
Adds category organization, file type filter/browser, uploaded image resize, crop and JPEG quality controllers.

Organize files and images with categories and filt type
Add functionalities for your media library:
Common Supported file extensions:
Just install this plugin and adjust to your needs.
This plugin provides 2 custom filters:
1) Change labels and other arguments passed to register_taxonomy function:
add_filter( ‘media_category_args’, ‘my_media_category_args’ );
2) Hooks inside the category postbox HTML used to edit individual file information:
add_filter( ‘media_category_html’, ‘my_media_category_html’ );
The use of these hooks are recommended, thus, if the plugin gets deactivated, those hooks will not be called anymore and then you get things consistent and clean.
Do you want to translate it to your language? Just reply to the «Translations» topic in the forum.