summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Change the PictureRotate key to be a string.Damiano Galassi2016-01-152-2/+2
* work: fix hang in p-to-p encodingJohn Stebbins2016-01-141-0/+9
* Merge pull request #48 from bradleysepos/copyrightJohn Stebbins2016-01-0397-97/+97
|\
| * Update copyright dates to 2016.Bradley Sepos2016-01-0197-97/+97
* | presets: fix PicturePAR importJohn Stebbins2016-01-021-1/+1
|/
* using dispatcher from https://github.com/lu-zero/mfx_dispatchMax Dmytrychenko2015-12-273-4/+4
* libhb: use LL for int64 constants to make mingw happyJohn Stebbins2015-12-266-16/+16
* libhb: Remove stray UTF-8 BOM character from lang.c.Bradley Sepos2015-12-251-1/+1
* reader: fix stream discontinuity splicing...John Stebbins2015-12-091-3/+9
* qsv: fix compile errorJohn Stebbins2015-11-191-1/+1
* ports: add NULL checksJohn Stebbins2015-11-151-0/+8
* encx264: only show warning log after first frameJohn Stebbins2015-11-151-1/+2
* libhb: add some NULL checksJohn Stebbins2015-11-151-0/+4
* 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
* reader: remove track count limitationJohn Stebbins2015-11-131-7/+15
* Added missing NULL pointer check in encx265Closeschrotthaufen2015-11-131-0/+1
* x265: add support for 10, 12, and 16 bit x265 libsJohn Stebbins2015-11-127-39/+100
* x265: use multi-lib APIJohn Stebbins2015-11-121-30/+45
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-1213-146/+518
* 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