summaryrefslogtreecommitdiff
path: root/src/codec/ffmpeg/decoder.h
Commit message (Collapse)AuthorAge
* Changes that went uncommitted for too longAndrew Opalach 2026-04-13
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Wip sink changes around errored/ended buffersAndrew Opalach 2025-10-30
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Major FFmpeg build improvementsAndrew Opalach 2025-09-08
| | | | | | - Make build more compatible with a traditional linux environment. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Improve FFmpeg hwaccel fallback, VR emulationAndrew Opalach 2025-06-23
| | | | | | | - Optimize sink seeking with single video frame. - Small cleanups. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Support Windows XP (Old FFmpeg and build fixes)Andrew Opalach 2025-05-25
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Implement logging changes and cleanupAndrew Opalach 2025-04-17
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Change ended entry behavior in list and sinkAndrew Opalach 2025-03-19
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* CleanupAndrew Opalach 2025-03-18
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Sink refactor wipAndrew Opalach 2025-03-15
| | | | | | Dangling target won't stay around. I have a couple of ideas about how to massively simplify the handling of ended entries. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Fix vcr memory leak, subtitle upload/render syncAndrew Opalach 2025-03-03
| | | | | | | | - Some sink behavior fixes. - Fix clock sync when seeking. - Add relative seek bind. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Server resource unload, many tweaks and fixesAndrew Opalach 2025-02-19
| | | | | | | | - Initial liana client preferences. - Hook up libplacebo dx11 backend. - Make usage of FFmpeg hardware decoding api make some sense. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Hardware decoding on AndroidAndrew Opalach 2025-01-20
| | | | | | | - This is bad, hardware decoding selection needs to be completely rethought. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Add DVD boilerplateAndrew Opalach 2025-01-19
| | | | | | | | - Work on FFmpeg hwframes context support - Raspberry Pi testing - Update color_palette Signed-off-by: Andrew Opalach <andrew@akon.city>
* Optimizations based on video loop performanceAndrew Opalach 2025-01-01
| | | | | | | | | - Support nn_packet_stream direct mode - Hook up FFmpeg hardware accelerated decoding - Refactor VCR - Reduce locking when returning packets to a packet pool Signed-off-by: Andrew Opalach <andrew@akon.city>
* Rough subtitles implementation, improve buffersAndrew Opalach 2024-11-17
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Everything before initial synced listAndrew Opalach 2024-10-21
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Massive restructure and many changesAndrew Opalach 2024-04-09
- The server-side list concept is still a wip Signed-off-by: Andrew Opalach <andrew@akon.city>