summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* decavcodec: fix crash during audio probeJohn Stebbins2018-06-201-2/+5
* contrib: gtk: libhb: make: scripts: Remove yasm contrib.Bradley Sepos2018-06-172-36/+2
* libhb: Allow 7.1 channels AAC encoding.Simon Lämmle2018-06-161-3/+11
* muxavformat: silence mp4 frame size warningJohn Stebbins2018-06-151-0/+1
* muxavformat: use alternate API to initialize out contextJohn Stebbins2018-06-151-12/+5
* muxavformat: fix crash on windowsJohn Stebbins2018-06-151-1/+1
* Fix PGS subtitle decoding...John Stebbins2018-06-138-97/+147
* libhb: fix snprintf compiler warningsJohn Stebbins2018-06-137-71/+100
* libhb: eliminate use of deprecated av_register_all...John Stebbins2018-06-131-2/+0
* libhb: eliminate use of deprecated ffmpeg lockmgrJohn Stebbins2018-06-131-27/+0
* muxavformat: fix use of deprecated AVFormat.filenameJohn Stebbins2018-06-131-1/+1
* comb_detect: fix crash when no valid frames are passedJohn Stebbins2018-06-111-1/+4
* encavcodec: fix encoding with vp8 and vp8 encodersJohn Stebbins2018-06-101-2/+2
* muxavformat: Fix muxing SSA subtitlesJohn Stebbins2018-06-091-35/+0
* decssasub: Fix decoding SSA subtitlesJohn Stebbins2018-06-092-207/+18
* VCE: Add support for fetching levels for H.264 and H.265sr552018-06-081-0/+12
* VCE: Stub out VCE available methods for the UI. This will need to check for ...sr552018-06-082-0/+45
* libhb: test: Guard VCE encoders behind USE_VCE.Bradley Sepos2018-06-083-0/+10
* libhb: Restore HB_VCODEC_MASK value.Bradley Sepos2018-06-081-1/+1
* libhb: Cosmetic in encavcodec.c.Bradley Sepos2018-06-061-1/+1
* Add support for VCE hardware encoding.Michael Wootton2018-06-066-10/+160
* bd: Don't fail titles with unknown aspectJohn Stebbins2018-06-061-2/+4
* libhb: allow muxing E-AC3 in mp4.Damiano Galassi2018-06-051-2/+2
* decavcodec: fix issues with audio that has no explicit channel_layoutJohn Stebbins2018-06-041-9/+32
* sync: don't drop short frames in OutputBuffer()John Stebbins2018-06-041-5/+1
* encavcodec: set AVFrame width and heightJohn Stebbins2018-06-021-0/+2
* avfilter: fix flushing final frameJohn Stebbins2018-05-311-2/+11
* scan: fix crash due to last commitJohn Stebbins2018-05-301-1/+2
* scan: rationalize ffmpeg codec/profile namesJohn Stebbins2018-05-301-45/+66
* encx264: fix encoding of very short duration framesJohn Stebbins2018-05-302-46/+3
* libhb: build: README: Replace instances of Libav with FFmpeg.Bradley Sepos2018-05-298-12/+12
* contrib: add lzma supportJohn Stebbins2018-05-291-0/+6
* libhb: fix segfault when decoding empty audio trackJohn Stebbins2018-05-291-1/+2
* contrib: Add Speex decoder libspeex.Bradley Sepos2018-05-291-2/+2
* contrib: test: Strip dll and cli binary in build phase if debug=none.Bradley Sepos2018-05-291-0/+3
* libhb: cli: Link to libbcrypt on mingw-w64.Bradley Sepos2018-05-291-1/+1
* contrib: Use AV_CODEC_ID_ASS for FFmpeg.Bradley Sepos2018-05-282-4/+4
* FFMPEG: Use avcodec_free_context(..) instead of deprecated leaking avcodec_cl...Sven Gothel2018-05-286-22/+16
* FFMPEG decavcodec: Consider returned error from av_buffersrc_add_frame(..)Sven Gothel2018-05-281-2/+6
* Using AV_CODEC_ID_SUBRIP instead of AV_CODEC_ID_SRT (libav->ffmpeg)Sven Gothel2018-05-281-2/+2
* FFMPEG #974: Use latest FFMPEG 3.4.1 (1/2)Sven Gothel2018-05-282-1/+3
* libhb: Increase maximum packet read size in stream.c.Bradley Sepos2018-05-131-1/+1
* libhb: don't drop "escape" char in hb_str_vsplitJohn Stebbins2018-04-031-5/+0
* libhb/param: skip redundant checks.Tim Walker2018-02-261-3/+3
* libhb: fix parsing of filters' tunes.Tim Walker2018-02-261-12/+16
* Missed typo in previous commitluz.paz2018-02-201-1/+1
* please review....luz.paz2018-02-201-2/+2
* Misc. typosluz.paz2018-02-2032-46/+46
* encx264: fix apply_h264_profile's lossless check for high bit depth.Tim Walker2018-02-181-4/+12
* sync: fix hang in searching for PtoP start frameJohn Stebbins2018-01-251-11/+21