Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ffmpeg' into nvenc-encoder | Sven Gothel | 2018-01-12 | 41 | -43/+43 |
|\ | |||||
| * | Merge branch 'master' into ffmpegffmpeg_sgothel | Sven Gothel | 2018-01-12 | 41 | -43/+43 |
| |\ | |||||
| | * | Update copyright dates to 2018. | Bradley Sepos | 2018-01-01 | 41 | -42/+42 |
| | | | |||||
| | * | LinGui: fix display of volume name in queue | John Stebbins | 2017-12-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1086 | ||||
* | | | Merge branch 'ffmpeg' into nvenc-encoder | Sven Gothel | 2017-12-28 | 11 | -991/+0 |
|\| | | |||||
| * | | Merge branch 'master' into ffmpeg | Sven Gothel | 2017-12-28 | 11 | -991/+0 |
| |\| | |||||
| | * | LinGui: remove unused icon files | John Stebbins | 2017-12-26 | 11 | -991/+0 |
| | | | |||||
* | | | NVENC: Fix HB_VCODEC_FFMPEG_H264 -> HB_VCODEC_FFMPEG_H264_{NVENC,VAAPI} | Sven Gothel | 2017-12-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Adding the specific FFMPEG encoder suffix allows support for more encoders like VAAPI. Cleaned up overall HB_VCODED_* to 32bit signed integer space within 0x7FFFFFFF. | ||||
* | | | NVENC: Remaining fixes for 1st GNU/Linux GTK working draft | Sven Gothel | 2017-12-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix HB_VCODEC_FFMPEG_MASK covered values to lie within mask - Fix HB_VCODEC_FFMPEG_H264 usage (gtk version missed a rename) - Fix FFMPEG hwaccel build is required for Nvenc Basically working: - h264_nvenc - hevc_nvenc Possible optimization: - Even in constant quality mode, a user ceiling bit_rate might be desirable, currently only the maximum is used like in VP8/9: w x h x fps Remaining issues: 1) Muxer issue with h264_nvenc + MKV, ffprobe shows: [h264 @ 0x55ae4dedacc0] sps_id 32 out of range [h264 @ 0x55ae4dedacc0] Invalid nal size 1677734572 [h264 @ 0x55ae4dedacc0] missing picture in access unit with size 40644 Notable: This does not happen with hevc_nvenc Tested: - GNU/Linux Debian 9 - GeForce GTX 950 - BD 1080p source, cropped: Around 70fps h264 + hevc | ||||
* | | | Initial nvenc h264/hevc encoder patch | Matthew Lazarow | 2017-12-26 | 2 | -2/+4 |
|/ / | |||||
* / | FFMPEG #974: Use latest FFMPEG 3.4.1 (1/2) | Sven Gothel | 2017-12-25 | 1 | -1/+1 |
|/ | | | | | | | | Patch 1/2 for https://github.com/HandBrake/HandBrake/issues/974 moving to FFMPEG 3.4.1 from LIBAV 12.2. The re-ordering of to be linked modules was required to solve statically linked dependencies. See libhb/module.defs etc. | ||||
* | LinGui: fix margins around destination file settings | John Stebbins | 2017-12-23 | 1 | -2/+2 |
| | |||||
* | LinGui: remove preset options menu | John Stebbins | 2017-12-23 | 1 | -88/+0 |
| | |||||
* | LinGui: add support for alternate icons | John Stebbins | 2017-12-23 | 32 | -25/+39903 |
| | | | | GTK will use lower res icons if available for lower res screens. | ||||
* | LinGui: update additional icons | John Stebbins | 2017-12-23 | 3 | -385/+52 |
| | |||||
* | LinGui: add option to make new preset default in "Save As" | John Stebbins | 2017-12-23 | 2 | -5/+34 |
| | |||||
* | LinGui: fix window size queries on wayland | John Stebbins | 2017-12-23 | 1 | -8/+10 |
| | |||||
* | LinGui: update activity and add-queue icons | John Stebbins | 2017-12-23 | 2 | -250/+40 |
| | |||||
* | LinGui: allow chaning description in preset rename | John Stebbins | 2017-12-23 | 2 | -16/+97 |
| | |||||
* | LinGui: don't abbreviate PAR and DAR in summary | John Stebbins | 2017-12-22 | 1 | -1/+2 |
| | |||||
* | LinGui: improve display aspect formatting | John Stebbins | 2017-12-22 | 1 | -4/+4 |
| | |||||
* | LinGui: don't mark preset modified on angle change | John Stebbins | 2017-12-22 | 1 | -1/+0 |
| | | | | The angle setting is not part of a preset | ||||
* | LinGui: add some space to reduce clutter | John Stebbins | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | LinGui: append source info to source name | John Stebbins | 2017-12-22 | 2 | -4/+5 |
| | | | | Instead of right justification | ||||
* | LinGui: remove bold attribut from some labels | John Stebbins | 2017-12-22 | 1 | -5/+5 |
| | |||||
* | LinGui: make all the preset menus consistent | John Stebbins | 2017-12-22 | 2 | -12/+40 |
| | |||||
* | LinGui: rename "Dimensions:" to "Size:" and move... | John Stebbins | 2017-12-22 | 2 | -84/+43 |
| | | | | Move under Filters | ||||
* | LinGui: add preset options inline menu | John Stebbins | 2017-12-22 | 3 | -24/+317 |
| | |||||
* | LinGui: add preset "Save As" option | John Stebbins | 2017-12-22 | 3 | -11/+69 |
| | | | | | | Adds "Save As" menu option and "Save New Preset" button. Preset "Save" menu option behaviour changes to to only allow updating the current preset. | ||||
* | LinGui: Add "To:" before destination directory chooser | John Stebbins | 2017-12-22 | 1 | -1/+18 |
| | |||||
* | LinGui: Some GUI consistency changes | John Stebbins | 2017-12-22 | 8 | -253/+309 |
| | | | | | | Bold "Title:", "Angle:", "Duration:" Add "Range:" Change "through" to "-" | ||||
* | LinGui: Don't show presets window by default | John Stebbins | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | LinGui: fix a main window resizing issue | John Stebbins | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | LinGui: remove "Reset All Titles" button | John Stebbins | 2017-12-20 | 6 | -33/+50 |
| | | | | | | | Replace with a preference option that synchronizes all title settings by default. This makes the linux gui behaviour consistant with the other guis by default. Titles can have independent settings by unchecking the preference option. | ||||
* | build: Additional hashbang compatibility for BSD-like systems. | Bradley Sepos | 2017-12-03 | 1 | -1/+1 |
| | | | | Fixes #1040. | ||||
* | LinGui: handle command line the GApplication way | John Stebbins | 2017-11-12 | 1 | -23/+25 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/995 | ||||
* | LinGui: don't free uninitialized things on exit | John Stebbins | 2017-11-12 | 2 | -6/+12 |
| | |||||
* | LinGui: fix build with glib older than 2.44 | John Stebbins | 2017-11-07 | 3 | -2/+25 |
| | |||||
* | LinGui: fix small memory leaks | John Stebbins | 2017-11-06 | 1 | -0/+2 |
| | |||||
* | LinGui: fix scan progress display | John Stebbins | 2017-11-06 | 2 | -17/+55 |
| | | | | Lost the text during one of the UI shuffles | ||||
* | LinGui: enforce preset heirarchy in presets list | John Stebbins | 2017-11-06 | 1 | -145/+156 |
| | | | | Make drag-n-drop respect the single folder level heirchary | ||||
* | LinGui: Add "Category" dropdown to preset save dialog | John Stebbins | 2017-11-06 | 8 | -236/+373 |
| | | | | | | | | | | | This replaces the "New Folder" option in the presets menu. It enforces the folder structure we have agreed to and hopefully helps the user keep things organized. Note that users are allowed to save a custom preset to the same "Category" as an official preset. When they do this, a new custom category is created with the same name and the preset is saved in that folder. | ||||
* | LinGui: allow angles when dvdnav is disabled | John Stebbins | 2017-11-06 | 2 | -3/+0 |
| | | | | Other source types can also have multiples angles | ||||
* | LinGui: clean up UI xml a bit | John Stebbins | 2017-11-06 | 1 | -135/+25 |
| | | | | and remove some cruft. | ||||
* | LinGui: add preset description tooltip to preset menu button | John Stebbins | 2017-11-06 | 2 | -1/+7 |
| | |||||
* | LinGui: preset "Reset" -> "Reload" | John Stebbins | 2017-11-06 | 3 | -10/+11 |
| | |||||
* | LinGui: allow preset delete when list selection is not highlighted | John Stebbins | 2017-11-06 | 1 | -64/+63 |
| | | | | | | Previously, you could only delete the currently highlighted item. Now you can delete the current item in the presets menu button, even if settings have been modified and the list item is not highlighted. | ||||
* | LinGui: add preset "modified" indicator and reset button | John Stebbins | 2017-11-06 | 3 | -32/+100 |
| | | | | | When a setting is modified, the word "Modified" appears next to the preset selection menu button and the "Reset" button is enabled. | ||||
* | LinGui: reinitialize presets menu when list changes | John Stebbins | 2017-11-06 | 1 | -8/+30 |
| | |||||
* | LinGui: open preset selection menu to right of button | John Stebbins | 2017-11-06 | 1 | -2/+2 |
| |