summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NVENC: Remaining fixes for a 1st working draft on GNU/Linux (GTK)259-add-nvenc-encoderSven Gothel2017-11-013-27/+167
* NVENC: Fix HB_VCODEC_FFMPEG_H264 usage (gtk version missed a rename)Sven Gothel2017-10-312-2/+6
* NVENC: Fix HB_VCODEC_FFMPEG_MASK covered values to lie within maskSven Gothel2017-10-311-3/+3
* NVENC: Use latest FFMPEG 3.4 working with NVENCSven Gothel2017-10-3121-12/+321
* added missed masks for nvenc codecsmatthew2017-10-081-2/+2
* fixed issue with empty space in module.defmatthew2017-10-081-1/+1
* removed nvenc worker attempt files.matthew2017-10-082-75/+0
* updated ibhb/work.c to match values provided by sr55 gist.matthew2017-10-081-7/+9
* updated libhb muxavformat.c to match values provided by sr55 gist.matthew2017-10-081-2/+2
* updated libhb encavcodec.c to match values provided by sr55 gistmatthew2017-10-081-0/+16
* updated common.h to reflect values provided by sr55 gistmatthew2017-10-081-2/+2
* updated libhb/common.c values to match those provided by sr55 gist.matthew2017-10-081-7/+17
* Updated contrib ffmpeg module.defs to match gist provided by sr55matthew2017-10-081-3/+3
* tried adding nvenc encoder work typesmatthew2017-10-033-0/+77
* updated internal and work filesmatthew2017-10-022-6/+12
* added entries to muxavformat and work filesmatthew2017-10-022-2/+4
* fixed callbacks.c name issue and added nvenc enable to moduel.defsmatthew2017-09-302-2/+3
* Merge branch '259-add-nvenc-encoder' of https://github.com/compninja28/HandBr...Matthew2017-09-306-24/+38
|\
| * tried to sync up encoder names to match hb.libMatthew Lazarow2017-09-266-24/+38
* | updated module.defs to remove hwaccelMatthew2017-09-302-5/+4
|/
* Merge branch '259-add-nvenc-encoder' of https://github.com/compninja28/HandBr...Matthew2017-09-267-13/+26
|\
| * updated windows components in hopes of getting nvenc added to encoder listMatthew Lazarow2017-09-247-13/+26
* | fixed nvidia encoder namesMatthew2017-09-263-9/+9
|/
* modified the nvidia codecs in common codeMatthew2017-09-243-11/+11
* added codec value to common header, updated work vcodec switch to try and mir...Matthew Lazarow2017-09-122-0/+4
* first attempt adding nvenc to common.cMatthew Lazarow2017-09-121-0/+6
* Added nvenc encoders to dependency listMatthew Lazarow2017-09-121-2/+2
* Added the nvenc entries to the switch statement just like VP8/9Matthew Lazarow2017-09-121-0/+2
* added h264_nvenc and hevc_nvenc encoder statements to module defs.Matthew Lazarow2017-09-121-0/+2
* WinGui: Adding support for Custom Anamorphic back. Implements #504sr552017-06-285-33/+30
* WinGui: Fix a couple code warnings.sr552017-06-271-2/+1
* scan: fix vobsub & pgs width/height for some stream typesJohn Stebbins2017-06-261-12/+12
* WinGui: AutoName Sort the InvalidFileNameChars Array before doing a Binary Se...sr552017-06-261-2/+3
* WinGUI: Change Selection Behaviour to Selection Behavior.Bradley Sepos2017-06-242-4/+4
* Change configure default language to selection behavioursr552017-06-232-4/+4
* docs: Added missing change.sr552017-06-231-0/+3
* docs: Initial draft of 1.1 NEWSsr552017-06-231-0/+43
* WinGui: Add a user agent for the HttpRequest on the update checker so we can ...sr552017-06-232-0/+8
* presets: Minor encoder tweaks for main Production presets.Bradley Sepos2017-06-223-6/+6
* scripts: Update to mingw-w64-build 3.0.1.Bradley Sepos2017-06-211-3/+5
* scripts: Update to mingw-w64-build 3.0.0.Bradley Sepos2017-06-211-56/+75
* build: Configure options cosmetics.Bradley Sepos2017-06-211-7/+10
* build: Always enable Libav AAC when building with mingw-w64.Bradley Sepos2017-06-211-1/+1
* LinGui: audio/subtitle "Reload Defaults" -> "Reload"John Stebbins2017-06-201-2/+2
* LinGui: change Audio/Subtitle "Defaults" to "Selection"John Stebbins2017-06-201-2/+2
* LinGui: Make disk warning limit configurableJohn Stebbins2017-06-207-87/+274
* cli: Fix regression in a5450860.Bradley Sepos2017-06-191-0/+52
* decavcodec: fix wmapro audio timestampsJohn Stebbins2017-06-191-0/+7
* MacGui: do not crash if hb_video_encoder_get_name returns NULL, it might happ...Damiano Galassi2017-06-191-2/+3
* reader: fix live preview generation for some streamsJohn Stebbins2017-06-191-3/+23