Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: ffmpeg/source/avcodec-53.sigs

Issue 7659006: Remove libvpx from FFmpeg in favour of ffvp8. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: fixes Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ffmpeg/source/avcodec-53.novpx_sigs ('k') | ffmpeg/source/config/Chrome/linux/arm-neon/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ffmpeg/source/avcodec-53.sigs
diff --git a/ffmpeg/source/avcodec-53.sigs b/ffmpeg/source/avcodec-53.sigs
index 3b28ac370d76a6b25389364889d7a3de0a56d48a..e13849fc2889ec4b50b75da1ab5044187398b59c 100644
--- a/ffmpeg/source/avcodec-53.sigs
+++ b/ffmpeg/source/avcodec-53.sigs
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
@@ -30,22 +30,3 @@ int av_lockmgr_register(AVLockMgrOperation cb);
RDFTContext *av_rdft_init(int nbits, enum RDFTransformType trans);
void av_rdft_calc(RDFTContext *s, FFTSample *data);
void av_rdft_end(RDFTContext *s);
-
-# Export symbols for libvpx since Chromium is also using libvpx directly.
-vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, unsigned int usage);
-vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, vpx_codec_flags_t flags, int ver);
-vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned long duration, vpx_enc_frame_flags_t flags, unsigned long deadline);
-const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx);
-const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
-const char *vpx_codec_err_to_string(vpx_codec_err_t err);
-const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx, vpx_codec_iter_t *iter);
-vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
-vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...);
-vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_dec_cfg_t *cfg, vpx_codec_flags_t flags, int ver);
-vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data, unsigned int data_sz, void *user_priv, long deadline);
-vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, vpx_codec_iter_t *iter);
-vpx_codec_iface_t* vpx_codec_vp8_cx(void);
-vpx_codec_iface_t* vpx_codec_vp8_dx(void);
-vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w,unsigned int d_h, unsigned int align);
-void vpx_img_free(vpx_image_t *img);
-vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, const vpx_codec_enc_cfg_t *cfg);
« no previous file with comments | « ffmpeg/source/avcodec-53.novpx_sigs ('k') | ffmpeg/source/config/Chrome/linux/arm-neon/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698