summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will automa...sr552016-04-237-15/+55
* MacGui: do not stop the preview encoding when the showWindow: is called and t...Damiano Galassi2016-04-221-1/+3
* decavcodec: fix audio decoder frame countJohn Stebbins2016-04-211-0/+5
* stream: fix memory leak during PS stream probeJohn Stebbins2016-04-201-0/+7
* buffers: add more buffer debugging supportJohn Stebbins2016-04-201-7/+33
* WinGui: Some initial work to make the HandBrake.ApplicationServices library m...sr552016-04-1910-322/+334
* Merge branch 'Idea2'sr552016-04-191-3/+8
|\
| * WinGui: Small code optimisation in the QueueRecoveryHelpersr552016-04-181-3/+8
* | WinGui: Strip out the overlay panel code. It's not used.sr552016-04-188-211/+1
|/
* Few updates to NEWSsr552016-04-181-4/+4
* WinGui: Change the Audio Default and Subtitle panels to be modal windows. (Si...sr552016-04-179-139/+71
* muxavformat: fix mp4 subtitle empty packet durationJohn Stebbins2016-04-141-1/+1
* qsv: support building on linux with libvaJohn Stebbins2016-04-141-0/+3
* Merge pull request #153 from jstebbins/qsv-freeJohn Stebbins2016-04-131-39/+39
|\
| * qsv: fix access to freed memory when interrupting encodeJohn Stebbins2016-04-131-39/+39
* | Merge pull request #154 from jstebbins/qsv-decode-uninitialized-varJohn Stebbins2016-04-131-55/+44
|\ \
| * | qsv: fix crash in decode init due to uninitialized variableJohn Stebbins2016-04-131-55/+44
* | | WinGui: Don't call hb_x264_param_unparse when we are not using x264sr552016-04-131-1/+1
|/ /
* / qsv_filter: fix crash when unpacking crop parametersJohn Stebbins2016-04-131-4/+4
|/
* WinGui: Handle null mixdowns properly. Fixes #152sr552016-04-123-6/+9
* lingui: fix mispellingJohn Stebbins2016-04-101-14/+14
* lingui: fix file nameJohn Stebbins2016-04-091-0/+0
* lingui: add ubuntu xenial to nightly buildsJohn Stebbins2016-04-093-0/+130
* WinGui: Sanitise all Mixdown selections. Passthru the Codec into the Scanned...sr552016-04-094-61/+78
* Update Git Ignore.sr552016-04-091-0/+2
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer sh...sr552016-04-0915-118/+204
* MacGui: do not set the preview window frame origin to a value outside the scr...Damiano Galassi2016-04-091-4/+1
* MacGui: do not update the preview window layer if the image is nil or the siz...Damiano Galassi2016-04-071-47/+50
* MacGui: rename 'layout' in HBPreviewView so it doesn't override NSView layout...Damiano Galassi2016-04-071-5/+5
* bd: change angles before seekingJohn Stebbins2016-04-041-4/+4
* libbluray: fix chapter lookupJohn Stebbins2016-04-041-0/+20
* Merge pull request #144 from sr55/x264Scott2016-04-032-4/+4
|\
| * Upgrade x264 to r2665 a01e339sr552016-04-022-4/+4
* | json: fix typo.Tim Walker2016-04-031-1/+1
* | CLI: fix incorrect assumption that video quality is always positive.Tim Walker2016-04-031-2/+2
* | json: fix sanitization of vqualityTim Walker2016-04-031-4/+8
* | json: fix sanitization of vqualityJohn Stebbins2016-04-032-24/+35
* | ffmpeg: rename some files to have unique patch numbers.Tim Walker2016-04-013-0/+0
* | ffmpeg: patch some E-AC-3 decoder calls.Tim Walker2016-04-011-0/+87
* | filters: don't add disabled rotate filter to filter listJohn Stebbins2016-03-312-5/+33
|/
* hb_json: sanitize JSON where both of video bitrate and quality are valid.Tim Walker2016-03-311-0/+6
* macosx: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-3111-13/+16
* libhb: fix quality limits for high bit depth video encoders.Tim Walker2016-03-311-2/+25
* libhb: remove superfluous ifdefs.Tim Walker2016-03-311-4/+0
* LinGui: all negative vquality slider valuesJohn Stebbins2016-03-301-3/+10
* x265: use more permissive x265_api_query instead of x265_api_getJohn Stebbins2016-03-302-3/+3
* MacGui: allow negative value in the quality slider.Damiano Galassi2016-03-301-0/+2
* Merge pull request #138 from maximd33/masterRodeo3142016-03-301-1/+2
|\
| * QSV: better compatibility with recent SW libmaxd2016-03-301-1/+2
|/