libass-rs icon indicating copy to clipboard operation
libass-rs copied to clipboard

Progress

Open tadeokondrak opened this issue 5 years ago • 1 comments

  • [x] ass_library_version

  • [x] ass_library_init

    • [x] ass_library_done
    • [x] ass_get_available_font_providers
    • [x] ass_set_extract_fonts
    • [x] ass_set_fonts_dir
    • [ ] ass_set_message_cb
    • [x] ass_set_style_overrides
    • [x] ass_add_font
    • [x] ass_clear_fonts
    • [x] ass_renderer_init
      • [x] ass_renderer_done
      • [x] ass_set_aspect_ratio
      • [x] ass_set_font_scale
      • [x] ass_set_frame_size
      • [x] ass_set_hinting
      • [x] ass_set_line_position
      • [x] ass_set_line_spacing
      • [x] ass_set_margins
      • [x] ass_set_pixel_aspect
      • [x] ass_set_shaper
      • [x] ass_set_storage_size
      • [x] ass_set_use_margins
      • [x] ass_set_fonts
      • [x] ass_set_selective_style_override_enabled
      • [x] ass_set_selective_style_override
      • [x] ass_fonts_update
      • [x] ass_render_frame
      • [x] ass_set_cache_limits
    • [x] ass_new_track
      • [x] ass_alloc_style
        • [x] ass_free_style
      • [x] ass_alloc_event
        • [x] ass_free_event
      • [x] ass_flush_events
      • [x] ass_free_track
      • [x] ass_process_force_style
      • [x] ass_process_chunk
      • [x] ass_process_codec_private
      • [x] ass_process_data
      • [x] ass_read_file
      • [x] ass_read_memory
      • [x] ass_read_styles
      • [x] ass_set_check_readorder
      • [x] ass_step_sub
  • [ ] Good safe abstraction for events and styles

  • [ ] Less inefficent Image iterator

  • [ ] Documentation

tadeokondrak avatar Jul 04 '19 04:07 tadeokondrak

I would add to this list the following item:

  • [x] Add this file as example

Luni-4 avatar Aug 12 '19 16:08 Luni-4