| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-11 | Merge pull request #5620 from MrTimscampi/iso-ignore | Claus Vium | |
| (cherry picked from commit a76d997a86b07f38ad1e7f168f11d2de6423d545) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-02-21 | Merge pull request #5251 from crobibero/vpp-null-ref | Bond-009 | |
| Fix vpp null reference (cherry picked from commit 467cd9227e63ed596f7d8b40b27efc4bf48eb02a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-02-21 | Merge pull request #5230 from orryverducci/double-rate-deint-fix | Bond-009 | |
| Fix double rate deinterlacing for some TS files (cherry picked from commit 32934cb33dd4e2b1ec98e7c9950f9fec835438c0) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-02-21 | Merge pull request #5107 from jellyfin/enhanced-nvdec-vpp-tonemap | Joshua M. Boniface | |
| (cherry picked from commit bd8c269ea2769a9684c7755633417e1e78d84a57) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-30 | Merge pull request #4860 from nyanmisaka/3ch-transcode-hls | dkanada | |
| Avoid transcoding to 3ch audio for HLS streaming (cherry picked from commit 2913e2604c3a0fd36cf4d4f6d74a65289be187d5) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-30 | Merge pull request #4856 from nyanmisaka/amf-profile | Claus Vium | |
| Fix some profiles for H264 AMF encoder (cherry picked from commit afdc98746b4dab23b2647d303ba5ac95f0846f46) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-30 | Merge pull request #4816 from nyanmisaka/profiles | Claus Vium | |
| Fix some video profiles for Android client (cherry picked from commit e9db47cd20c0cca0a9238c6f434a7cd97f040ec0) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-03 | Remove IIsoMounter and IsoMounter | crobibero | |
| 2020-12-01 | Merge pull request #4169 from stanionascu/bdiso-playback | Joshua M. Boniface | |
| Playback (direct-stream/transcode) of BDISO/BDAV containers | |||
| 2020-11-27 | remove a redundant 'hwaccel vaapi' string | nyanmisaka | |
| 2020-11-25 | minor changes | Nyanmisaka | |
| 2020-11-24 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-11-24 | disable graphical subs burn-in when tonemapping | Nyanmisaka | |
| 2020-11-24 | add tonemapping for intel vaapi | nyanmisaka | |
| hwdec->scale->tonemap->hwenc hwdec->scale->tonemap->textsubs->hwenc * grapical subs requires overlay_vaapi, but it's still in ffmpeg mailing list. | |||
| 2020-11-20 | Apply suggestions from code review | Claus Vium | |
| 2020-11-20 | Merge remote-tracking branch 'upstream/master' into fmp4-hls | nyanmisaka | |
| 2020-11-19 | Merge remote-tracking branch 'upstream/master' into no-scaling | Fernando Fernández | |
| 2020-11-19 | Review suggestions | Fernando Fernández | |
| 2020-11-19 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-11-19 | changes per suggestions | nyanmisaka | |
| 2020-11-18 | More spelling corrections. | Greenback | |
| 2020-11-18 | Fix build and thread detection logic | Fernando Fernández | |
| 2020-11-17 | Merge pull request #4361 from ssenart/feature/4360-transcoding_flac_downsampling | Joshua M. Boniface | |
| Add FLAC and define the corresponding target sample rate | |||
| 2020-11-17 | Update MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs | Cody Robibero | |
| 2020-11-17 | Use all system cores when threads are set to auto or bigger than the amount ↵ | Fernando Fernández | |
| of system's cores | |||
| 2020-11-16 | Merge remote-tracking branch 'upstream/master' into fmp4-hls | nyanmisaka | |
| 2020-11-14 | Use string.Split(char) where possible instead of string.Split(char[]) | Bond_009 | |
| 2020-11-14 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-11-14 | add aac_adtstoasc bitstream filter for mpegts to mp4 conversion | nyanmisaka | |
| 2020-11-14 | add experimental flag for flac | nyanmisaka | |
| 2020-11-12 | allow transcoding 8ch(7.1 layout) in aac | nyanmisaka | |
| 2020-11-12 | add an option to disable hevc encoding | nyanmisaka | |
| 2020-11-11 | fix for no audio stream video | nyanmisaka | |
| 2020-11-11 | adjust bitrate limit for HLS audio codecs | nyanmisaka | |
| 2020-11-11 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-11-08 | minor changes per suggestions | nyanmisaka | |
| 2020-11-08 | add initial support for HEVC over FMP4-HLS | nyanmisaka | |
| 2020-11-03 | Merge remote-tracking branch 'upstream/master' into livetv-ts-fix | crobibero | |
| 2020-11-01 | fix aac directstreaming | nyanmisaka | |
| 2020-10-29 | Fix null reference | crobibero | |
| 2020-10-28 | Default output audio bitrate to 128k | nyanmisaka | |
| 2020-10-28 | Merge branch 'master' into bdiso-playback | Stan | |
| 2020-10-22 | [AudioTranscoding] Add FLAC as supported target audio format and be able to ↵ | Stéphane Senart | |
| define the corresponding target sample rate | |||
| 2020-10-17 | Merge pull request #4171 from nyanmisaka/amf-tonemap | Joshua M. Boniface | |
| Add tonemapping for AMD AMF | |||
| 2020-10-12 | Fix SA 1116 warnings | Jan-Pieter Baert | |
| 2020-10-12 | Fix SA1012 and SA1013 warnings | Jan-Pieter Baert | |
| 2020-10-03 | Enhance workload when tone mapping on some APUs | Nyanmisaka | |
| 2020-10-03 | enhance workload when tone mapping with AMF | Nyanmisaka | |
| zscale filter is required. | |||
| 2020-10-01 | Remove PlayableStreamFileNames as unused | Stanislav Ionascu | |
| Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property. | |||
| 2020-10-01 | Add probe / direct-stream / transcoding support for BluRays | Stanislav Ionascu | |
| This commit (and ffmpeg built with libbluray support), adds support for playback of bluray images (bd-iso) and bluray folders. | |||
