Joshua M. Boniface
|
a6199f821b
|
Merge pull request #4169 from stanionascu/bdiso-playback
Playback (direct-stream/transcode) of BDISO/BDAV containers
|
4 years ago |
nyanmisaka
|
cc9e178d9a
|
remove a redundant 'hwaccel vaapi' string
|
4 years ago |
Nyanmisaka
|
b042a9f539
|
minor changes
|
4 years ago |
Nyanmisaka
|
44dc1c3729
|
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
Nyanmisaka
|
9c703a75ec
|
disable graphical subs burn-in when tonemapping
|
4 years ago |
nyanmisaka
|
bee69e409b
|
add tonemapping for intel vaapi
hwdec->scale->tonemap->hwenc
hwdec->scale->tonemap->textsubs->hwenc
* grapical subs requires overlay_vaapi, but it's still in ffmpeg mailing list.
|
4 years ago |
Claus Vium
|
44ff7a4843
|
Apply suggestions from code review
|
4 years ago |
nyanmisaka
|
b4598bd71b
|
Merge remote-tracking branch 'upstream/master' into fmp4-hls
|
4 years ago |
Fernando Fernández
|
e21e00cad5
|
Merge remote-tracking branch 'upstream/master' into no-scaling
|
4 years ago |
Fernando Fernández
|
2deda0437d
|
Review suggestions
|
4 years ago |
Nyanmisaka
|
5ff08338d5
|
Apply suggestions from code review
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
nyanmisaka
|
51dab0958d
|
changes per suggestions
|
4 years ago |
Greenback
|
9a323f6df0
|
More spelling corrections.
|
4 years ago |
Fernando Fernández
|
38c3b6fcd3
|
Fix build and thread detection logic
|
4 years ago |
Joshua M. Boniface
|
e0f60847c0
|
Merge pull request #4361 from ssenart/feature/4360-transcoding_flac_downsampling
Add FLAC and define the corresponding target sample rate
|
4 years ago |
Cody Robibero
|
08279e91ba
|
Update MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs
|
4 years ago |
Fernando Fernández
|
d7cdaeea7d
|
Use all system cores when threads are set to auto or bigger than the amount of system's cores
|
4 years ago |
nyanmisaka
|
488dbdb31d
|
Merge remote-tracking branch 'upstream/master' into fmp4-hls
|
4 years ago |
Bond_009
|
bc7359f87d
|
Use string.Split(char) where possible instead of string.Split(char[])
|
4 years ago |
Nyanmisaka
|
06670351ae
|
Apply suggestions from code review
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
|
4 years ago |
nyanmisaka
|
32bb73acbb
|
add aac_adtstoasc bitstream filter for mpegts to mp4 conversion
|
4 years ago |
nyanmisaka
|
536b054873
|
add experimental flag for flac
|
4 years ago |
nyanmisaka
|
d91a099c9e
|
allow transcoding 8ch(7.1 layout) in aac
|
4 years ago |
nyanmisaka
|
5bd0c2b69d
|
add an option to disable hevc encoding
|
4 years ago |
nyanmisaka
|
11c74cb65c
|
fix for no audio stream video
|
4 years ago |
nyanmisaka
|
57e5b59b93
|
adjust bitrate limit for HLS audio codecs
|
4 years ago |
Nyanmisaka
|
0b01acbe91
|
Apply suggestions from code review
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
|
4 years ago |
nyanmisaka
|
5048719a64
|
minor changes per suggestions
|
4 years ago |
nyanmisaka
|
85965741f5
|
add initial support for HEVC over FMP4-HLS
|
4 years ago |
crobibero
|
5d88e61076
|
Merge remote-tracking branch 'upstream/master' into livetv-ts-fix
|
4 years ago |
nyanmisaka
|
d34be6faf4
|
fix aac directstreaming
|
4 years ago |
crobibero
|
429e59fb81
|
Fix null reference
|
4 years ago |
nyanmisaka
|
c91f42c7a0
|
Default output audio bitrate to 128k
|
4 years ago |
Stan
|
3bb8884e16
|
Merge branch 'master' into bdiso-playback
|
4 years ago |
Stéphane Senart
|
28ee4f0a7f
|
[AudioTranscoding] Add FLAC as supported target audio format and be able to define the corresponding target sample rate
|
4 years ago |
Joshua M. Boniface
|
b3bf07959c
|
Merge pull request #4171 from nyanmisaka/amf-tonemap
Add tonemapping for AMD AMF
|
4 years ago |
Jan-Pieter Baert
|
ec91d3893d
|
Fix SA 1116 warnings
|
4 years ago |
Jan-Pieter Baert
|
6f9beef732
|
Fix SA1012 and SA1013 warnings
|
4 years ago |
Nyanmisaka
|
9fbf725a6d
|
Enhance workload when tone mapping on some APUs
|
4 years ago |
Nyanmisaka
|
2124bc2e18
|
enhance workload when tone mapping with AMF
zscale filter is required.
|
4 years ago |
Stanislav Ionascu
|
cd4641dca0
|
Remove PlayableStreamFileNames as unused
Since ffmpeg can play and transcode ISO files and BDMV folders directly,
there's no use of that property.
|
4 years ago |
Stanislav Ionascu
|
3ad6232973
|
Add probe / direct-stream / transcoding support for BluRays
This commit (and ffmpeg built with libbluray support), adds support
for playback of bluray images (bd-iso) and bluray folders.
|
4 years ago |
Matt Montgomery
|
53d5f64e03
|
Fix SA1513, SA1514, SA1507, and SA1508
|
4 years ago |
nyanmisaka
|
db07510017
|
add tonemap for AMD AMF
|
4 years ago |
Nyanmisaka
|
4cb0a57e46
|
Merge branch 'master' into tonemap
|
4 years ago |
Bond-009
|
9cbc016b0a
|
Merge pull request #3877 from orryverducci/deinterlace-improvements
Deinterlacing improvements
|
4 years ago |
Claus Vium
|
e337756428
|
Remove ServiceStack and related stuff
|
4 years ago |
Bond_009
|
404bb4f835
|
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
|
4 years ago |
nyanmisaka
|
54349fc945
|
fix outputSize
|
4 years ago |
Bond_009
|
2b400c99ef
|
Fix warnings
|
4 years ago |