summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Allow audio fallback to be "None" (#623)John Stebbins2017-06-121-27/+30
* LinGui: Add UI support for BradleyS' sharpen filtersJohn Stebbins2017-05-301-0/+59
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-2/+1
* LinGui: fix use of gtk 3.22 deprecated functionsJohn Stebbins2017-01-031-6/+7
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* LinGui: don't enable PictureKeepRatio widget in auto-anamorphicJohn Stebbins2016-12-271-0/+1
* Add new anamorphic mode "Automatic", delete "Strict" (#367)John Stebbins2016-10-311-7/+7
* LinGui: fix custom filter tooltipsJohn Stebbins2016-10-311-1/+63
* LinGui: delete unused column value in combo boxesJohn Stebbins2016-10-281-119/+92
* LinGui: Fix audio and subtitle lang list "Unknown" entryJohn Stebbins2016-09-161-2/+6
* LinGui: fix some issues with reloading audio defaultsJohn Stebbins2016-09-081-2/+2
* LinGui: disable invalid audio sampleratesJohn Stebbins2016-09-021-0/+22
* contrib: Add opus audio encoder.John Stebbins2016-09-021-14/+1
* LinGui: Add rotate filterJohn Stebbins2016-08-231-0/+19
* LinGui: add source title dict to queueJohn Stebbins2016-05-271-0/+6
* LinGui: replace preview "fullscreen" with preview window resizingJohn Stebbins2016-03-161-5/+0
* Remove the CLI / LibHB Update Checker. It's been broken since we switched to ...sr552016-03-121-3/+3
* LinGui: Tidy up queue formatJohn Stebbins2016-03-121-4/+2
* decomb: split comb detection out into it's own filterJohn Stebbins2016-03-111-0/+12
* filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-091-37/+17
* deinterlace: use avfilter yadif deinterlacerJohn Stebbins2016-02-151-1/+1
* LinGui: use language table provided by libhbJohn Stebbins2016-01-271-245/+17
* LinGui: remove unnecessary audio mixdown warningJohn Stebbins2016-01-181-28/+0
* LinGui: clean up copyright and license commentsJohn Stebbins2016-01-031-17/+17
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* x265: add support for 10, 12, and 16 bit x265 libsJohn Stebbins2015-11-121-1/+4
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-2/+4
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-8/+9
* Enforce min/max dimensionsJohn Stebbins2015-10-261-44/+33
* LinGui: don't call hb_get_preview2 with outragious dimensionsJohn Stebbins2015-10-261-5/+27
* LinGui: custom-ana reduce PAR when it's modified indirectlyJohn Stebbins2015-10-261-0/+2
* Make deinterlace/decomb behave similar to nlmeans/hqdn3dJohn Stebbins2015-10-091-95/+60
* LinGui: fix a filter validation issueJohn Stebbins2015-10-051-3/+12
* LinGui: fix filter display in queue listJohn Stebbins2015-10-051-3/+31
* LinGui: use libhb to validate filter settingsJohn Stebbins2015-10-051-52/+141
* LinGui: more combo box generalizationJohn Stebbins2015-10-011-171/+119
* LinGui: use libhb filter param listsJohn Stebbins2015-10-011-99/+271
* LinGui: generalize initialization of Combo boxesJohn Stebbins2015-10-011-285/+520
* scan: fix rescan avoidance logicJohn Stebbins2015-09-291-1/+1
* libhb: Allow log level changes and update checks *after* hb_init()jstebbins2015-06-121-0/+9
* LinGui: simplify some video widget dependency handlingjstebbins2015-05-281-4/+9
* LinGui: disable level widget when no levels returned by libhbjstebbins2015-05-281-1/+8
* LinGui: use libhb to initialize job...jstebbins2015-05-271-632/+15
* LinGui: use libhb to init audio and subtitle listsjstebbins2015-05-201-24/+23
* LinGui: refactor subtitle panejstebbins2015-05-191-141/+26
* LinGui: more audio refactoringjstebbins2015-05-181-212/+12
* LinGui: audio pane refactoringjstebbins2015-05-151-58/+40
* libhb,cli: add preset management to libhb, use it in clijstebbins2015-05-061-11/+11
* LinGui: fix setting forces subtitles in jobjstebbins2015-04-221-1/+1
* LinGui: Check for NULL filter settings stringjstebbins2015-04-181-9/+24