MediaProcessors
File List
Here is a list of all documented files with brief descriptions:
 audio_settings.c
 audio_settings.hAudio encoder and decoder generic settings
 bitparser.c
 bitparser.hBit parsing module utility
 bypass.c
 bypass.h"Bypass" or dummy processor
 check_utils.h
 codecs_muxers_loopback.cComplete encoding->multiplexing->demultiplexing->decoding->rendering loopback example
 comm.c
 comm.hGeneric communication module
 comm_udp.c
 comm_udp.hUDP communication module
 crc_32_mpeg2.c
 crc_32_mpeg2.hCRC-32 wrapper module
 fair_lock.c
 fair_lock.h
 ffmpeg_audio.c
 ffmpeg_audio.hGeneric processor module context (see type proc_ctx_t) extension for audio encoders and decoders
 ffmpeg_lhe.c
 ffmpeg_lhe.hFFmpeg LHE/MLHE video encoder and decoder wrappers
 ffmpeg_m2v.c
 ffmpeg_m2v.hFFmpeg mpeg-2 video encoder and decoder wrappers
 ffmpeg_mp3.c
 ffmpeg_mp3.hFFmpeg MP3 audio encoder and decoder wrappers
 ffmpeg_video.c
 ffmpeg_video.hGeneric processor module context (see type proc_ctx_t) extension for video encoders and decoders
 ffmpeg_x264.c
 ffmpeg_x264.hFFmpeg x264 video encoder and decoder wrappers
 fifo.c
 fifo.hSimple pointer queue (FIFO) implementation
 interr_usleep.c
 interr_usleep.hInterruptible 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.hLive555 based RTSP multiplexer and de-multiplexer wrappers
 llist.c
 llist.hSimple linked-list utility implementation
 log.c
 log.h
 mem_utils.h
 muxers_settings.c
 muxers_settings.hMultiplexers and de-multiplexers generic settings
 proc.c
 proc.hGeneric processor (PROC) module
 proc_frame_2_ffmpeg.c
 proc_frame_2_ffmpeg.hFacilities to convert processor's input/output frame to FFmpeg's formats and vice versa
 proc_if.c
 proc_if.hPROC interface prototype related definitions and functions
 proc_muxer.c
 proc_muxer.hGeneric processor module context (see type proc_ctx_t) extension for multiplexers and de-multiplexers
 procs.c
 procs.hGeneric processors (PROC) module
 procs_api_http.c
 procs_api_http.hProcessors (PROCS) module HTTP API adaptation layer
 schedule.c
 schedule.h
 stat_codes.c
 stat_codes.hGeneral status codes enumeration
 tsudpsend.c
 tsudpsend.hHeader file for 3rd party source code "tsudpsend.c"
 uri_parser.c
 uri_parser.hURI parser wrapper
 procs/utests/utests.cpp
 codecs/utests/utests.cpp
 muxers/utests/utests.cpp
 utests_encdec1.cppEncoding-decoding loop-back unit testing (test suite #1). Simple video/audio encoding-decoding with PROCS API example
 utests_live555_rtsp.cpp
 utests_proc.cppGeneric processor (PROC) module unit testing
 utests_proc_if.cppPROC-IF unit testing
 utests_procs.cppProcessors (PROCS) module unit testing
 utests_video_settings.cppEncoder video setting unit testing
 video_settings.c
 video_settings.hVideo encoder and decoder generic settings