Line | |
---|
1 | ;; @file
|
---|
2 | ;
|
---|
3 | ; VBoxFFmpeg Definition File.
|
---|
4 | ;
|
---|
5 | ; Copyright (C) 2006-2007 innotek GmbH
|
---|
6 | ;
|
---|
7 | ; innotek GmbH confidential
|
---|
8 | ; All rights reserved
|
---|
9 |
|
---|
10 | LIBRARY VBoxFFmpeg.dll
|
---|
11 |
|
---|
12 | EXPORTS
|
---|
13 | av_free
|
---|
14 | avcodec_alloc_frame
|
---|
15 | av_malloc
|
---|
16 | av_freep
|
---|
17 | av_write_trailer
|
---|
18 | avcodec_close
|
---|
19 | avpicture_fill
|
---|
20 | av_new_stream
|
---|
21 | av_alloc_format_context
|
---|
22 | av_register_all
|
---|
23 | avcodec_register_all
|
---|
24 | avcodec_init
|
---|
25 | av_set_parameters
|
---|
26 | guess_format
|
---|
27 | avcodec_open
|
---|
28 | avcodec_find_encoder
|
---|
29 | av_write_header
|
---|
30 | img_convert
|
---|
31 | av_write_frame
|
---|
32 | av_rescale_q
|
---|
33 | avcodec_encode_video
|
---|
34 | av_destruct_packet_nofree
|
---|
35 | url_fopen
|
---|
36 | url_fclose
|
---|
Note:
See
TracBrowser
for help on using the repository browser.