summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfr: timestamps are signedJohn Stebbins2015-11-151-9/+17
* decsrt: configure as buffer sourceJohn Stebbins2015-11-152-19/+11
* presets: use first audio lang for foreign audio search...John Stebbins2015-11-151-1/+9
* WinGui: Fixing subtitle behavior option in the json preset factory.Scott2015-11-151-2/+1
* reader: remove track count limitationJohn Stebbins2015-11-131-7/+15
* Merge pull request #33 from schrotthaufen/fixJohn Stebbins2015-11-131-0/+1
|\
| * Added missing NULL pointer check in encx265Closeschrotthaufen2015-11-131-0/+1
|/
* Merge pull request #23 from jstebbins/x265-multilib2John Stebbins2015-11-1211-66/+145
|\
| * x265: macui multilib supportJohn Stebbins2015-11-122-2/+2
| * x265: add support for 10, 12, and 16 bit x265 libsJohn Stebbins2015-11-129-42/+106
| * x265: use multi-lib APIJohn Stebbins2015-11-121-30/+45
|/
* Merge pull request #24 from jstebbins/x264-multilibJohn Stebbins2015-11-1222-175/+551
|\
| * x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-1222-175/+551
|/
* bd: fix discontinuity handlingJohn Stebbins2015-11-122-15/+19
* WinGui: Add warning dialog on Destination Browse Button if disk space is low...Scott2015-11-1012-4/+176
* libhb: repair split packets in readerJohn Stebbins2015-11-105-1/+107
* presets: handle importing old string PicturePAR "integers"John Stebbins2015-11-101-0/+37
* Merge pull request #30 from jstebbins/atv4John Stebbins2015-11-092-1/+170
|\
| * muxavformat: add support for mp4 fallback audio signallingJohn Stebbins2015-11-092-1/+170
|/
* Merge pull request #29 from jstebbins/field_repeatJohn Stebbins2015-11-091-26/+34
|\
| * scan: increase sensitivity to video flagsJohn Stebbins2015-11-091-26/+34
|/
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-0924-1353/+1311
* LinGui: try fixing debian version number againJohn Stebbins2015-11-091-6/+6
* LinGui: Force override ubuntu package versionsJohn Stebbins2015-11-091-6/+6
* LinGui: add Ubuntu 15.10 Wily to nightly buildsJohn Stebbins2015-11-093-0/+130
* Add Error count to the Status bar when queue completes.Scott2015-11-085-1/+35
* decavcodec: don't try to memset NULL buffersJohn Stebbins2015-11-061-2/+8
* decavcodec: fix hang in avcodec decoderJohn Stebbins2015-11-061-0/+10
* stream: fix pts to buffer start conversionJohn Stebbins2015-11-051-6/+6
* MacGui: add two tests for presets save and upgrade.Damiano Galassi2015-11-031-1/+52
* MacGui: remove a compatibility workaroud for the 10.9 sdk.Damiano Galassi2015-11-031-16/+6
* LinGui: fix segfaultJohn Stebbins2015-11-021-1/+1
* Make Process Priority a real-time setting. Not per encode instance.Scott2015-10-315-30/+47
* Allow the preview encode to run at the same time as an actual encode.Scott2015-10-315-32/+46
* CLI: fix linking with broken ubuntu linkerJohn Stebbins2015-10-301-2/+2
* Missed file from last checkin.Scott2015-10-301-0/+1
* Tidy up the Preset Service. Preset version checking should now be working fo...Scott2015-10-305-37/+88
* Merge pull request #26 from jstebbins/avpictureJohn Stebbins2015-10-297-55/+84
|\
| * libhb: don't use deprecated AVPictureJohn Stebbins2015-10-297-55/+84
|/
* LinGui: Fix duplicate preset name creationJohn Stebbins2015-10-291-1/+30
* MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets inste...Damiano Galassi2015-10-299-52/+101
* libav: add lame dependencyJohn Stebbins2015-10-281-1/+1
* MacGui: annotate the type of some arrays, and check the count of the input jo...Damiano Galassi2015-10-287-16/+19
* MacGui: add some subtitles tracks to the fake title used in tests.Damiano Galassi2015-10-283-46/+30
* MacGui: switched the audio defaults track tableview to view based, and fixed ...Damiano Galassi2015-10-286-310/+377
* Merge pull request #19 from jstebbins/ana-customJohn Stebbins2015-10-264-78/+155
|\
| * Double HB_MAX_WIDTH/HEIGHTJohn Stebbins2015-10-261-2/+2
| * Enforce min/max dimensionsJohn Stebbins2015-10-263-68/+136
| * LinGui: don't call hb_get_preview2 with outragious dimensionsJohn Stebbins2015-10-261-5/+27
| * libhb: prevent crashes in hb_get_preview2John Stebbins2015-10-261-1/+23