| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
When adding multiple items to the queue, this popup was just an
annoyance.
|
| |
|
| |
|
| |
|
|
|
|
| |
Off by one error...
|
|
|
|
| |
/bin/sh.
|
|
|
|
|
| |
automatically pull in shared versions of these libs or allow statically
building against any one of them.
|
|
|
|
|
| |
This adds the structure to load an libx264 10-bit shared library.
The user must install this library themselves to an appropriate place.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
simplify job initialization sequence, clean up code, and document
dependencies in the sequence better.
Make hb_add set job->sequence_id. It is no longer necessary for the
frontend to do this. If the frontend needs the sequence_id, it is
returned by hb_add().
Clean up use of interjob. do_job() now uses sequence_id to detect when
a new sequence of related jobs is running and automatically clears
interjob.
|
|
|
|
| |
value initialized to incorrect type
|
|
|
|
|
| |
Don't allow presets with the same name in the same folder. If duplicate
found, append "(N)" to the name.
|
|
|
|
|
|
| |
In both hb_set_anamorphic_size and hb_get_preview, check that image
dimensions are > 32x32 and < 10240x10240. This should help to prevent
crashes with unusual dimensions settings.
|
| |
|
|
|
|
|
| |
If PAR is indirectly changed through the user changing storage or
display width and height, reduce PAR to minimum num and den.
|
|
|
|
|
|
| |
When "keep aspect" is unset in custom anamorphic, it was making very
uintuitive changes to PAR. This simplifies the code and makes the
behavior more sane.
|
| |
|
| |
|
|
|
|
| |
Gtk versions prior to 3.12 do not support GtkFlowBox
|
|
|
|
|
| |
And rearage their order to follow the order they are applied in during
encoding.
|
| |
|
| |
|
|
|
|
|
| |
And attempt to load a backup if we recognize that presets were written
with a more recent version of HandBrake than what is currently running.
|
|
|
|
|
| |
I.e. use a dropdown to select between the filters instead of a radio
button.
|
|
|
|
|
| |
Make toolbar button order follow work flow better.
Improve text of buttons and menues.
|
|
|
|
| |
Fix inconsistencies in UI xml for different gtk versions.
|
|
|
|
| |
... in queue toolbar button
|
| |
|
|
|
|
|
|
|
| |
Put "View" menu items in the same order as toolbar toggle buttons.
Make "View" menu items check boxes that mirror toolbar buttons.
Change the label of the toolbar buttons to "Hide *" when activated and
"Show *" when deactivated.
|
|
|
|
| |
... and a crash when adding to the queue.
|
|
|
|
|
| |
Under some circumstances, incorrect filter preset values might have been
shown.
|
| |
|
| |
|
|
|
|
|
| |
Populate combo boxes from libhb param lists instead of duplicating info
in LinGui.
|
| |
|
|
|
|
| |
We need to rescan when the number of previews changes.
|
| |
|
|\
| |
| | |
Add Chinese translation
|
| | |
|
|/
|
|
|
| |
Fix list of translatable files.
Fix differences in strings between gtkbuilder versions
|
| |
|
|
|
|
|
| |
Uninitialized variables caused these widgets to be disabled under
random circumstances.
|
| |
|
|
|
|
|
|
|
| |
Dependencies stopped working when we standardized "Same as source"
preset value as "auto".
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7406 b64f7644-9d1e-0410-96f1-a4d463321fa5
|
|
|
|
|
|
| |
These were still enabled for flac when they should not have been.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7405 b64f7644-9d1e-0410-96f1-a4d463321fa5
|
|
|
|
|
|
|
| |
Expanding a folder was causing the pane to scroll back to the currently
selected preset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7403 b64f7644-9d1e-0410-96f1-a4d463321fa5
|
|
|
|
|
|
|
| |
If auto-naming is disabled, don't set the destination filename to the
default "new_video". Instead, leave it set to it's current value.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7399 b64f7644-9d1e-0410-96f1-a4d463321fa5
|
|
|
|
|
|
|
|
| |
Make the insensitive when there is not preferred language set. And
improve the tooltip to indicate that a preferred language is required
for these options.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7396 b64f7644-9d1e-0410-96f1-a4d463321fa5
|
|
|
|
|
|
|
| |
Force the main window to be large enough that the toolbar is never
truncated.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7388 b64f7644-9d1e-0410-96f1-a4d463321fa5
|
|
|
|
|
|
|
| |
I noticed this isn't working in fedora 22 and I'm not interested in
debugging. So only support gstreamer-1 now.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7386 b64f7644-9d1e-0410-96f1-a4d463321fa5
|
|
|
|
| |
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7385 b64f7644-9d1e-0410-96f1-a4d463321fa5
|