Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contrib: macOS arm and intel cross compilation. | Damiano Galassi | 2020-11-05 | 1 | -0/+4 |
| | |||||
* | qsv: fix dx11 crop/resize | agalin89 | 2020-08-29 | 1 | -1/+10 |
| | |||||
* | contrib: add back patch to enable b-frames in hevc videotoolbox encoder. | Damiano Galassi | 2020-08-25 | 1 | -0/+12 |
| | |||||
* | libhb: improve videotoolbox detection and add support for constant quality ↵ | Damiano Galassi | 2020-08-23 | 1 | -0/+51 |
| | | | | encoding mode when available. | ||||
* | qsv: update dx11 patch for ffmpeg 4.3.1 | agalin89 | 2020-08-22 | 1 | -294/+937 |
| | |||||
* | contrib: Update to FFmpeg 4.3.1. | Bradley Sepos | 2020-08-22 | 1 | -3/+3 |
| | |||||
* | contrib: Restore and update QSV DX11 patch for FFmpeg 4.3. | Bradley Sepos | 2020-08-22 | 1 | -0/+611 |
| | |||||
* | contrib: Update to FFmpeg 4:3. | Bradley Sepos | 2020-08-22 | 9 | -1326/+28 |
| | |||||
* | contrib: Update most contribs for Apple Silicon. | Bradley Sepos | 2020-08-05 | 1 | -0/+2 |
| | |||||
* | qsv: fixing log print | Dmitrichenko, Max | 2020-06-07 | 1 | -2/+2 |
| | |||||
* | contrib: Update to FFmpeg 4.2.3. | Bradley Sepos | 2020-05-30 | 1 | -3/+3 |
| | | | | Numerous bug fixes. | ||||
* | libav: fix remuxing aac from ts to mkv | John Stebbins | 2020-05-03 | 1 | -0/+36 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/2809 | ||||
* | contrib: ffmpeg: Remove a patch that has been merged upstream | Martin Storsjö | 2020-04-27 | 1 | -17/+0 |
| | | | | | | | This patch (with a minor modification) has been merged upstream in http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=08b1d1d8122517d07f2335437cde0aeedc50143f, which was part of the 4.1 release - and we currently build 4.2.2. | ||||
* | ffmpeg: support 'H265' FourCC in AVI. | Tim Walker | 2020-03-30 | 1 | -0/+26 |
| | | | | | Produced by security cameras, see: https://forum.handbrake.fr/viewtopic.php?f=11&t=39824 | ||||
* | decavsub: patch ffmpeg to fix workaround hacks | John Stebbins | 2020-03-29 | 3 | -0/+131 |
| | |||||
* | decavsub: use libav to decode dvd subtitles | John Stebbins | 2020-03-29 | 1 | -0/+49 |
| | | | | Simplifies code, removes encvobsub.c (was never used) and decvobsub.c. | ||||
* | decavsub: use libav to decode EIA 608 subtitles | John Stebbins | 2020-03-29 | 1 | -0/+27 |
| | | | | simplifies code, eliminates deccc608sub.c | ||||
* | qsv: hw decoding improvements | Artem Galin | 2020-03-05 | 1 | -92/+846 |
| | |||||
* | contrib: Switch to using GitHub to host our contrib binaries. Their CDN ↵ | sr55 | 2020-02-25 | 1 | -1/+1 |
| | | | | should be global and more reliable than our own server. | ||||
* | qsv: add support for FreeBSD | Jan Beich | 2020-01-23 | 1 | -1/+1 |
| | |||||
* | contrib: Configure FFmpeg with --enable-small when using ↵ | Nomis101 | 2020-01-16 | 1 | -0/+5 |
| | | | | | | --optimize=size-aggressive. Closes #2571. | ||||
* | contrib: Update to ffmpeg 4.2.2. | Bradley Sepos | 2020-01-02 | 1 | -3/+3 |
| | |||||
* | contrib: Add AMF/VCE H.264 loop filter flag patch to FFmpeg. | Bradley Sepos | 2019-10-15 | 1 | -0/+23 |
| | |||||
* | contrib: Update to FFmpeg 4.2.1. | Bradley Sepos | 2019-10-14 | 2 | -42/+3 |
| | |||||
* | qsv: d3d11 enabling | agalin89 | 2019-09-22 | 1 | -0/+309 |
| | |||||
* | contrib: Use libdav1d for AV1 decoding in FFmpeg. | Justin Bull | 2019-09-17 | 1 | -1/+3 |
| | |||||
* | VCE: Vulkan support on linux. | OvchinnikovDmitrii | 2019-08-28 | 1 | -0/+78 |
| | |||||
* | ffmpeg: fix seeking in mkv > 2GB | John Stebbins | 2019-08-22 | 1 | -0/+39 |
| | | | | maybe fixes https://github.com/HandBrake/HandBrake/issues/2248 | ||||
* | Create A12-videotoolbox-smpte2084-hlg-transfer.patch | Nomis101 | 2019-08-18 | 1 | -0/+69 |
| | | | | Closes #2237. | ||||
* | contrib: Update to FFmpeg 4.2. | Bradley Sepos | 2019-08-16 | 3 | -66/+3 |
| | |||||
* | ffmpeg: make track names visible regarless of locale | John Stebbins | 2019-08-11 | 1 | -0/+77 |
| | | | | | | | | | | | | | | Apple will not show a track name if it doesn't match the current locale or it's language is not "und". This patch results in the language being set to "und". writes 3gpp track names for all language variations in metadata. when the language is not specified, uses "und" as default. HandBrake doesn't actually allow multiple track name languages, but one of the side effects of this patch is to use "und" when the track name language is unspecified. Before this patch, language specific variants of metadata were ignored and "eng" was always set as the language. | ||||
* | ffmpeg: add support to read/write mp4 'titl' track tag | John Stebbins | 2019-08-11 | 3 | -11/+297 |
| | |||||
* | ffmpeg: add 'name' track udta tag reading | John Stebbins | 2019-08-11 | 1 | -0/+65 |
| | |||||
* | Fix gcc 9 compiler warnings | John Stebbins | 2019-06-28 | 1 | -0/+33 |
| | | | | | gcc 9 is quite a lot chattier and clutters the build log with useless information :\ | ||||
* | Fix build of ffmpeg under NetBSD | Ryo ONODERA | 2019-06-18 | 1 | -1/+1 |
| | | | | Pick up external libraries from LOCALBASE. | ||||
* | make: finish correcting host/build semantics | John Stebbins | 2019-04-17 | 1 | -9/+9 |
| | |||||
* | contrib: Update to FFmpeg 4.1.3. | Bradley Sepos | 2019-04-13 | 1 | -3/+3 |
| | |||||
* | qsv: disable xlib in ffmpeg | John Stebbins | 2019-03-07 | 1 | -2/+3 |
| | | | | | It is autodetected and results in link failure if ffmpeg finds it bacause we do not add it to final link flags | ||||
* | LinGui: make QSV encoding actually work | John Stebbins | 2019-03-07 | 1 | -1/+6 |
| | | | | | | Assuming you built HandBrake with 'configure --enable-qsv' and you have built and installed Intel MediaSDK in a directory that is in your LD search path, the QSV encoders now work. HW decode is not supported. | ||||
* | contrib: Restore FFmpeg VideoToolbox patch. | Bradley Sepos | 2019-02-11 | 1 | -0/+27 |
| | | | | Mistakenly removed in 66a362ee92331fa1393fbdb0c1e1b26d8f39de6a. | ||||
* | contrib: Update to FFmpeg 4.1.1. | Ewout ter Hoeven | 2019-02-11 | 8 | -321/+3 |
| | |||||
* | ffmpeg: enable pict_type setting in AMD VCE | John Stebbins | 2019-01-16 | 1 | -0/+78 |
| | | | | | This is required by HandBrake in order to place IDR frames at chapter boundaries | ||||
* | contrib: Add FFmpeg patch fixing decoding for certain MPEG streams. | Bradley Sepos | 2018-12-14 | 1 | -0/+30 |
| | | | | Fixes #1563. | ||||
* | contrib: Update to FFmpeg 4.1.0. | Bradley Sepos | 2018-11-26 | 7 | -67/+262 |
| | | | | Includes additional patches applied to the release branch shortly after tagging, including a patch that fixes #1595. | ||||
* | Add VideoToolbox hardware encoding thru FFmpeg. | Damiano Galassi | 2018-11-15 | 2 | -1/+31 |
| | |||||
* | ffmpeg: fix static audio with pcm in mp4 | John Stebbins | 2018-09-09 | 1 | -0/+64 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1555 | ||||
* | build: Allows to use clang/clang++ compiler on FreeBSD. | Yuichiro NAITO | 2018-08-22 | 1 | -0/+5 |
| | | | | | LOCALBASE variable is used to indicate where FreeBSD ports are installed. default is /usr/local. | ||||
* | contrib: gtk: libhb: macosx: test: Remove remaining traces of libavresample. | Bradley Sepos | 2018-08-16 | 1 | -1/+0 |
| | | | | Extension of and closes #1422. | ||||
* | build: Fix to not pass --enable-nvenc to FFmpeg configure on FreeBSD. | Yuichiro NAITO | 2018-07-02 | 1 | -11/+0 |
| | | | | Nvenc is not currently supported by Nvidia on FreeBSD. If it becomes supported on FreeBSD, please check nvidia-driver and FFmpeg. | ||||
* | build: Fix to add FreeBSD to nvenc target. | Yuichiro NAITO | 2018-07-01 | 1 | -0/+11 |
| |