Commits on Source (5)
-
Steve Lhomme authored
The decoded video format may not use the final frame rate, which is used to detect lateness.
3d030a3b -
Steve Lhomme authored
With future drivers and old binaries it may trigger different code pathes than the latest version.
e1c9c361 -
Steve Lhomme authoredc2256ac9
-
Steve Lhomme authored44833103
-
Steve Lhomme authored
"Interactive" filters can only do one output per input. Only "static" filters are allowed to generate more frames, like the deinterlacers. There is no way at this point to probe the module that will be used if it will output many frames or not. And even if it could the order of filters would need to be respected. We cannot dynamically add filters on one chain or the other.
b3379d35
Showing
- configure.ac 10 additions, 0 deletionsconfigure.ac
- modules/hw/amf/amf_helper.c 1 addition, 1 deletionmodules/hw/amf/amf_helper.c
- modules/video_filter/Makefile.am 9 additions, 0 deletionsmodules/video_filter/Makefile.am
- modules/video_filter/amf_frc.c 367 additions, 0 deletionsmodules/video_filter/amf_frc.c
- src/video_output/video_output.c 5 additions, 5 deletionssrc/video_output/video_output.c
modules/video_filter/amf_frc.c
0 → 100644