summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* presets: Drop Apple 240p30 and Xbox Legacy 1080p30.Bradley Sepos2020-06-191-227/+1
* presets: Move Amazon Fire to top of Devices category.Bradley Sepos2020-06-191-214/+214
* Added track number to audio and subtitle scan JSONRandomEngy2020-06-171-2/+4
* encavcodec: Set the framerate field in addition to time_baseMartin Storsjö2020-06-161-0/+1
* libhb: Formatting and const correctness in preview image functions.Bradley Sepos2020-06-151-46/+52
* gtk: libhb: macosx: test: Only link libturbojpeg and not libjpeg.Bradley Sepos2020-06-151-1/+1
* libhb: Save/load preview images to/from disk using libjpeg-turbo.Bradley Sepos2020-06-153-53/+191
* contrib: gtk: libhb: macosx: make: test: Add libjpeg-turbo.Bradley Sepos2020-06-151-3/+3
* qsv: performance optimization of dx11 texture copyingArtem Galin2020-06-132-56/+122
* decssasub: fix PtoP start/stop timesJohn Stebbins2020-06-071-2/+21
* decssasub: allow out of order timestampsJohn Stebbins2020-06-061-266/+77
* sync: fix handling of overlapping SSA import subsJohn Stebbins2020-06-061-0/+1
* bd: fix out of array bounds accessJohn Stebbins2020-06-051-6/+11
* muxavformat: fix setting iso639_2b lang code in mkvJohn Stebbins2020-06-031-1/+2
* stream: don't reject video with pix_fmt AV_PIX_FMT_NONEJohn Stebbins2020-05-281-2/+6
* qsv: Increase buffer memory for hevc QSV.Yuichiro NAITO2020-05-261-3/+3
* filters: fix 'color_range'John Stebbins2020-05-201-1/+2
* log: Make it easier to see when hardware support is disabled.sr552020-05-091-0/+1
* libhb: Fix decavsub copyright date.Bradley Sepos2020-05-072-2/+2
* qsv: remove unnecessary codeArtem Galin2020-05-071-5/+0
* preset: fix recursive searches for preset nameJohn Stebbins2020-05-051-0/+4
* nvenc: Remove hq, hp and default as these appear to simply be mappings.sr552020-05-021-1/+1
* detelecine: fix initialization when params are emptyJohn Stebbins2020-04-291-5/+5
* presets: fix lookup of presets with identical namesJohn Stebbins2020-04-291-7/+8
* hb_dict: fix loading preset files with unicode pathJohn Stebbins2020-04-221-1/+9
* log when auto-rotation is appliedJohn Stebbins2020-04-171-0/+3
* libhb: Silence pkg-config errors during libxml2 search.Bradley Sepos2020-04-031-2/+2
* scan: Fix aspect ratio warning for DVD and BDJohn Stebbins2020-03-312-2/+20
* decavsub: fix decoding PGS from ffmpeg streamsJohn Stebbins2020-03-301-2/+10
* libhb: Attempt finding libxml2 via pkg-config on Linux.Bradley Sepos2020-03-301-1/+10
* decavsub: patch ffmpeg to fix workaround hacksJohn Stebbins2020-03-291-37/+6
* decavsub: reduce EIA 608 font sizeJohn Stebbins2020-03-291-1/+1
* fix job logging of dvb subtitle sourceJohn Stebbins2020-03-291-0/+2
* decavsub: fix dvb subtitle passthroughJohn Stebbins2020-03-292-3/+8
* decavsub: remove dvb subtitle post-stuffing during demuxJohn Stebbins2020-03-292-10/+10
* decavsub: use libav to decode dvd subtitlesJohn Stebbins2020-03-2911-858/+105
* decavsub: use libav to decode EIA 608 subtitlesJohn Stebbins2020-03-297-1915/+63
* decavsub: enable dvb subtitle passthrough in mkvJohn Stebbins2020-03-292-0/+6
* decavsub: add DVB subtitle *burn-only* supportJohn Stebbins2020-03-295-26/+76
* decavsub: add general purpose avcodec subtitle decoderJohn Stebbins2020-03-2916-874/+835
* scan: log warning when video par != container parJohn Stebbins2020-03-281-0/+8
* work: fix initial crop value provided to filtersJohn Stebbins2020-03-251-1/+1
* detelecine: error check skip parametersJohn Stebbins2020-03-251-4/+12
* cropscale: fix color range conversionJohn Stebbins2020-03-241-16/+0
* sync: fix PtoP end detection during flushJohn Stebbins2020-03-241-148/+32
* json: improve logging of json pack failuresJohn Stebbins2020-03-161-9/+9
* json: fix PtoP range when converting job struct to jsonJohn Stebbins2020-03-151-6/+6
* qsv: remove unnecessary checkArtem Galin2020-03-111-1/+1
* qsv: encoder fixes for newer cpusagalin892020-03-112-6/+6
* qsv: decrease memory footprintagalin892020-03-082-67/+4