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.

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

mercurial