deeptho

Results 8 issues of deeptho

With the default compile flags, a linker error occurs on fedora 36 (linux, x86-64) because that code is compiled without -fPIC, which is necessary for shared libraries: ldpc_decoder/libldpc_decoder_avx2.a(ldpc_decoder_avx2.cc.o): relocation R_X86_64_32...

#### Bug description: The t2mi plugin (tsp -P t2m) incorrectly handles duplicate transport stream packets. This results in a corrupt output stream. #### How to reproduce: I have captured a...

bug
close pending
fixed

With a Hauppage wintv dual hd USB stick connected, trying to unload modules with `sudo modprobe -r em28xx-dvb; sudo modprobe -r em28xx-rc` causes dvb_module_release to e called too many times,...

**Feature description** The UHD/USRP code by default applies DC removal. This causes problems when using "center tuning" on AM stations. Basically it causes the carrier to be removed and demodulation...

enhancement

### mpv Information ```bash This is the first version in which the problem can be reproduced. Found by bisecting. The problem also happens in master (3ab989e554) mpv --version mpv bad1-dirty...

os:linux

This implements the display of stream_id in the mux list

IMPROVEMENT
CODE

### Description The display of multistreams in the muxes list is confusing: the stream id is not shown, so the user sees multiple muxes with all the same parameters, but...

I have been experimenting with your code, with nice results. However, one thing I am really struggling with is how to implement operations that need both the coordinates of pixels...