1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 2 months ago. based on code collected 2 months ago.
Feb 07, 2023 — Feb 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
contrib: add AppStream metadata More... about 6 years ago
contrib: add TAG+="uaccess" to udev rules More... about 6 years ago
CMakeLists.txt: use GNUInstallDirs More... about 6 years ago
CMakeLists.txt: use -fstack-protector-strong if available More... about 6 years ago
CMakeLists.txt: bump the patch version number More... about 6 years ago
NEWS: Release version 0.1.7 More... about 6 years ago
HACKING.asciidoc: update some info about the supported ffmpeg version More... about 6 years ago
README.asciidoc: update information about running libam7xx on Windows More... about 6 years ago
Refresh contrib/libam7xxx-compile-on-Ubuntu-14.04-LTS.diff More... about 6 years ago
Refresh contrib/performance/0001-Instrument-code-with-fps-meter.patch More... about 6 years ago
examples: remove some trailing spaces More... about 6 years ago
am7xxx-play: add a comment to explain why a run-time warning can be ignored More... about 6 years ago
am7xxx-play: stop using avcodec_decode_video2() and avcodec_encode_video2() More... about 6 years ago
am7xxx-play: s/picture/frame/ to make the variable names match the data types More... about 6 years ago
am7xxx-play: use av_find_best_stream() instead of open-coding the search More... about 6 years ago
am7xxx-play: remove useless call to avcodec_close() in video_output_init() More... about 6 years ago
am7xxx-play: free AVCodecContext variables with avcodec_free_context() More... about 6 years ago
am7xxx-play: use AVStream.codecpar instead of the deprecated AVStream.codec More... about 6 years ago
am7xxx-play: don't override return value when there is a usable one More... about 6 years ago
am7xxx-play: remove some code which will never be executed More... about 6 years ago
am7xxx-play: remove any usage of ENOTSUP More... about 6 years ago
am7xxx: return EINVAL instead of ENOTSUP in am7xxx_get_device_info() More... about 6 years ago
am7xxx: fix C99 conformance for printf & co. when compiling with MinGW More... about 6 years ago
am7xxx: use the same indenting style for all preprocessor directives More... about 6 years ago
doc: update Doxyfile.in More... about 6 years ago
am7xxx: specify LIBUSB_CALL for send_data_async_complete_cb() More... about 6 years ago
src/tools.c: fix compilation on Windows More... about 6 years ago
HACKING.asciidoc: update the Windows build instructions More... about 6 years ago
examples/CMakeLists.txt: restrict required libraries for avformat_open_input() More... about 6 years ago
examples/CMakeLists.txt: use a relative path for the include file More... about 6 years ago