MediaProcessors
|
audio_settings.c | |
audio_settings.h | Audio encoder and decoder generic settings |
bitparser.c | |
bitparser.h | Bit parsing module utility |
bypass.c | |
bypass.h | "Bypass" or dummy processor |
check_utils.h | |
codecs_muxers_loopback.c | Complete encoding->multiplexing->demultiplexing->decoding->rendering loopback example |
comm.c | |
comm.h | Generic communication module |
comm_udp.c | |
comm_udp.h | UDP communication module |
crc_32_mpeg2.c | |
crc_32_mpeg2.h | CRC-32 wrapper module |
fair_lock.c | |
fair_lock.h | |
ffmpeg_audio.c | |
ffmpeg_audio.h | Generic processor module context (see type proc_ctx_t) extension for audio encoders and decoders |
ffmpeg_lhe.c | |
ffmpeg_lhe.h | FFmpeg LHE/MLHE video encoder and decoder wrappers |
ffmpeg_m2v.c | |
ffmpeg_m2v.h | FFmpeg mpeg-2 video encoder and decoder wrappers |
ffmpeg_mp3.c | |
ffmpeg_mp3.h | FFmpeg MP3 audio encoder and decoder wrappers |
ffmpeg_video.c | |
ffmpeg_video.h | Generic processor module context (see type proc_ctx_t) extension for video encoders and decoders |
ffmpeg_x264.c | |
ffmpeg_x264.h | FFmpeg x264 video encoder and decoder wrappers |
fifo.c | |
fifo.h | Simple pointer queue (FIFO) implementation |
interr_usleep.c | |
interr_usleep.h | Interruptible usleep module. This module ("interruptible usleep") implements a wrapper to the 'usleep()' function to provide the possibility to interrupt the sleep state by 'unlocking' the module instance handler |
live555_rtsp.cpp | |
live555_rtsp.h | Live555 based RTSP multiplexer and de-multiplexer wrappers |
llist.c | |
llist.h | Simple linked-list utility implementation |
log.c | |
log.h | |
mem_utils.h | |
muxers_settings.c | |
muxers_settings.h | Multiplexers and de-multiplexers generic settings |
proc.c | |
proc.h | Generic processor (PROC) module |
proc_frame_2_ffmpeg.c | |
proc_frame_2_ffmpeg.h | Facilities to convert processor's input/output frame to FFmpeg's formats and vice versa |
proc_if.c | |
proc_if.h | PROC interface prototype related definitions and functions |
proc_muxer.c | |
proc_muxer.h | Generic processor module context (see type proc_ctx_t) extension for multiplexers and de-multiplexers |
procs.c | |
procs.h | Generic processors (PROC) module |
procs_api_http.c | |
procs_api_http.h | Processors (PROCS) module HTTP API adaptation layer |
schedule.c | |
schedule.h | |
stat_codes.c | |
stat_codes.h | General status codes enumeration |
tsudpsend.c | |
tsudpsend.h | Header file for 3rd party source code "tsudpsend.c" |
uri_parser.c | |
uri_parser.h | URI parser wrapper |
procs/utests/utests.cpp | |
codecs/utests/utests.cpp | |
muxers/utests/utests.cpp | |
utests_encdec1.cpp | Encoding-decoding loop-back unit testing (test suite #1). Simple video/audio encoding-decoding with PROCS API example |
utests_live555_rtsp.cpp | |
utests_proc.cpp | Generic processor (PROC) module unit testing |
utests_proc_if.cpp | PROC-IF unit testing |
utests_procs.cpp | Processors (PROCS) module unit testing |
utests_video_settings.cpp | Encoder video setting unit testing |
video_settings.c | |
video_settings.h | Video encoder and decoder generic settings |