summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
Commit message (Expand)AuthorAgeFilesLines
* ports: move hb_getline to ports.c where it belongsJohn Stebbins2019-01-141-67/+0
* Add hb_getline since mingw doesn't have getline functionJohn Stebbins2019-01-141-0/+66
* Add SSA subtitle importJohn Stebbins2019-01-141-10/+20
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* Extend the range of allowed bitrate inputs to allow Opus to go down as low as...sr552018-12-111-0/+3
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-151-0/+29
* Give VCE and NVENC encoders more descriptive long namesJohn Stebbins2018-11-141-4/+4
* Refactor the color tag code, and pass it to the FFmpeg encoders.Damiano Galassi2018-08-281-0/+4
* Fixing available Levels for VCE and other H265 encoders.sr552018-08-161-6/+9
* VCE: Show only supported H264 / HEVC profiles.sr552018-08-161-3/+5
* VCE: Implement missing compile time availability flag. This should stop it sh...sr552018-07-071-1/+6
* libhb: Fix an ifdef typosr552018-07-021-1/+1
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-291-31/+50
* resample: fix ditheringJohn Stebbins2018-06-271-11/+2
* audio_resample: switch from avresample to swresampleJohn Stebbins2018-06-271-8/+8
* libhb: Allow 7.1 channels AAC encoding.Simon Lämmle2018-06-161-3/+11
* Fix PGS subtitle decoding...John Stebbins2018-06-131-13/+17
* VCE: Add support for fetching levels for H.264 and H.265sr552018-06-081-0/+12
* libhb: test: Guard VCE encoders behind USE_VCE.Bradley Sepos2018-06-081-0/+4
* Add support for VCE hardware encoding.Michael Wootton2018-06-061-0/+9
* libhb: allow muxing E-AC3 in mp4.Damiano Galassi2018-06-051-2/+2
* libhb: build: README: Replace instances of Libav with FFmpeg.Bradley Sepos2018-05-291-1/+1
* libhb: don't drop "escape" char in hb_str_vsplitJohn Stebbins2018-04-031-5/+0
* Misc. typosluz.paz2018-02-201-2/+2
* libhb: fix a number of issues reported by clang.Damiano Galassi2018-01-121-1/+14
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* CLI: add option to log version, title, and progress in jsonJohn Stebbins2017-11-061-2/+43
* Allow audio fallback to be "None" (#623)John Stebbins2017-06-121-24/+23
* filter: add frame parallelizing filter wrapperJohn Stebbins2017-06-061-1/+27
* libhb: Add LapSharp sharpening filter.Bradley Sepos2017-05-301-0/+4
* libhb: Add Unsharp sharpening filter.Bradley Sepos2017-05-301-0/+4
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-8/+10
* Fix various spelling mistakes (#613)Sebastian Ramacher2017-03-101-1/+1
* qsv: added HEVC 10-bit as encoder, should help for GUI integrationmaxd2017-03-051-0/+4
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* libhb: fix audio bitrate when using fallback encoderJohn Stebbins2016-12-291-31/+1
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-171-1/+1
* libhb: Remove redundant check in common.cmidzer2016-12-141-1/+1
* opus: disable quality mode, enable compression levelsJohn Stebbins2016-09-231-10/+10
* contrib: Add opus audio encoder.John Stebbins2016-09-021-54/+152
* vpx: add encoder presetsJohn Stebbins2016-05-291-0/+5
* enable libvpx VP9 encoderJohn Stebbins2016-05-271-0/+5
* encx265: simplify chapter mark handlingJohn Stebbins2016-05-251-0/+2
* libhb: send initial chapter through pipelineJohn Stebbins2016-05-171-0/+73
* libhb: add hb_buffer_list_rem()John Stebbins2016-05-171-0/+34
* libhb: fix buffer list size calculationJohn Stebbins2016-05-171-2/+2
* libhb: Expand default frame rates to include 72, 75, 90, 100, 120.Bradley Sepos2016-05-031-0/+5
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
* 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