summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* bd: fix discontinuity handlingJohn Stebbins2015-11-122-15/+19
* libhb: repair split packets in readerJohn Stebbins2015-11-105-1/+107
* presets: handle importing old string PicturePAR "integers"John Stebbins2015-11-101-0/+37
* muxavformat: add support for mp4 fallback audio signallingJohn Stebbins2015-11-091-1/+51
* scan: increase sensitivity to video flagsJohn Stebbins2015-11-091-26/+34
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-0920-1337/+1298
* 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
* libhb: don't use deprecated AVPictureJohn Stebbins2015-10-297-55/+84
* Double HB_MAX_WIDTH/HEIGHTJohn Stebbins2015-10-261-2/+2
* Enforce min/max dimensionsJohn Stebbins2015-10-262-24/+103
* libhb: prevent crashes in hb_get_preview2John Stebbins2015-10-261-1/+23
* Fix bizarre custom anamorphic behaviorJohn Stebbins2015-10-261-37/+0
* lame: Use libav wrapper to encode mp3lameJohn Stebbins2015-10-265-232/+6
* Update HandBrakeCLI to read presets.json on Windows. This is the file that wi...Scott2015-10-241-2/+2
* libhb: Add rebeccapurple to color map.Bradley Sepos2015-10-231-0/+1
* libhb: fix dereference of null pointerJohn Stebbins2015-10-201-1/+2
* libhb: Fix potentially uninitialized variableJohn Stebbins2015-10-201-0/+2
* Merge pull request #21 from jstebbins/grayscaleJohn Stebbins2015-10-198-27/+279
|\
| * grayscale: make it a real filterJohn Stebbins2015-10-148-27/+279
* | ports: make hb_opendir param constJohn Stebbins2015-10-192-2/+2
* | mux: simplify muxFlushJohn Stebbins2015-10-141-11/+4
* | mux: flush cached buffers when closingJohn Stebbins2015-10-141-1/+30
|/
* tx3g: remove 2 line limitJohn Stebbins2015-10-121-14/+1
* decsrt: don't combine > 2 lines into 2John Stebbins2015-10-121-28/+6
* Remove invalid presets in presets_do()Damiano Galassi2015-10-121-1/+1
* presets: add result to indicate if preset import modified presetsJohn Stebbins2015-10-092-11/+29
* Make deinterlace/decomb behave similar to nlmeans/hqdn3dJohn Stebbins2015-10-096-173/+137
* Use the non deprecated kIOPMAssertPreventUserIdleSystemSleep assertion to pre...Damiano Galassi2015-10-051-1/+1
* scan: fix rescan avoidance logicJohn Stebbins2015-09-294-6/+23
* fix to prevent lazy compiler assumption and avoid full computation, no local ...Max Dmytrychenko2015-09-271-3/+2
* fix to prevent lazy compiler assumption and avoid full computationMax Dmytrychenko2015-09-271-2/+3
* libhb: add hb_buffer_listJohn Stebbins2015-09-2428-1030/+872
* adjustment to report QSV availability in MASK formMax Dmytrychenko2015-09-241-2/+2
* rendersub: handle mismatched video and subtitle dimensionsJohn Stebbins2015-09-244-83/+162
* libhb: Skylake microarchitecture detection, RB 859Max Dmytrychenko2015-09-223-1/+13
* libhb: fix OpenCL initialization.Tim Walker2015-09-211-4/+7
* stream: remove unused variable pix_fmtJohn Stebbins2015-09-201-2/+0
* qsv: HEVC encoding support.Tim Walker2015-09-206-71/+390
* libhb: Fix compiler issues in previous commit.Bradley Sepos2015-09-101-3/+7
* libhb: Clock/frame rate handling improvements.Bradley Sepos2015-09-106-33/+63
* libhb: Expand framerates to include 20 and 48.Bradley Sepos2015-09-101-0/+2
* libhb: remove unused hb_buffer_t.subJohn Stebbins2015-09-0411-73/+2
* build: use git version info instead of svnJohn Stebbins2015-08-253-8/+65
* cropscale: prevent crash when scale dimensions too smalljstebbins2015-08-242-1/+7
* nlmeans: fix the default valuesjstebbins2015-08-171-2/+2
* presets: fix preset search by namejstebbins2015-08-131-0/+2
* libhb: fix display of audio copy maskjstebbins2015-08-121-1/+2
* json: fix parsing job Audio->CopyMaskjstebbins2015-08-101-2/+3