Changes between Initial Version and Version 1 of Ticket #14408


Ignore:
Timestamp:
Aug 27, 2018, 12:48:52 PM (6 years ago)
Author:
jackburton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14408 – Description

    initial v1  
    22Many things changed and various functions were deprecated.
    33We should update it so it uses the newest API.
     4
     5Incomplete list:
     6
     7{{{
     8av_free_packet() -> av_packet_unref()
     9avcodec_decode_video2()/avcodec_decode_audio4 -> avcodec_send_packet()/avcodec_receive_frame()
     10av_free() -> av_freep()
     11a codec should not be closed and then opened again
     12use the correct av_free* methods
     13}}}