• Anton Khirnov's avatar
    fftools/ffmpeg_dec: move decoding to a separate thread · 01897c17
    Anton Khirnov authored
    This is only a preparatory step to a fully threaded architecture and
    does not yet make decoding truly parallel - the main thread will
    currently submit a packet and wait until it has been fully processed by
    the decoding thread before moving on. Decoder behavior as observed by
    the rest of the program should remain unchanged. That will change in
    future commits after encoders and filters are moved to threads and a
    thread-aware scheduler is added.
    01897c17
ffmpeg_mux.c 25.9 KB