|
| plm_audio_t * | fl::third_party::plm_audio_create_with_buffer (plm_buffer_t *buffer, int destroy_when_done) FL_NOEXCEPT |
| |
| plm_samples_t * | fl::third_party::plm_audio_decode (plm_audio_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_audio_decode_frame (plm_audio_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_audio_decode_header (plm_audio_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_audio_destroy (plm_audio_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_audio_find_frame_sync (plm_audio_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_audio_get_samplerate (plm_audio_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_audio_get_time (plm_audio_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_audio_has_ended (plm_audio_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_audio_has_header (plm_audio_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_audio_idct36 (int s[32][3], int ss, float *d, int dp) FL_NOEXCEPT |
| |
| const plm_quantizer_spec_t * | fl::third_party::plm_audio_read_allocation (plm_audio_t *self, int sb, int tab3) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_audio_read_samples (plm_audio_t *self, int ch, int sb, int part) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_audio_rewind (plm_audio_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_audio_set_time (plm_audio_t *self, double time) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_align (plm_buffer_t *self) FL_NOEXCEPT |
| |
| plm_buffer_t * | fl::third_party::plm_buffer_create_for_appending (size_t initial_capacity) FL_NOEXCEPT |
| |
| plm_buffer_t * | fl::third_party::plm_buffer_create_with_callbacks (plm_buffer_load_callback load_callback, plm_buffer_seek_callback seek_callback, plm_buffer_tell_callback tell_callback, size_t length, void *user) FL_NOEXCEPT |
| |
| plm_buffer_t * | fl::third_party::plm_buffer_create_with_capacity (size_t capacity) FL_NOEXCEPT |
| |
| plm_buffer_t * | fl::third_party::plm_buffer_create_with_memory (uint8_t *bytes, size_t length, int free_when_done) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_destroy (plm_buffer_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_discard_read_bytes (plm_buffer_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_buffer_find_start_code (plm_buffer_t *self, int code) FL_NOEXCEPT |
| |
| size_t | fl::third_party::plm_buffer_get_remaining (plm_buffer_t *self) FL_NOEXCEPT |
| |
| size_t | fl::third_party::plm_buffer_get_size (plm_buffer_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_buffer_has (plm_buffer_t *self, size_t count) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_buffer_has_ended (plm_buffer_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_buffer_has_start_code (plm_buffer_t *self, int code) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_buffer_next_start_code (plm_buffer_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_buffer_no_start_code (plm_buffer_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_buffer_peek_non_zero (plm_buffer_t *self, int bit_count) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_buffer_read (plm_buffer_t *self, int count) FL_NOEXCEPT |
| |
| int16_t | fl::third_party::plm_buffer_read_vlc (plm_buffer_t *self, const plm_vlc_t *table) FL_NOEXCEPT |
| |
| uint16_t | fl::third_party::plm_buffer_read_vlc_uint (plm_buffer_t *self, const plm_vlc_uint_t *table) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_rewind (plm_buffer_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_seek (plm_buffer_t *self, size_t pos) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_set_load_callback (plm_buffer_t *self, plm_buffer_load_callback fp, void *user) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_signal_end (plm_buffer_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_skip (plm_buffer_t *self, size_t count) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_buffer_skip_bytes (plm_buffer_t *self, uint8_t v) FL_NOEXCEPT |
| |
| size_t | fl::third_party::plm_buffer_tell (plm_buffer_t *self) FL_NOEXCEPT |
| |
| size_t | fl::third_party::plm_buffer_write (plm_buffer_t *self, uint8_t *bytes, size_t length) FL_NOEXCEPT |
| |
| static uint8_t | fl::third_party::plm_clamp (int n) FL_NOEXCEPT |
| |
| plm_t * | fl::third_party::plm_create_with_buffer (plm_buffer_t *buffer, int destroy_when_done) FL_NOEXCEPT |
| |
| plm_t * | fl::third_party::plm_create_with_memory (uint8_t *bytes, size_t length, int free_when_done) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_decode (plm_t *self, double seconds) FL_NOEXCEPT |
| |
| plm_samples_t * | fl::third_party::plm_decode_audio (plm_t *self) FL_NOEXCEPT |
| |
| plm_frame_t * | fl::third_party::plm_decode_video (plm_t *self) FL_NOEXCEPT |
| |
| | fl::third_party::PLM_DEFINE_FRAME_CONVERT_FUNCTION (plm_frame_to_argb, 4, 1, 2, 3) PLM_DEFINE_FRAME_CONVERT_FUNCTION(plm_frame_to_abgr |
| |
| | fl::third_party::PLM_DEFINE_FRAME_CONVERT_FUNCTION (plm_frame_to_rgb, 3, 0, 1, 2) PLM_DEFINE_FRAME_CONVERT_FUNCTION(plm_frame_to_bgr |
| |
| | fl::third_party::PLM_DEFINE_FRAME_CONVERT_FUNCTION (plm_frame_to_rgba, 4, 0, 1, 2) PLM_DEFINE_FRAME_CONVERT_FUNCTION(plm_frame_to_bgra |
| |
| void | fl::third_party::plm_demux_buffer_seek (plm_demux_t *self, size_t pos) FL_NOEXCEPT |
| |
| plm_demux_t * | fl::third_party::plm_demux_create (plm_buffer_t *buffer, int destroy_when_done) FL_NOEXCEPT |
| |
| plm_packet_t * | fl::third_party::plm_demux_decode (plm_demux_t *self) FL_NOEXCEPT |
| |
| plm_packet_t * | fl::third_party::plm_demux_decode_packet (plm_demux_t *self, int type) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_demux_decode_time (plm_demux_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_demux_destroy (plm_demux_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_demux_get_duration (plm_demux_t *self, int type) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_demux_get_num_audio_streams (plm_demux_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_demux_get_num_video_streams (plm_demux_t *self) FL_NOEXCEPT |
| |
| plm_packet_t * | fl::third_party::plm_demux_get_packet (plm_demux_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_demux_get_start_time (plm_demux_t *self, int type) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_demux_has_ended (plm_demux_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_demux_has_headers (plm_demux_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_demux_probe (plm_demux_t *self, size_t probesize) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_demux_rewind (plm_demux_t *self) FL_NOEXCEPT |
| |
| plm_packet_t * | fl::third_party::plm_demux_seek (plm_demux_t *self, double time, int type, int force_intra) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_destroy (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_audio_enabled (plm_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_get_audio_lead_time (plm_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_get_duration (plm_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_get_framerate (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_height (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_loop (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_num_audio_streams (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_num_video_streams (plm_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_get_pixel_aspect_ratio (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_samplerate (plm_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_get_time (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_video_enabled (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_width (plm_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_handle_end (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_has_ended (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_has_headers (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_init_decoders (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_probe (plm_t *self, size_t probesize) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_read_audio_packet (plm_buffer_t *buffer, void *user) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_read_packets (plm_t *self, int requested_type) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_read_video_packet (plm_buffer_t *buffer, void *user) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_rewind (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_seek (plm_t *self, double time, int seek_exact) FL_NOEXCEPT |
| |
| plm_frame_t * | fl::third_party::plm_seek_frame (plm_t *self, double time, int seek_exact) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_audio_decode_callback (plm_t *self, plm_audio_decode_callback fp, void *user) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_audio_enabled (plm_t *self, int enabled) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_audio_lead_time (plm_t *self, double lead_time) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_audio_stream (plm_t *self, int stream_index) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_loop (plm_t *self, int loop) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_video_decode_callback (plm_t *self, plm_video_decode_callback fp, void *user) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_video_enabled (plm_t *self, int enabled) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_copy_macroblock (plm_video_t *self, plm_frame_t *s, int motion_h, int motion_v) FL_NOEXCEPT |
| |
| plm_video_t * | fl::third_party::plm_video_create_with_buffer (plm_buffer_t *buffer, int destroy_when_done) FL_NOEXCEPT |
| |
| plm_frame_t * | fl::third_party::plm_video_decode (plm_video_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_decode_block (plm_video_t *self, int block) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_decode_macroblock (plm_video_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_video_decode_motion_vector (plm_video_t *self, int r_size, int motion) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_decode_motion_vectors (plm_video_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_decode_picture (plm_video_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_video_decode_sequence_header (plm_video_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_decode_slice (plm_video_t *self, int slice) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_destroy (plm_video_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_video_get_framerate (plm_video_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_video_get_height (plm_video_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_video_get_pixel_aspect_ratio (plm_video_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_video_get_time (plm_video_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_video_get_width (plm_video_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_video_has_ended (plm_video_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_video_has_header (plm_video_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_idct (int *block) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_init_frame (plm_video_t *self, plm_frame_t *frame, uint8_t *base) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_interpolate_macroblock (plm_video_t *self, plm_frame_t *s, int motion_h, int motion_v) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_predict_macroblock (plm_video_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_process_macroblock (plm_video_t *self, uint8_t *s, uint8_t *d, int mh, int mb, int bs, int interp) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_rewind (plm_video_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_set_no_delay (plm_video_t *self, int no_delay) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_set_time (plm_video_t *self, double time) FL_NOEXCEPT |
| |