content/media/fmp4/ffmpeg/FFmpegFunctionList.h

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 /* This Source Code Form is subject to the terms of the Mozilla Public
     2  * License, v. 2.0. If a copy of the MPL was not distributed with this
     3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 AV_FUNC(LIBAVCODEC, avcodec_align_dimensions2)
     6 AV_FUNC(LIBAVCODEC, avcodec_alloc_frame)
     7 AV_FUNC(LIBAVCODEC, avcodec_close)
     8 AV_FUNC(LIBAVCODEC, avcodec_decode_audio4)
     9 AV_FUNC(LIBAVCODEC, avcodec_decode_video2)
    10 AV_FUNC(LIBAVCODEC, avcodec_default_get_buffer)
    11 AV_FUNC(LIBAVCODEC, avcodec_default_release_buffer)
    12 AV_FUNC(LIBAVCODEC, avcodec_find_decoder)
    13 AV_FUNC(LIBAVCODEC, avcodec_flush_buffers)
    14 AV_FUNC(LIBAVCODEC, avcodec_get_context_defaults3)
    15 AV_FUNC(LIBAVCODEC, avcodec_get_edge_width)
    16 AV_FUNC(LIBAVCODEC, avcodec_get_frame_defaults)
    17 AV_FUNC(LIBAVCODEC, avcodec_open2)
    18 AV_FUNC(LIBAVCODEC, av_init_packet)
    19 AV_FUNC(LIBAVCODEC, av_dict_get)
    21 AV_FUNC(LIBAVFORMAT, av_register_all)
    23 AV_FUNC(LIBAVUTIL, av_image_fill_linesizes)
    24 AV_FUNC(LIBAVUTIL, av_image_fill_pointers)
    25 AV_FUNC(LIBAVUTIL, av_log_set_level)

mercurial